diff options
author | monty@mysql.com <> | 2004-03-10 13:48:41 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-03-10 13:48:41 +0200 |
commit | 7738d082942583015e8f8cd7583052f7afe6b00e (patch) | |
tree | 9661f231066d4a9738d67cf3a8dc0f5a2f7b53ea /sql/sql_handler.cc | |
parent | 4f601cd9ef5e0e23e831dd09cedb054c1e41a704 (diff) | |
parent | 4ee44751d9ebcca3aa0f6c1f97f732abd7311810 (diff) | |
download | mariadb-git-7738d082942583015e8f8cd7583052f7afe6b00e.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into mysql.com:/home/my/mysql-4.0
Diffstat (limited to 'sql/sql_handler.cc')
-rw-r--r-- | sql/sql_handler.cc | 2 |
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; \ |