mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
EXISTS type of subselect
more correct parameters in result creation script mysql-test/create-test-result: more correct parameters in result creation script mysql-test/r/subselect.result: test of EXISTS mysql-test/t/subselect.test: test of EXISTS sql/item_subselect.cc: EXISTS type of subselect sql/item_subselect.h: EXISTS type of subselect sql/sql_class.cc: EXISTS type of subselect sql/sql_class.h: EXISTS type of subselect sql/sql_yacc.yy: EXISTS type of subselect
This commit is contained in:
@ -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 --do-test=$test_name
|
||||
./mysql-test-run --local $test_name
|
||||
|
||||
reject_file=$result_file.reject
|
||||
|
||||
|
Reference in New Issue
Block a user