From 75fa4c00ef6eaacfd0ce3381627269ea415ac0eb Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 2 Dec 2004 23:02:38 +0100 Subject: Making FLUSH TABLES WITH READ LOCK killable while it's waiting for running commits to finish. Normally this step is not long but it's still nice to be killable (especially in case of bug like BUG#6732 "FLUSH TABLES WITH READ LOCK + COMMIT makes next FLUSH...LOCK hang forever"). sql/lock.cc: making FLUSH TABLES WITH READ LOCK killable while it's waiting for running commits to finish sql/mysql_priv.h: prototype change sql/sql_parse.cc: now it's possible that make_global_read_lock_block_commit fails (killed) --- mysql-test/t/flush_read_lock_kill-master.opt | 1 + 1 file changed, 1 insertion(+) create mode 100644 mysql-test/t/flush_read_lock_kill-master.opt (limited to 'mysql-test/t/flush_read_lock_kill-master.opt') diff --git a/mysql-test/t/flush_read_lock_kill-master.opt b/mysql-test/t/flush_read_lock_kill-master.opt new file mode 100644 index 00000000000..e7fe203239c --- /dev/null +++ b/mysql-test/t/flush_read_lock_kill-master.opt @@ -0,0 +1 @@ +--debug=d,make_global_read_lock_block_commit_loop -- cgit v1.2.1