summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/sys_vars/t/version.test
blob: 35067a434067e14afae6ec544c867982fb21169b (plain)
1
2
3
4
5
6
7
SELECT @@version;
perl;
  $cnt= $ENV{MYSQL_TEST} =~ /mysqltest_embedded / ? 1 :
        grep /my_favorite_version/, `$ENV{MYSQL} -e status`;
  print "$cnt\n";
EOF
query_vertical select * from information_schema.system_variables where variable_name='version';