1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Redefinition of myisam_bulk_insert_tree_size

Removed new error message
Fixed test case for varbinary
Threads are again killable in "merge_buffers"
Cleanup of sql_repl.cc
SHOW OPEN TABLES now works when no tables are opened
This commit is contained in:
monty@tik.mysql.fi
2001-07-10 15:53:08 +03:00
parent ca771c46bb
commit fc81fdb4ba
36 changed files with 543 additions and 580 deletions

View File

@ -21,7 +21,7 @@ drop table t1;
#
--error 1064
select x'hello';
--error 1064
--error 1054
select 0xfg;
#