diff options
author | Nisha Gopalakrishnan <nisha.gopalakrishnan@oracle.com> | 2015-08-25 14:25:46 +0530 |
---|---|---|
committer | Nisha Gopalakrishnan <nisha.gopalakrishnan@oracle.com> | 2015-08-25 14:25:46 +0530 |
commit | e414cbffad0e095c545cf2aa3f646c8a36c9b398 (patch) | |
tree | e33beec2ec8c00c95c6c0c405e4e9520bc235de4 /sql/sql_handler.h | |
parent | f4ff086abea975222572fcfd232bf296018f5d85 (diff) | |
download | mariadb-git-e414cbffad0e095c545cf2aa3f646c8a36c9b398.tar.gz |
BUG#20449914: HANDLE_FATAL_SIGNAL (SIG=11) IN
FIELD_ITERATOR_TABLE::END_OF_FIELDS
Note: This a backport of the patch for bug#19894987
to MySQL-5.5
Diffstat (limited to 'sql/sql_handler.h')
-rw-r--r-- | sql/sql_handler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_handler.h b/sql/sql_handler.h index b21d4595fce..c6d8c5ed0c0 100644 --- a/sql/sql_handler.h +++ b/sql/sql_handler.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. +/* Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -32,5 +32,6 @@ void mysql_ha_flush_tables(THD *thd, TABLE_LIST *all_tables); void mysql_ha_rm_tables(THD *thd, TABLE_LIST *tables); void mysql_ha_cleanup(THD *thd); void mysql_ha_set_explicit_lock_duration(THD *thd); +void mysql_ha_rm_temporary_tables(THD *thd); #endif /* SQL_HANDLER_INCLUDED */ |