diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2003-06-12 16:52:36 +0300 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2003-06-12 16:52:36 +0300 |
commit | 4ac20ad4a925fe9efa4f0937ddeb026cf112857f (patch) | |
tree | c4add756e3fc9920bd44b6c481e233ad82d452ac /sql/table.h | |
parent | 9be78a051939fad1f947b14560e016e86263cb63 (diff) | |
download | mariadb-git-4ac20ad4a925fe9efa4f0937ddeb026cf112857f.tar.gz |
Derived tables bug fix .......
sql/ha_myisam.cc:
DISABLE KEYS warnings
sql/sql_table.cc:
DISABLE KEYS warnings
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h index 2aefe23cb2f..c9f35887a27 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 */ Field *next_number_field, /* Set if next_number is activated */ *found_next_number_field, /* Set on open */ *rowid_field; |