diff options
Diffstat (limited to 'mysql-test/r/rpl_row_sp003.result')
-rw-r--r-- | mysql-test/r/rpl_row_sp003.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/rpl_row_sp003.result b/mysql-test/r/rpl_row_sp003.result index 01e352c3d46..df3e2a7ceed 100644 --- a/mysql-test/r/rpl_row_sp003.result +++ b/mysql-test/r/rpl_row_sp003.result @@ -21,7 +21,7 @@ END| SELECT get_lock("test", 200); get_lock("test", 200) 1 - CALL test.p1(); +CALL test.p1(); CALL test.p2(); SELECT release_lock("test"); release_lock("test") |