diff options
author | monty@mashka.mysql.fi <> | 2002-11-21 22:25:53 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2002-11-21 22:25:53 +0200 |
commit | 806294c573604707054c70ea5c22c61d949bf2c0 (patch) | |
tree | 54ccfe80d1405cb4325209020ea3c34d86a60770 /sql/sql_lex.cc | |
parent | dac6498f9b5b28d94473baf46c6e6f174943728d (diff) | |
download | mariadb-git-806294c573604707054c70ea5c22c61d949bf2c0.tar.gz |
Fixes after merge with 4.0
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r-- | sql/sql_lex.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc index 975c3cfcf2b..9ed66aede6f 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -1180,7 +1180,6 @@ bool st_select_lex_unit::create_total_list_n_last_return(THD *thd, st_lex *lex, if (!cursor) { /* Add not used table to the total table list */ - aux->lock_type= lex->lock_option; if (!(cursor= (TABLE_LIST *) thd->memdup((char*) aux, sizeof(*aux)))) { |