mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
into pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint
This commit is contained in:
@@ -7,9 +7,8 @@
|
||||
# outside of it's vardir anyway
|
||||
#
|
||||
|
||||
let $datadir=
|
||||
query_get_value("SHOW VARIABLES LIKE 'datadir'", Value, 1);
|
||||
if (`select LOCATE("$MYSQLTEST_VARDIR", "$datadir") != 1`)
|
||||
|
||||
if (`select LOCATE('$MYSQLTEST_VARDIR', REPLACE(@@datadir, '\\\\', '/')) != 1`)
|
||||
{
|
||||
skip Need mysqld in MYSQLTEST_VARDIR;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user