summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2003-08-07 21:19:43 +0300
committerunknown <monty@mashka.mysql.fi>2003-08-07 21:19:43 +0300
commitf4646c0d063fb541f48dd2824ecccea464a9958d (patch)
treeae1adf314b74af9f9885cef15ab9ffb8974d3e2d /sql/table.h
parent553daa5e40b413489431d5d21b512c6b529bccac (diff)
parentb9aa175cb282ce92e733412a74e23ba750f8dd80 (diff)
downloadmariadb-git-f4646c0d063fb541f48dd2824ecccea464a9958d.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mashka.mysql.fi:/home/my/mysql-4.1 BitKeeper/etc/logging_ok: auto-union sql/item_func.cc: Auto merged
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h
index 1831c834de6..2fab0087da4 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -116,6 +116,7 @@ struct st_table {
my_bool crashed;
my_bool is_view;
my_bool no_keyread;
+ my_bool clear_query_id; /* To reset query_id for tables and cols */
my_bool auto_increment_field_not_null;
Field *next_number_field, /* Set if next_number is activated */
*found_next_number_field, /* Set on open */