summaryrefslogtreecommitdiff
path: root/Docs/manual.texi
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.fi>2001-03-07 23:50:44 +0200
committerunknown <monty@donna.mysql.fi>2001-03-07 23:50:44 +0200
commit5151b5520edafd3374093a73635ef52d4044f10e (patch)
tree5185e82a23f37f9c337833e5c194164d9eaf8804 /Docs/manual.texi
parente3dc55a839a23d6f1b63f05238d0b33454b7a5ab (diff)
downloadmariadb-git-5151b5520edafd3374093a73635ef52d4044f10e.tar.gz
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
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r--Docs/manual.texi4
1 files changed, 4 insertions, 0 deletions
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