diff options
author | istruewing@chilla.local <> | 2007-05-04 16:10:09 +0200 |
---|---|---|
committer | istruewing@chilla.local <> | 2007-05-04 16:10:09 +0200 |
commit | a57260dbfb7062ae12f00cfa00da7e0057258534 (patch) | |
tree | 00cebf102097166a82ddefbba321789108f86433 /mysql-test/t/warnings-master.opt | |
parent | 9126286a6a43d100ada3070042a76368a0e84e25 (diff) | |
download | mariadb-git-a57260dbfb7062ae12f00cfa00da7e0057258534.tar.gz |
WL#2936 - Falcon & MySQL plugin interface: server variables
Fix tests when InnoDB is not built-in. Innodb options would cause
mysqld to abort with an error indicating that the option is unknown.
Fix tests on Windows where mysql-test-run.pl was unable to probe
mysqld for version and variables information, caused by output
being redirected to a log file instead.
Diffstat (limited to 'mysql-test/t/warnings-master.opt')
-rw-r--r-- | mysql-test/t/warnings-master.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/warnings-master.opt b/mysql-test/t/warnings-master.opt index bea071a9c9b..21356507809 100644 --- a/mysql-test/t/warnings-master.opt +++ b/mysql-test/t/warnings-master.opt @@ -1 +1 @@ ---skip-innodb +--loose-skip-innodb |