summaryrefslogtreecommitdiff
path: root/mysql-test/r/rpl_sp.result
diff options
context:
space:
mode:
authorunknown <knielsen@mysql.com>2006-01-04 15:25:32 +0100
committerunknown <knielsen@mysql.com>2006-01-04 15:25:32 +0100
commit95cecbf815ee7db84a681181d083dd97b96d1c58 (patch)
tree7bdbc9d06d604de221b2a747f9604ccbfa07c426 /mysql-test/r/rpl_sp.result
parent314f0fbf32d33baab1d43de180892a274f46992d (diff)
downloadmariadb-git-95cecbf815ee7db84a681181d083dd97b96d1c58.tar.gz
BUG#14931: Temporarily add synchronization to avoid sporadic test failures until
the bug is fixed. mysql-test/r/rpl_sp.result: BUG#14931: Temporarily add synchronization to avoid sporadic failures until the bug is fixed. mysql-test/t/rpl_sp.test: BUG#14931: Temporarily add synchronization to avoid sporadic failures until the bug is fixed.
Diffstat (limited to 'mysql-test/r/rpl_sp.result')
-rw-r--r--mysql-test/r/rpl_sp.result3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/rpl_sp.result b/mysql-test/r/rpl_sp.result
index 41bcfc7d72c..c9a9e162fa6 100644
--- a/mysql-test/r/rpl_sp.result
+++ b/mysql-test/r/rpl_sp.result
@@ -57,6 +57,9 @@ insert into t1 values (15);
grant CREATE ROUTINE, EXECUTE on mysqltest1.* to "zedjzlcsjhd"@127.0.0.1;
grant SELECT on mysqltest1.t1 to "zedjzlcsjhd"@127.0.0.1;
grant SELECT, INSERT on mysqltest1.t2 to "zedjzlcsjhd"@127.0.0.1;
+SELECT 1;
+1
+1
create procedure foo4()
deterministic
begin