Re: [Maria-discuss] XtraDB using the Windows Installer

2011-05-23 Thread Adam M. Dutko
 I am curious, if XtraDB is turned on / installed by default when
 MariaDB is

I'm inclince to believe it ships with the Windows version by default
although you need to be explicit when creating your tables/databases
which engine you want to use with the ENGINE= clause.

Please see the release notes:

http://kb.askmonty.org/v/mariadb-5153-release-notes

http://kb.askmonty.org/v/mariadb-526-release-notes

 Is this default behavior the same in 5.1.53 and 5.2.6?

Not certain but I'm inclined to say yes because of the release notes.

 How can I tell if XtraDB is currently installed on any given MariaDB

show engines;

HTH

-Adam

___
Mailing list: https://launchpad.net/~maria-discuss
Post to : maria-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-discuss
More help   : https://help.launchpad.net/ListHelp


Re: [Maria-discuss] MariaDB 5.6

2011-04-12 Thread Adam M. Dutko
 The AMD and Intel x86_64 chips are quite similar, and most optimisations

If I'm not mistaken I think the 64bit instruction set AMD developed
was adopted by Intel so this would make sense.

 The Work with Intel probably refers to the fact that Intel is helping the
 work by donating many-core servers to MariaDB developers, and maybe

Sweet. I'm wondering how a previous comment by someone on the list
about Sparc and threads might be related? Maybe synergies exist so the
('re) design for one might help the other...just a thought.

___
Mailing list: https://launchpad.net/~maria-discuss
Post to : maria-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-discuss
More help   : https://help.launchpad.net/ListHelp


Re: [Maria-discuss] FreeBSD BuildBot Slave - I can offer one

2011-04-05 Thread Adam M. Dutko
Kristian is probably the primary person to talk to about including a
buildbot but I maintain a few for the project and since no one
responded just yet I figured I'd say a few things and try to help. :-)

 I noticed that you do not have a regular build of FreeBSD for either
 common architecture (x86_64 or i386) I would be able to provide

Thanks

 FreeBSD compilation in general so I can also help with any issues

OK That will probably be helpful...

 I can begin configuring this host for the service, if I could have
 some direction towards what needs to be done in order for the

The basic outline:

1) Install Python (2.4 or later)
2a) Install Twisted (twistedmatrix.com 8.0.x or later) - need Core,
Mail, Web and Words (possibly Conch too)
2b) Install ZopeInterface (http://www.zope.org/Products/ZopeInterface)
3) Install all the necessary compiler/build components.
4) Install Buildbot
5) Install Bazaar and make sure you can clone from the main project
6) Get a username/login and password from the buildmaster (Kristian)
7) Verify your buildbot can talk to the buildbot master instance and
can run builds.

 project at large to be able to make use of it. I believe I used to have
 some bookmarks of resources regarding the matter. However I don't

Hopefully the following links are helpful:

1) http://buildbot.net/buildbot/docs/latest/Installation.html#Installation

2) 
http://buildbot.net/buildbot/docs/latest/Installing-the-code.html#Installing-the-code

3) 
http://buildbot.net/buildbot/docs/latest/Creating-a-buildslave.html#Creating-a-buildslave

4) http://kb.askmonty.org/v/buildbot-setup-buildbot-setup-notes

5) http://kb.askmonty.org/v/about-buildbot


If you get stuck or have other questions please feel free to ask and
I'll try to respond as soon as possible. :-)

___
Mailing list: https://launchpad.net/~maria-discuss
Post to : maria-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-discuss
More help   : https://help.launchpad.net/ListHelp


Re: [Maria-discuss] Using MariaDB in production?

2010-12-09 Thread Adam M. Dutko
We use it for our infrastructure and for clients: http://www.metro-six.com/

