1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

cleanup: remove have_mysql_upgrade.inc

This commit is contained in:
Sergei Golubchik
2014-08-06 13:31:55 +02:00
parent 15a9103c48
commit 071a14c93d
5 changed files with 3 additions and 24 deletions

View File

@ -2,13 +2,6 @@
# Can't run test of external client with embedded server
-- source include/not_embedded.inc
# Only run test if "mysql_upgrade" is found
--require r/have_mysql_upgrade.result
--disable_query_log
select LENGTH("$MYSQL_UPGRADE")>0 as have_mysql_upgrade;
--enable_query_log
#
# Hack:
#