mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +01:00
09cf0a6213
Embedded now supports "--version=<version>", while "--version" is still silently ignored. Also only run protocol check in non-embedded mode.
6 lines
163 B
Text
6 lines
163 B
Text
SELECT @@version;
|
|
perl;
|
|
$cnt= $ENV{MYSQL_TEST} =~ /mysqltest_embedded / ? 1 :
|
|
grep /my_favorite_version/, `$ENV{MYSQL} -e status`;
|
|
print "$cnt\n";
|
|
EOF
|