summaryrefslogtreecommitdiff
path: root/sql/sql_handler.h
diff options
context:
space:
mode:
authorKonstantin Osipov <kostja@sun.com>2010-06-09 12:39:09 +0400
committerKonstantin Osipov <kostja@sun.com>2010-06-09 12:39:09 +0400
commitb976fb144407d3fbc892d080fce9bcd3c3922c93 (patch)
tree5cfb374f50804886b5d4c4eb4015fb98392a341b /sql/sql_handler.h
parent0cb90edfe5350eef140801a08f19ac82fc01c0dd (diff)
downloadmariadb-git-b976fb144407d3fbc892d080fce9bcd3c3922c93.tar.gz
A review comment for WL#4441 " LOCK_open: Remove requirement of
mutex protecting thd->open_tables". We should not manipulate with table->s->version outside the table definition cache code, but use the TDC API to achieve the desired result. Fix one violation: close_all_tables_for_name().
Diffstat (limited to 'sql/sql_handler.h')
-rw-r--r--sql/sql_handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_handler.h b/sql/sql_handler.h
index 8666d5a8d7b..c5da3c4d468 100644
--- a/sql/sql_handler.h
+++ b/sql/sql_handler.h
@@ -28,6 +28,7 @@ bool mysql_ha_close(THD *thd, TABLE_LIST *tables);
bool mysql_ha_read(THD *, TABLE_LIST *,enum enum_ha_read_modes,char *,
List<Item> *,enum ha_rkey_function,Item *,ha_rows,ha_rows);
void mysql_ha_flush(THD *thd);
+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_move_tickets_after_trans_sentinel(THD *thd);