diff options
author | unknown <bell@sanja.is.com.ua> | 2002-06-19 17:52:44 +0300 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2002-06-19 17:52:44 +0300 |
commit | c6a2ae17a01d1f93257ea1ce5af0513d870585b0 (patch) | |
tree | cc55f99d5599771fbb2ddecda5ce0467fd2ede67 /mysql-test/create-test-result | |
parent | 454712d20e89b34e2c45973f3d601f4720c3e471 (diff) | |
download | mariadb-git-c6a2ae17a01d1f93257ea1ce5af0513d870585b0.tar.gz |
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
Diffstat (limited to 'mysql-test/create-test-result')
-rwxr-xr-x | mysql-test/create-test-result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/create-test-result b/mysql-test/create-test-result index bfd64f32fc5..a50b4c87641 100755 --- a/mysql-test/create-test-result +++ b/mysql-test/create-test-result @@ -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 |