mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
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
This commit is contained in:
parent
36d2d2061b
commit
7dd164f730
6 changed files with 36 additions and 21 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue