summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
authorunknown <serg@sergbook.mysql.com>2005-08-22 13:20:02 +0400
committerunknown <serg@sergbook.mysql.com>2005-08-22 13:20:02 +0400
commite2c29343f8bb04598e2689355eb50ef2015e37c9 (patch)
treeb42d4d6b404427d94f224df3644c23cddfa0f84b /sql/table.h
parent9df32ec8f8952876f10525d11d152ccbd21bfb67 (diff)
downloadmariadb-git-e2c29343f8bb04598e2689355eb50ef2015e37c9.tar.gz
after pull cleanup
configure.in: don't be too restrictive mysql-test/r/rpl_drop_db.result: test case cleanup mysql-test/t/rpl_drop_db.test: test case cleanup
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