summaryrefslogtreecommitdiff
path: root/mysql-test/r/rpl_stm_000001.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/rpl_stm_000001.result')
-rw-r--r--mysql-test/r/rpl_stm_000001.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/rpl_stm_000001.result b/mysql-test/r/rpl_stm_000001.result
index ef4226e07b5..3b4cd05f640 100644
--- a/mysql-test/r/rpl_stm_000001.result
+++ b/mysql-test/r/rpl_stm_000001.result
@@ -44,7 +44,7 @@ create table t2(id int);
insert into t2 values(connection_id());
create temporary table t3(n int);
insert into t3 select get_lock('crash_lock%20C', 1) from t2;
- update t1 set n = n + get_lock('crash_lock%20C', 2);
+update t1 set n = n + get_lock('crash_lock%20C', 2);
select (@id := id) - id from t2;
(@id := id) - id
0