Skip to content
Permalink
Browse files
Update C/C to v3.0.6
  • Loading branch information
vuvova committed Aug 12, 2018
1 parent 456517b commit 655cba6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
@@ -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

0 comments on commit 655cba6

Please sign in to comment.