summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
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.cc
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.cc')
-rw-r--r--sql/sql_lex.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc
index 703a97a6565..9f4e4cbd2ca 100644
--- a/sql/sql_lex.cc
+++ b/sql/sql_lex.cc
@@ -323,7 +323,6 @@ void lex_start(THD *thd)
lex->select_lex.select_number= 1;
lex->length=0;
lex->part_info= 0;
- lex->global_flag= 0;
lex->select_lex.in_sum_expr=0;
lex->select_lex.ftfunc_list_alloc.empty();
lex->select_lex.ftfunc_list= &lex->select_lex.ftfunc_list_alloc;