1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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.
This commit is contained in:
istruewing@chilla.local
2007-05-04 16:10:09 +02:00
parent 9126286a6a
commit a57260dbfb
23 changed files with 30 additions and 26 deletions

View File

@@ -1 +1 @@
--max-allowed-packet=24M --skip-innodb --key-buffer-size=1M
--max-allowed-packet=24M --loose-skip-innodb --key-buffer-size=1M