summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorMikael Ronstrom <mikael@mysql.com>2009-10-16 17:41:15 +0200
committerMikael Ronstrom <mikael@mysql.com>2009-10-16 17:41:15 +0200
commit29b7a0aadcb9b18258f0286cbd7af7e3143c4148 (patch)
tree2b0be441dab227e906fe718c5524892d2675b6bd /sql/sql_lex.h
parent975c1ff80801060abb7665f84d899cc0a57c7382 (diff)
downloadmariadb-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.h3
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.