mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Cleanup of tests
Fixed bug with ALTER TABLE on HEAP tables
This commit is contained in:
@ -10,7 +10,7 @@ $opt_config_file = undef();
|
||||
$opt_example = 0;
|
||||
$opt_help = 0;
|
||||
$opt_log = "/tmp/mysqld_multi.log";
|
||||
$opt_mysqladmin = "mysqladmin";
|
||||
$opt_mysqladmin = "@bindir@/mysqladmin";
|
||||
$opt_mysqld = "@libexecdir@/mysqld";
|
||||
$opt_no_log = 0;
|
||||
$opt_password = undef();
|
||||
|
Reference in New Issue
Block a user