1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Test cleanup in rpl_binlog_grant: XID values are unpredictable

This commit is contained in:
malff@omega.weblab
2007-09-06 12:06:22 -06:00
parent 0187e78f40
commit 1a13d76941
2 changed files with 5 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ grant select on t to x@y;
rollback;
show grants for x@y;
--replace_result $VERSION VERSION
--replace_regex /\/\* xid=.* \*\//\/* XID *\//
show binlog events;
start transaction;
insert into t values (2);
@@ -36,6 +37,7 @@ commit;
select * from t;
show grants for x@y;
--replace_result $VERSION VERSION
--replace_regex /\/\* xid=.* \*\//\/* XID *\//
show binlog events;
drop user x@y;
drop database d1;