1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +03:00

BUG#14931: Temporarily add synchronization to avoid sporadic test failures until

the bug is fixed.
This commit is contained in:
knielsen@mysql.com
2006-01-04 15:25:32 +01:00
parent b6faf80f20
commit 85575904fa
2 changed files with 11 additions and 0 deletions

View File

@@ -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