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

Removed not used functions from sql_cache

Added new tests to testsuite.
This commit is contained in:
monty@hundin.mysql.fi
2001-12-14 16:02:41 +02:00
parent 0a2835a068
commit 61be9477ec
7 changed files with 199 additions and 23 deletions

View File

@@ -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