On Thu, Dec 9, 2010 at 2:24 AM, Colin Charles co...@montyprogram.comwrote:

 Hi!

 In February 2010, we released MariaDB 5.1. In November 2010, we released
 MariaDB 5.2. In a span of those months, we've seen a 4x increase in
 downloads of MariaDB. I've heard many stories of people running it on their
 blog, and there are people running it on single server instances. I myself
 run it on about six servers of mine in production... And Daniel will attest
 to running all the Monty Program infrastructure on MariaDB :)

 I'm curious to know where MariaDB is going. Where its getting installed.
 Are only software developers playing with it, or is it getting into
 production environments?

 Please don't hesitate to discuss it here on the maria-discuss mailing list
 so we can all get a better idea of where MariaDB is being used. If its being
 used in secretive environments, don't hesitate to drop me a private email

 Thanks!

cheers,
-c

 p/s: If you're able to, don't hesitate to display the badges:
 http://badges.mariadb.org/
 --
 Colin Charles, http://bytebot.net/blog/ | twitter: @bytebot | skype:
 colincharles
 MariaDB: Community developed. Feature enhanced. Backward compatible.
 Download it at: http://www.mariadb.org/
 
 Browse the Internet in a safer fashion. Download Web of Trust:
 http://www.mywot.com/
 Cross-platform http://www.mywot.com/%0ACross-platform mobile application
 development from MoSync: http://www.mosync.com/


 ___
 Mailing list: 
 https://launchpad.net/~maria-discusshttps://launchpad.net/%7Emaria-discuss
 Post to : maria-discuss@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~maria-discusshttps://launchpad.net/%7Emaria-discuss
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~maria-discuss
Post to : maria-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-discuss
More help   : https://help.launchpad.net/ListHelp


Re: [Maria-discuss] Full Replacement of MySQL (innoDB, mysql Workbench, data, etc)

2010-08-17 Thread Adam M. Dutko

 We've done lots of testing to make sure MariaDB works as seamlessly as
 possible for those moving from MySQL to MariaDB. As with any upgrade, I
 would definitely recommend making a backup and testing MariaDB on your
 end to ensure everything works with your applications and use-cases
 before putting it into production.


My company is developing an application atop MariaDB at the moment and it's
been a seamless process moving from MySQL.


 For compatibility purposes, XtraDB identifies itself to the server as
 InnoDB, so there's no need to change ENGINE= in any SQL files. Any
 existing InnoDB tables will start using XtraDB automatically after the
 upgrade.


If you try to specify ENGINE=XtraDB you will see a failure because of what
Daniel said...  Again, we're developing against XtraDB and haven't
experienced a problem working under the assumption that it is InnoDB.

Yes. All of our testing indicates you can upgrade from MySQL to MariaDB
 and all of your schemas, tables, data, relations, comments, indexes,
 and so on will just work like they did with MySQL without you having
 to change anything. Of course, as with any upgrade, I would recommend
 testing on a non-production server before putting MariaDB into
 production.


Not that this is recommended but some of our developers work against MySQL
while others work against MariaDB.  We're trying to transition to all
MariaDB but I figured I'd say it to assuage possibly anguish others might
have with such an approach for major version matching (namely 5.1 ish).

Hopefully that's helpful to you Enrique.  Buenas suerte!
___
Mailing list: https://launchpad.net/~maria-discuss
Post to : maria-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-discuss
More help   : https://help.launchpad.net/ListHelp


Re: [Maria-discuss] Gentoo Ebuilds for MariaDB on GitHub

2010-03-15 Thread Adam M. Dutko
Brian -  thanks

On Mar 15, 2010 9:13 AM, Brian Evans grkni...@scent-team.com wrote:

On 3/11/2010 2:24 PM, Daniel Bartholomew wrote:
 On Thu, 11 Mar 2010 12:58:49 -0500, Brian Evans
 ...
I've also asked Gentoo to include MariaDB via their bug:
http://bugs.gentoo.org/show_bug.cgi?id=303130

Robin Johnson has begun to accept my changes and will be added to Gentoo
proper in the future.
It is still in an experimental overlay, but will be merged to the main tree.

So, the above instructions are valid until Gentoo posts into the
official tree.
Then, Gentoo fans can simply emerge mariadb.



___
Mailing list: https://launchpad.net/~maria-discuss...
___
Mailing list: https://launchpad.net/~maria-discuss
Post to : maria-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-discuss
More help   : https://help.launchpad.net/ListHelp