summaryrefslogtreecommitdiff
path: root/sql/sql_error.h
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2013-06-19 22:57:46 +0300
committerMichael Widenius <monty@askmonty.org>2013-06-19 22:57:46 +0300
commitf62f4bd563a96ddd78b78d563e4d4cf5ad27aae1 (patch)
tree17d34be40ccafdbb0ffee956c87aa86bf3aef3fc /sql/sql_error.h
parentdfcc502ab540b4d93fe3d40d0bac15fa3ae449dd (diff)
downloadmariadb-git-f62f4bd563a96ddd78b78d563e4d4cf5ad27aae1.tar.gz
Fixed some memory leaks
Disabled some asserts that we can't yet have enabled
Diffstat (limited to 'sql/sql_error.h')
-rw-r--r--sql/sql_error.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_error.h b/sql/sql_error.h
index fb6cdfcfede..70805d93450 100644
--- a/sql/sql_error.h
+++ b/sql/sql_error.h
@@ -713,7 +713,8 @@ public:
}
Diagnostics_area(bool initialize);
- Diagnostics_area(ulonglong warning_info_id, bool allow_unlimited_warnings);
+ Diagnostics_area(ulonglong warning_info_id, bool allow_unlimited_warnings,
+ bool initialize);
void init() { m_main_wi.init() ; }
void free_memory() { m_main_wi.free_memory() ; }