diff options
Diffstat (limited to 'mysql-test/r/partition_sync.result')
-rw-r--r-- | mysql-test/r/partition_sync.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/partition_sync.result b/mysql-test/r/partition_sync.result index d48362cb57c..0e8254e984e 100644 --- a/mysql-test/r/partition_sync.result +++ b/mysql-test/r/partition_sync.result @@ -41,7 +41,7 @@ i 1 # Connection 2 # Alter table, abort after prepare -set session debug="+d,abort_copy_table"; +set session debug_dbug="+d,abort_copy_table"; ALTER TABLE tbl_with_partitions ADD COLUMN f INT; ERROR HY000: Lock wait timeout exceeded; try restarting transaction # Connection 1 |