diff options
author | unknown <monty@hundin.mysql.fi> | 2002-10-24 01:29:29 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-10-24 01:29:29 +0300 |
commit | 7a8e330f3bcacfdd34a7cc5dc1844fd02088473e (patch) | |
tree | 448d23d62784643ef8521c8d6a19302bf9b4caf8 /Docs/manual.texi | |
parent | 6d25b5439c91c569d11ed47826e5af2aaa329686 (diff) | |
download | mariadb-git-7a8e330f3bcacfdd34a7cc5dc1844fd02088473e.tar.gz |
Fixed problem with BDB tables and ALTER TABLE
Docs/manual.texi:
ChangeLog
mysql-test/t/bdb-crash.test:
Don't run test if BDB is not configured
sql/sql_base.cc:
Added free on error
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 158db75a407..cb0f2236bb9 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46930,6 +46930,8 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.54 @itemize @item +Fixed a problem with BDB and @code{ALTER TABLE}. +@item Fixed reference to freed memory when doing complicated @code{GROUP BY ... ORDER BY} queries. Symptom was that @code{mysqld} died in function @code{send_fields}. |