summaryrefslogtreecommitdiff
path: root/sql/sql_handler.cc
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-03-10 13:46:11 +0200
committermonty@mysql.com <>2004-03-10 13:46:11 +0200
commit4ee44751d9ebcca3aa0f6c1f97f732abd7311810 (patch)
tree458c51d3c1854209d1cbc2d57f876333a083ae53 /sql/sql_handler.cc
parent73780de1292f24d7749045b0e03adbfbaf4df9cd (diff)
downloadmariadb-git-4ee44751d9ebcca3aa0f6c1f97f732abd7311810.tar.gz
Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)
Diffstat (limited to 'sql/sql_handler.cc')
-rw-r--r--sql/sql_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_handler.cc b/sql/sql_handler.cc
index 963111015da..a80b4040882 100644
--- a/sql/sql_handler.cc
+++ b/sql/sql_handler.cc
@@ -36,7 +36,7 @@
But !!! do_command calls free_root at the end of every query and frees up
all the sql_alloc'ed memory. It's harder to work around...
- */
+*/
#define HANDLER_TABLES_HACK(thd) { \
TABLE *tmp=thd->open_tables; \