summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
authorunknown <serg@sergbook.mysql.com>2005-08-26 13:24:59 +0400
committerunknown <serg@sergbook.mysql.com>2005-08-26 13:24:59 +0400
commitad594de473a16b0bb0ba4a9292cf3218cd93ac2c (patch)
tree02fd091693e67b70f5b80fd94b4b006e1816f41c /sql/table.h
parent9f23fa9549b721aab000b5f04b100a9b6b0ef1c7 (diff)
parent9e796abb5bcd8215c07936cefd94813b011f2c2f (diff)
downloadmariadb-git-ad594de473a16b0bb0ba4a9292cf3218cd93ac2c.tar.gz
merged
mysys/my_alloc.c: Auto merged sql/sql_table.cc: Auto merged
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 6af58cfd1ca..c9095ad48f6 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -570,9 +570,6 @@ typedef struct st_table_list
st_table_list *embedding; /* nested join containing the table */
List<struct st_table_list> *join_list;/* join list the table belongs to */
bool cacheable_table; /* stop PS caching */
-
- /* used for proper partially successful DROP DATABASE binlogging */
- bool was_dropped;
/* used in multi-upd/views privilege check */
bool table_in_first_from_clause;
bool skip_temporary; /* this table shouldn't be temporary */