mariadb/mysql-test/suite/sys_vars/t/version.test
Sergei Golubchik 89a0364fc8 MDEV-27304 SHOW ... result columns are right-aligned
--version=value was setting sys_var::CONFIG (meaning, the value
came from the config file), but the filename was left as NULL.
2021-12-27 13:28:25 +01:00

7 lines
259 B
Text

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';