summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/table.h b/sql/table.h
index fb742acf804..77153e5d8cd 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -235,9 +235,6 @@ typedef struct st_table_list
bool cacheable_table; /* stop PS caching */
/* used in multi-upd privelege check */
bool table_in_update_from_clause;
-
- /* used for proper partially successful DROP DATABASE binlogging */
- bool was_dropped;
} TABLE_LIST;
typedef struct st_changed_table_list