diff options
author | unknown <brian@zim.(none)> | 2006-08-13 22:28:41 -0700 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2006-08-13 22:28:41 -0700 |
commit | 1363c9b215a2e01e6437fdaa16db0fa86e57362f (patch) | |
tree | 15ad7b04e02a710319de19d4c714db8d0e375062 /storage/myisam/ftbench | |
parent | 79072b506fb0cd5feb5677289fa04cb0f485ba0d (diff) | |
download | mariadb-git-1363c9b215a2e01e6437fdaa16db0fa86e57362f.tar.gz |
Fixed warning message breakage.
Fixed install breakage (my own fault)
Edited exampled cnf to remove bdb references.
mysql-test/r/backup.result:
fix warnings
mysql-test/r/im_options.result:
Remove missed bdb skip
mysql-test/r/im_utils.result:
Remove missed bdb-skip
mysql-test/r/log_tables.result:
Fix warnings
mysql-test/r/show_check.result:
Fix warnings
mysql-test/r/sp_trans.result:
Fix warning
mysql-test/r/type_timestamp.result:
Fix warning
mysql-test/r/warnings.result:
Fix warning
mysql-test/t/disabled.def:
Disabled Federation test
mysql-test/t/federated_transactions.test:
Fixed comments in federation test
netware/mysql_install_db.c:
Fix install breakage.
netware/mysql_test_run.c:
Fix install breakage.
scripts/mysql_install_db.sh:
Fix install breakage
storage/myisam/ftbench/ft-test-run.sh:
Fixed test which is never run
support-files/my-innodb-heavy-4G.cnf.sh:
Modified examples
support-files/my-small.cnf.sh:
Modified examples
Diffstat (limited to 'storage/myisam/ftbench')
-rwxr-xr-x | storage/myisam/ftbench/ft-test-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/ftbench/ft-test-run.sh b/storage/myisam/ftbench/ft-test-run.sh index ceba818fa5c..0908e55b400 100755 --- a/storage/myisam/ftbench/ft-test-run.sh +++ b/storage/myisam/ftbench/ft-test-run.sh @@ -65,7 +65,7 @@ for batch in t/* ; do done echo "=====================================" >> var/ft_test.log - $MYSQLD $OPTS --basedir=$BASE --skip-bdb --pid-file=$PID \ + $MYSQLD $OPTS --basedir=$BASE --pid-file=$PID \ --language=$ROOT/sql/share/english \ --skip-grant-tables --skip-innodb \ --skip-networking --tmpdir=$DATA >> var/ft_test.log 2>&1 & |