diff options
author | monty@mysql.com <> | 2004-03-18 00:16:04 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-03-18 00:16:04 +0200 |
commit | 53c810cda446a060d4b9f41040f9227313c24ba1 (patch) | |
tree | 2bd46f92f467b68e9b652a280b512a9cf0413ca2 /sql/sql_handler.cc | |
parent | 43706715daf1039a772c2d2aaceae0ef93ffe037 (diff) | |
parent | f34a642d6e492fa527e09593aa695e67d3867263 (diff) | |
download | mariadb-git-53c810cda446a060d4b9f41040f9227313c24ba1.tar.gz |
merge fixes (use old code)
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 881f75566cd..1579ac3b5c8 100644 --- a/sql/sql_handler.cc +++ b/sql/sql_handler.cc @@ -35,7 +35,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; \ |