mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
9b9067fcc0
avoid deprecation warning
7 lines
249 B
Text
7 lines
249 B
Text
SELECT @@version;
|
|
perl;
|
|
$cnt= $ENV{MYSQL_TEST} =~ /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';
|