Tag: Open Source

Community

Foreign Keys in MySQL Cluster

(Andrew Morgan) The new MySQL Cluster 7.3 labs release introduces Foreign Keys to MySQL Cluster for the first time! This has been a feature requested by many, many people and has often been cited as the reason for people not being able to replace InnoDB with MySQL Cluster when they needed the extra

Community

Timing a Query

(Bruce Momjian) There are actually several ways you can time a query, and each has value depending on what you want to measure. You can time a query at the server (from the time it arrives until the time it completes) by setting the server parameter log_min_duration_statement = 0. However, that does