Showing entries 38886 to 38895 of 44045
« 10 Newer Entries | 10 Older Entries »
MySQL Camp T-Shirts


For those that attended the MySQL Camp at Google HQ late last year you may have seen me with my own T-Shirt designs. A number of people inquired about getting them. I’ve finally got around to make them available online, so anybody that would like one can order online.

There are two different shirts. If you want your name on the shirt, you need to make sure you choose the correct one.

  • Early Adopters - For those that were the first 48 that signed up, your name as well as position and company are on the shirt.
  • The Herd - For everybody that registered on the website, your name is on the shirt.

Ok. I’ve …

[Read more]
New Bitkeeper client, old one broke

As has been pointed out, there is a new version (2.0) of the free BitKeeper client, and furthermore the old one (version 1.1) appears not to work anymore. At first I suspected my daughter's hogging of available bandwidth as the culprit when all of my daily pulls of MySQL source trees failed, but that soon proved not to be the case. I am once again pulling source code successfully.

ZRM for MySQL users manual Updated

ZRM for MySQL users manual has been rewritten based on user feedback. It is available at ZRM for MySQL wiki

Thanks to everyone who provided feedback. User contributions to the manual are welcome.

When does grant statement take into effect

In both Sql Server and Oracle, permission changes to a user take into effect right away, even when said user is connected at the time you made the change.

In MySql, it is a little different, depending on how the permissions are given. If you use the GRANT statement, then it takes into effect right away. However, if you create user and give it permissions by manipulating the user table in the mysql system database directly, that is, using Sql statements, then you need to issue:

flush privileges

for those changes to be picked up.

New Free Bitkeeper Client, Falcon

For those who have been asking me about downloading Falcon (or any development tree), Bitmover has posted a new free client on their website:

http://www.bitkeeper.com/Hosted.Downloading.html

To download the falcon tree grab the client and then do the following to grab the falcon source:

bkf clone bk://mysql.bkbits.net:8080/mysql-5.2-falcon mysql-5.2-falcon

The BUILD directory has a number of our build scripts in it that we use to build binaries, so you may want to consider looking in the directory and executing the appropriate script ( I use compile-amd64- debug-falcon).

Free BitKeeper client updated

After I published my article on how to build MySQL with the new Falcon storage engine from source, the free BitKeeper client was updated to version 2.0. I have now updated the instructions accordingly, our manual has been updated to reflect these changes, too.

However, it is currently still not possible to clone the Falcon tree with this client, some kind of obscure locking error message appears, even though the admin console on bkbits.net does not reveal any active locks in the repository:

$ bkf clone bk:// …
[Read more]
Free BitKeeper client updated

After I published my article on how to build MySQL with the new Falcon storage engine from source, the free BitKeeper client was updated to version 2.0. I have now updated the instructions accordingly, our manual has been updated to reflect these changes, too.

However, it is currently still not possible to clone the Falcon tree with this client, some kind of obscure locking error message appears, even though the admin console on bkbits.net does not reveal any active locks in the repository:

$ bkf clone bk:// …
[Read more]
How to compile MySQL with the Falcon Storage Engine from the BitKeeper source tree

Now that the source tree for the new Falcon Storage Engine is finally public, here's a quick HOWTO on how to compile the server from source. This procedure is described in more detail in the MySQL Manual. I assume you use Linux and have the required development toolchain installed.

You first should get the free BK client from http://www.bitmover.com/bk-client2.0.shar, unpack and install it:

$ wget http://www.bitmover.com/bk-client2.0.shar
--17:34:34--   …
[Read more]
How to compile MySQL with the Falcon Storage Engine from the BitKeeper source tree

Now that the source tree for the new Falcon Storage Engine is finally public, here's a quick HOWTO on how to compile the server from source. This procedure is described in more detail in the MySQL Manual. I assume you use Linux and have the required development toolchain installed.

You first should get the free BK client from http://www.bitmover.com/bk-client2.0.shar, unpack and install it:

$ wget http://www.bitmover.com/bk-client2.0.shar
--17:34:34--   …
[Read more]
New Falcon White Papers ready!

Hi All -

Just a note to let you know that I’ve written a couple of new white papers that will help you get up to speed on our new transactional storage engine, code-named Falcon. The first is a technical overview of the engine, with a comparison between it and some of the other MySQL storage engines. The second is a getting started guide, which will help walk folks through installing, configuring, and using (creating tables, working with the locking modes, backup/recovery, etc.) Falcon.

You can find both papers on the White Papers section of our web site. Falcon is available via source right now, with binaries coming soon to our download page.

Feel free to contact me if you have any questions.

Showing entries 38886 to 38895 of 44045
« 10 Newer Entries | 10 Older Entries »