Commit 925b6ee0 authored by Sergei Golubchik's avatar Sergei Golubchik

update C/C up to v3.0.6 tag

update the test to the new (correct) result
parent eabf5230
Subproject commit 74fbbaefeb54a485786a7180e15c3995eeaeac0a
Subproject commit 31eb49f1f4dff7841866f6eaaefe44f94e124d62
......@@ -2,7 +2,13 @@
# MDEV-15477: SESSION_SYSVARS_TRACKER does not track last_gtid
#
SET gtid_seq_no=1000;
-- Tracker : SESSION_TRACK_SCHEMA
-- test
SET @@session.session_track_system_variables='last_gtid';
-- Tracker : SESSION_TRACK_SCHEMA
-- test
create table t1 (a int) engine=innodb;
-- Tracker : SESSION_TRACK_SYSTEM_VARIABLES
-- last_gtid
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment