summaryrefslogtreecommitdiff
path: root/mysql-test/t/flush_read_lock_kill-master.opt
diff options
context:
space:
mode:
authorunknown <guilhem@mysql.com>2004-12-02 23:02:38 +0100
committerunknown <guilhem@mysql.com>2004-12-02 23:02:38 +0100
commit75fa4c00ef6eaacfd0ce3381627269ea415ac0eb (patch)
treefa1a5fa41aa9adfc6fb1b42cb9b732f551625e0f /mysql-test/t/flush_read_lock_kill-master.opt
parentd967118ff655ce9e220e92c30b83e79740af7dda (diff)
downloadmariadb-git-75fa4c00ef6eaacfd0ce3381627269ea415ac0eb.tar.gz
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)
Diffstat (limited to 'mysql-test/t/flush_read_lock_kill-master.opt')
-rw-r--r--mysql-test/t/flush_read_lock_kill-master.opt1
1 files changed, 1 insertions, 0 deletions
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