Skip to content

Commit

Permalink
update C/C up to v3.0.6 tag
Browse files Browse the repository at this point in the history
update the test to the new (correct) result
  • Loading branch information
vuvova committed Aug 9, 2018
1 parent eabf523 commit 925b6ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libmariadb
6 changes: 6 additions & 0 deletions mysql-test/r/session_tracker_last_gtid.result
Expand Up @@ -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
Expand Down

0 comments on commit 925b6ee

Please sign in to comment.