diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2009-10-16 17:41:15 +0200 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2009-10-16 17:41:15 +0200 |
commit | 29b7a0aadcb9b18258f0286cbd7af7e3143c4148 (patch) | |
tree | 2b0be441dab227e906fe718c5524892d2675b6bd /sql/sql_lex.h | |
parent | 975c1ff80801060abb7665f84d899cc0a57c7382 (diff) | |
download | mariadb-git-29b7a0aadcb9b18258f0286cbd7af7e3143c4148.tar.gz |
Removed GLOBAL INDEX syntax, need to develop GLOBAL indexes before adding syntax for it
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 3d638689700..d653540a628 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -1565,9 +1565,6 @@ typedef struct st_lex : public Query_tables_list /* Partition info structure filled in by PARTITION BY parse part */ partition_info *part_info; - /* Flag to index a global index created */ - bool global_flag; - /* The definer of the object being created (view, trigger, stored routine). I.e. the value of DEFINER clause. |