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 | 2ccb35c3ea898b3a7b51c60fb5122b6d81a38eb9 (patch) | |
tree | 2b4289848a910e2a05a4d815949eaca3ecf90bb8 /sql/table.h | |
parent | 7f6e7687af7f338331cf0abd0ba4025f2b6c9d66 (diff) | |
download | mariadb-git-2ccb35c3ea898b3a7b51c60fb5122b6d81a38eb9.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; |