summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorkent@mysql.com <>2005-06-20 12:17:03 +0200
committerkent@mysql.com <>2005-06-20 12:17:03 +0200
commit9a8cb4406efff697daa6f5990d09a3b75ea028db (patch)
tree5e45e21f6a7ceae666022797ac3f518801e790ab /mysql-test
parent2c1ef9002d93463353fd0343090243a57596f598 (diff)
downloadmariadb-git-9a8cb4406efff697daa6f5990d09a3b75ea028db.tar.gz
mysql-test-run.pl:
Added --log-bin-trust-routine-creators to server start Increase and autoextend innodb tables
Diffstat (limited to 'mysql-test')
-rwxr-xr-xmysql-test/mysql-test-run.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 07ecc84c06f..7d5e26d89d2 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -1715,7 +1715,7 @@ sub mysqld_arguments ($$$$$) {
mtr_add_arg($args, "%s--server-id=1", $prefix);
mtr_add_arg($args, "%s--socket=%s", $prefix,
$master->[$idx]->{'path_mysock'});
- mtr_add_arg($args, "%s--innodb_data_file_path=ibdata1:50M", $prefix);
+ mtr_add_arg($args, "%s--innodb_data_file_path=ibdata1:128M:autoextend", $prefix);
mtr_add_arg($args, "%s--local-infile", $prefix);
mtr_add_arg($args, "%s--datadir=%s", $prefix,
$master->[$idx]->{'path_myddir'});
@@ -1802,6 +1802,7 @@ sub mysqld_arguments ($$$$$) {
mtr_add_arg($args, "%s--key_buffer_size=1M", $prefix);
mtr_add_arg($args, "%s--sort_buffer=256K", $prefix);
mtr_add_arg($args, "%s--max_heap_table_size=1M", $prefix);
+ mtr_add_arg($args, "%s--log-bin-trust-routine-creators", $prefix);
if ( $opt_with_openssl )
{