From 5151b5520edafd3374093a73635ef52d4044f10e Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 7 Mar 2001 23:50:44 +0200 Subject: Fixed test cases for innobase Fixed bug introduced with last ORDER BY optimization Changed log position to longlong to avoid warnings. Docs/manual.texi: Update for innobase mysql-test/r/innobase.result: Fixed test cases mysql-test/t/bdb.test: Removed not used tables mysql-test/t/innobase.test: Fixed test cases sql/field.h: Fixed bug introduced with last ORDER BY optimization sql/ha_berkeley.cc: Fixed bug when index_init() was called twice. sql/mysql_priv.h: Added option to not get stack trace (when using gdb) sql/mysqld.cc: Added option to not get stack trace (when using gdb) sql/slave.cc: Changed log position to longlong to avoid warnings. sql/slave.h: Changed log position to longlong to avoid warnings. sql/sql_parse.cc: Removed warnings sql/sql_select.cc: Cleanups --- Docs/manual.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Docs/manual.texi') diff --git a/Docs/manual.texi b/Docs/manual.texi index 154353b2063..843e5e9cf2d 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -23714,6 +23714,10 @@ You can't have a key on a @code{BLOB} or @code{TEXT} column. rows, one by one, which isn't that fast. @item The maximum blob size is 8000 bytes. +@item +Before dropping a database with @code{INNOBASE} tables one has to drop +the individual tables first. If one doesn't do that, the space in the +Innobase table space will not be reclaimed. @end itemize @cindex tutorial -- cgit v1.2.1