Tag: Open Source

Community

Timezone and pt-table-checksum

(Mike Benshoof) I recently worked through an issue with a client trying to detect data drift across some servers that were located in different timezones. Unfortunately, several of the tables had timestamp fields and were set to a default value of CURRENT_TIMESTAMP. From the manual, here is how My

Community

MySQL Stored Procedures

(Mike Chapple) With the release of MySQL 5.0, the popular open source database platform added one of the most long-awaited features: the ability to use stored procedures. Long a staple of commercial database systems, such as Microsoft SQL Server and Oracle, stored procedures provide database develop

Community

MySQL 5.0 migration bug

(Michael McLaughlin) At present, you can’t use the MySQL Workbench migration tool to migrate MySQL 5.0 to MySQL 5.5, as documented in Bug 66861. The only documentation reference that I could find for the mysql.proc table. Since the physical definition of the mysql.proc table changes across the MySQL