diff options
author | Sinisa@sinisa.nasamreza.org <> | 2003-06-12 16:52:36 +0300 |
---|---|---|
committer | Sinisa@sinisa.nasamreza.org <> | 2003-06-12 16:52:36 +0300 |
commit | 862506b6af24f6d96b4ec87950d1f14792a5aed5 (patch) | |
tree | c4add756e3fc9920bd44b6c481e233ad82d452ac /sql/table.h | |
parent | 19a17f602fc42f596271bd80a586c530ee3722d5 (diff) | |
download | mariadb-git-862506b6af24f6d96b4ec87950d1f14792a5aed5.tar.gz |
Derived tables bug fix .......
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; |