diff options
author | unknown <serg@serg.mysql.com> | 2002-03-01 16:57:08 +0000 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2002-03-01 16:57:08 +0000 |
commit | 43a1ef6ce23e8751236c3948030e6e7b57bd5c45 (patch) | |
tree | 2b4289848a910e2a05a4d815949eaca3ecf90bb8 /sql/table.h | |
parent | 6fdd6e8e4689342f8fa213a36465d2263a8ccab9 (diff) | |
download | mariadb-git-43a1ef6ce23e8751236c3948030e6e7b57bd5c45.tar.gz |
fulltext+const_table bug fixed
mysql-test/r/fulltext.result:
test added
mysql-test/t/fulltext.test:
test added
sql/item_func.cc:
fulltext+const_table problem fixed once and forever
sql/item_func.h:
fulltext+const_table problem fixed once and forever
sql/sql_select.cc:
fulltext+const_table problem fixed once and forever
sql/table.h:
fulltext+const_table problem fixed once and forever
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 259c34030b2..606087ae3ac 100644 --- a/sql/table.h +++ b/sql/table.h @@ -95,6 +95,7 @@ struct st_table { my_bool db_low_byte_first; /* Portable row format */ my_bool locked_by_flush; my_bool locked_by_name; + my_bool fulltext_searched; my_bool crashed; my_bool is_view; my_bool no_keyread; |