diff options
author | unknown <bell@sanja.is.com.ua> | 2004-02-20 15:37:45 +0200 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2004-02-20 15:37:45 +0200 |
commit | 7dd164f7305ab2ac1bfc95c214935e61be6e6510 (patch) | |
tree | d3afd2e4ba17d5cdc9e6991bdae53a08a29f7652 /tests | |
parent | 36d2d2061bddd2dccaeab70904221950e220663d (diff) | |
download | mariadb-git-7dd164f7305ab2ac1bfc95c214935e61be6e6510.tar.gz |
after review fix
sql/item.h:
typo fixed
sql/item_func.h:
clear refernce on deleted variable
sql/item_subselect.cc:
layout fixed
sql/sql_base.cc:
temporary memory pool allocation moved from open_and_lock_tables
sql/sql_prepare.cc:
temporary memory pool allocation moved
changing in routine suggeted by Monty
tests/client_test.c:
uncomment accidently commented test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/client_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/client_test.c b/tests/client_test.c index 2275ef6d9f7..d9a180e3c1e 100644 --- a/tests/client_test.c +++ b/tests/client_test.c @@ -8538,7 +8538,7 @@ int main(int argc, char **argv) test_stmt_close(); /* mysql_stmt_close() test -- hangs */ test_prepare_field_result(); /* prepare meta info */ test_multi_stmt(); /* multi stmt test */ -/* test_multi_statements(); *//* test multi statement execution */ + test_multi_statements();/* test multi statement execution */ test_store_result(); /* test the store_result */ test_store_result1(); /* test store result without buffers */ test_store_result2(); /* test store result for misc case */ |