diff options
author | unknown <monty@hundin.mysql.fi> | 2001-12-14 16:02:41 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-12-14 16:02:41 +0200 |
commit | c03330d584fd9c7f581d08df7a582ee76ec97d02 (patch) | |
tree | 63f5e7bab3c2b1c778016248af2350936a4c9763 /mysql-test/create-test-result | |
parent | 8dca301f4bdad2b069bcdfacad17e8af8c064366 (diff) | |
download | mariadb-git-c03330d584fd9c7f581d08df7a582ee76ec97d02.tar.gz |
Removed not used functions from sql_cache
Added new tests to testsuite.
extra/resolveip.c:
Portabilit fix.
mysql-test/create-test-result:
Fix for new mysql-test-run
mysql-test/r/query_cache.result:
Updated benchmarks
mysql-test/t/query_cache-master.opt:
Updated benchmarks
mysql-test/t/query_cache.test:
Updated benchmarks
sql/sql_cache.cc:
Removed not used functions
sql/sql_cache.h:
Removed not used functions
Diffstat (limited to 'mysql-test/create-test-result')
-rwxr-xr-x | mysql-test/create-test-result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/create-test-result b/mysql-test/create-test-result index 24c3d175303..bfd64f32fc5 100755 --- a/mysql-test/create-test-result +++ b/mysql-test/create-test-result @@ -5,7 +5,7 @@ # If you have a spare moment feel free to improve it - the right way is # to start mysqld yourself and run mysqltest -r -RESULT_DIR=r/3.23 +RESULT_DIR=r if [ -z $EDITOR] ; then EDITOR=vi fi @@ -32,7 +32,7 @@ result_file=$RESULT_DIR/$test_name.result touch $result_file echo "Running the test case against empty file, will fail, but don't worry" -./mysql-test-run $test_name +./mysql-test-run --do-test=$test_name reject_file=$result_file.reject |