summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
diff options
context:
space:
mode:
authorIgnacio Galarza <iggy@mysql.com>2009-03-17 16:29:24 -0400
committerIgnacio Galarza <iggy@mysql.com>2009-03-17 16:29:24 -0400
commit428e28e00c679ca6f3a997e0303604d881e361c3 (patch)
tree3c313f70fd16653491985d8e8108fb5b99f0d5d0 /sql/sql_lex.cc
parent2d9421c3bb7376bcfa5484d94b45df65d67e4468 (diff)
parentec39e58d13f95e455a6553bca3e618e7065707d0 (diff)
downloadmariadb-git-428e28e00c679ca6f3a997e0303604d881e361c3.tar.gz
auto-merge
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r--sql/sql_lex.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc
index 8899acd37ec..e6eb9a8a44e 100644
--- a/sql/sql_lex.cc
+++ b/sql/sql_lex.cc
@@ -1559,6 +1559,7 @@ void st_select_lex::init_query()
exclude_from_table_unique_test= no_wrap_view_item= FALSE;
nest_level= 0;
link_next= 0;
+ lock_option= TL_READ_DEFAULT;
}
void st_select_lex::init_select()