mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
merge from 5.5-mtr
This commit is contained in:
commit
dfca5156c3
57 changed files with 619 additions and 233 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# Don't run this test if $MYSQL_FIX_PRIVILEGE_TABLES isn't set
|
||||
# to the location of mysql_fix_privilege_tables.sql
|
||||
if (`SELECT LENGTH("$MYSQL_FIX_PRIVILEGE_TABLES") <= 0`)
|
||||
if (!$MYSQL_FIX_PRIVILEGE_TABLES)
|
||||
{
|
||||
skip Test needs MYSQL_FIX_PRIVILEGE_TABLES;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue