June 18, 2013

Post: Ultimate MySQL variable and status reference list

…the amazing MySQL manual, especially the option and variable reference table. But … Com_uninstall_pluginblogpercona.commanual Com_unlock_tablesblogpercona.commanual Com_updateblogpercona.commanual… innodb_flush_methodblogpercona.commanual innodb_force_recoveryblogpercona.commanual Innodb_have_atomic…

Post: DROP TABLE and stalls: Lazy Drop Table in Percona Server and the new fixes in MySQL

… buffer pool mutex Try to force a context switch by advising …the latch is unlocked. Now about the improvements in Oracle MySQL‘s implementation. …table: sysbench –test=oltp –oltp-table-size=20000000 –mysql-table-engine=innodb –mysql-socket=/tmp/mysql_sandbox5524.sock –mysql-db=test –oltp-table

Post: Test Drive of Solid

… deadlock detection, default (OPTIMISTIC) concurrency control. CREATE TABLE `test2` ( `id` int(11) NOT NULL, `names…error to the user you’re forced to wait. Setting lock wait …unlocked. But wait why is it waiting if it suppose to be multi versioning system ? Test 3: Phantom rows: before test: mysql