mirror of
https://github.com/MariaDB/server.git
synced 2025-02-09 23:24:11 +01:00
![Sergei Golubchik](/assets/img/avatar_default.png)
--version=value was setting sys_var::CONFIG (meaning, the value came from the config file), but the filename was left as NULL.
7 lines
259 B
Text
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';
|