Showing entries 18161 to 18170 of 44118
« 10 Newer Entries | 10 Older Entries »
Five-Six-Four — Dave and Keith will soon head out the door!

MySQL 5.6.4 & MySQL Cluster 7.2 availbale from http://Labs.MySQL.Com

MySQL 5.6.4 Development Milestones are ready for your review. This week there are seven 5.6.4 releases to try plus MySQL Cluster 7.2! So try the Binary Log API, Binary Log Group Commit, Global Transaction IDs, InnoDB features, InnoDB Full Text Search, Enhanced Performance Schema, or Memcached/InnoDB versions this holiday season. And let the developers know your feedback please!

And very soon fellow MySQL Community Manager Keith Larson and I will be hitting the road, First stop is the Southern California Linux Expo which features as MySQL Day this year. Then we head to the upper half for the state for the Oracle Leadership Summit to help the Leaders of MySQL User Groups grow …

[Read more]
Binary Log Replayer

When using the replication slave stream, or mysql command line client and mysqlbinlog output from a binary/relay log, all statements are executed in a single thread as quickly as possible.

I am seeking a tool to simulate the replay of the binary/relay log for a benchmark at a pace that is more representative to original statements. For a simple example, if the Binary Log has 3 transactions in the first second, 2 transactions in the second second, and 5 transactions in the third second, I am wanting to simulate the replay to take roughly 3 seconds, not as fast as possible (which would be sub-second). The tool should try to wait the remainder of a second before processing SQL statements in the incoming stream.

Does anybody know of a tool that currently provides this type of functionality? Any input appreciated before I create my own.

Eventual Consistency in MySQL Cluster - implementation part 3




As promised, this is the final post in a series looking at eventual consistency with MySQL Cluster asynchronous replication. This time I'll describe the transaction dependency tracking used with NDB$EPOCH_TRANS and review some of the implementation properties.

Transaction based conflict handling with NDB$EPOCH_TRANS

NDB$EPOCH_TRANS is almost exactly the same as NDB$EPOCH, except that when a conflict is detected on a row, the whole user transaction which made the conflicting row change is marked as conflicting, along with any dependent transactions. All of these rejected row operations are then handled using inserts to an exceptions table and realignment …

[Read more]
How to log all MySQL queries in Drupal

In order to benchmark a Drupal site performance you need to see all the database queries related to your Drupal site. In case you don’t have access to the my.cnf file If you don’t have access to the my.cnf file, you can log the queries from the Drupal code itself: cp includes/database.mysql-common.inc includes/database.mysql-common.inc.backup.orig vim includes/database.mysql-common.inc […]

Introducing the team!

When Oracle acquired MySQL there was some concern about what would happen with the world's most popular open-source database.  It's clear now that not only is Oracle very serious about continuing the great database but it is expanding the teams working on it and it's related technologies.  I know because I run one of those teams!

I've been working on MySQL and .NET technologies for the past 8 years and I'm very proud to introduce a couple of people who have been and will continue be working on my team.  

Fernando Gonzalez currently serves as leader of our Connector/Net team and has just completed some early work on major intellisense improvements on Connector/Net 6.5.  He's done work on developing a new parser for our product.  We look forward to Fernando being a team leader and productive member of our team!


[Read more]
Introducing the team!

When Oracle acquired MySQL there was some concern about what would happen with the world's most popular open-source database.  It's clear now that not only is Oracle very serious about continuing the great database but it is expanding the teams working on it and it's related technologies.  I know because I run one of those teams!

I've been working on MySQL and .NET technologies for the past 8 years and I'm very proud to introduce a couple of people who have been and will continue be working on my team.  

Fernando Gonzalez currently serves as leader of our Connector/Net team and has just completed some early work on major intellisense improvements on Connector/Net 6.5.  He's done work on developing a new parser for our product.  We look forward to Fernando being a team leader and productive member of our team!


[Read more]
MySQL Connector/Net 6.3.8 has been released

MySQL Connector/Net 6.3.8, a new version of the all-managed .NET driver for MySQL has been released.  This is a maintenance release to our 6.3 release chain and includes 40 changes and fixes.

Version 6.3.8 is appropriate for use with versions of MySQL 5.0-5.5.

It is now available in source and binary form from here and mirror sites (note that not all mirror sites may be up to date at this point-if you can't find this version on some mirror, please try again later or choose another download site.)

The release is also available for download on My Oracle Support (MOS).

Enjoy and thanks for the support!

MySQL Connector/Net 6.3.8 has been released

MySQL Connector/Net 6.3.8, a new version of the all-managed .NET driver for MySQL has been released.  This is a maintenance release to our 6.3 release chain and includes 40 changes and fixes.

Version 6.3.8 is appropriate for use with versions of MySQL 5.0-5.5.

It is now available in source and binary form from here and mirror sites (note that not all mirror sites may be up to date at this point-if you can't find this version on some mirror, please try again later or choose another download site.)

The release is also available for download on My Oracle Support (MOS).

Enjoy and thanks for the support!

Want To Learn More About Oracle’s MySQL Support Team?

In the December episode of our “Meet The MySQL Experts” podcast, we chose to focus on MySQL Technical Support. Todd Farmer, Director of Oracle’s MySQL Global Support team, gives us insights into his organization, talking about who Oracle’s MySQL Support engineers are, how they help customers on a day-to-day basis, how they interact with the MySQL engineering and the bugs verification teams, and more…

Listen to the podcast to learn more about this team of MySQL Experts!

To better understand the value Oracle Premier Support for MySQL represents for your organization, get our white paper “Oracle Premier Support for MySQL: Rely on The …

[Read more]
Want To Learn More About Oracle’s MySQL Support Team?

In the December episode of our “Meet The MySQL Experts” podcast, we chose to focus on MySQL Technical Support. Todd Farmer, Director of Oracle’s MySQL Global Support team, gives us insights into his organization, talking about who Oracle’s MySQL Support engineers are, how they help customers on a day-to-day basis, how they interact with the MySQL engineering and the bugs verification teams, and more…

Listen to the podcast to learn more about this team of MySQL Experts!

To better understand the value Oracle Premier Support for MySQL represents for your organization, get our white paper “Oracle Premier Support for MySQL: Rely on The …

[Read more]
Showing entries 18161 to 18170 of 44118
« 10 Newer Entries | 10 Older Entries »