Skip to content

Commit

Permalink
Post merge fix sysvars_innodb for xtradb
Browse files Browse the repository at this point in the history
  • Loading branch information
cvicentiu committed Jan 16, 2017
1 parent 6560e9c commit d807e41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mysql-test/suite/sys_vars/t/sysvars_innodb.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
--source include/not_valgrind.inc
--source include/word_size.inc

if (`select plugin_auth_version <= "5.6.34-79.1" from information_schema.plugins where plugin_name='innodb'`)
{
--skip Not fixed in XtraDB as of 10.1.21-MariaDB or earlier
}

--vertical_results
--replace_regex /^\/\S+/PATH/ /\.\//PATH/
select * from information_schema.system_variables
Expand Down

0 comments on commit d807e41

Please sign in to comment.