1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug#35482 mysql-test-run have_innodb does not detect external server has Innodb support

This commit is contained in:
Magnus Svensson
2008-09-05 18:28:20 +02:00
parent d266e9d553
commit 189ac2c7d4
2 changed files with 58 additions and 14 deletions

View File

@ -53,7 +53,7 @@ sub NOT_REQUIRED { return 0; }
# binary is not found
# my $mysql_exe= my_find_bin($basedir,
# ["client", "bin"],
# "mysql", 0);
# "mysql", NOT_REQUIRED);
#
# NOTE: The function honours MTR_VS_CONFIG environment variable
#