diff options
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h index 06bc1863bbe..e67e68be931 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -1621,6 +1621,7 @@ struct HA_CREATE_INFO TABLE *table; TABLE_LIST *pos_in_locked_tables; MDL_ticket *mdl_ticket; + bool table_was_deleted; bool tmp_table() { return options & HA_LEX_CREATE_TMP_TABLE; } }; |