update C/C up to v3.0.6 tag

update the test to the new (correct) result
This commit is contained in:
Sergei Golubchik 2018-08-08 11:19:01 +02:00
parent eabf5230a2
commit 925b6ee048
2 changed files with 7 additions and 1 deletions

@ -1 +1 @@
Subproject commit 74fbbaefeb54a485786a7180e15c3995eeaeac0a
Subproject commit 31eb49f1f4dff7841866f6eaaefe44f94e124d62

View file

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