summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2019-05-21 14:22:49 +0400
committerAlexander Barkov <bar@mariadb.com>2019-05-21 14:22:49 +0400
commit8164bd24a611ee2682ff0ba922fd0da526f75f14 (patch)
treecfe7ae117353778c867729e16323fb564dbe81c3 /sql/sql_lex.h
parented39181a27ed95e1de63661bdeb6cfc21c3c6c03 (diff)
downloadmariadb-git-8164bd24a611ee2682ff0ba922fd0da526f75f14.tar.gz
MDEV-19535 sql_mode=ORACLE: 'SELECT INTO @var FOR UPDATE' does not lock the table
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 7a56ce55297..b205207f64d 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -4452,6 +4452,7 @@ public:
LEX_CSTRING *alias);
bool parsed_create_view(SELECT_LEX_UNIT *unit, int check);
bool select_finalize(st_select_lex_unit *expr);
+ bool select_finalize(st_select_lex_unit *expr, Lex_select_lock l);
void relink_hack(st_select_lex *select_lex);
bool stmt_install_plugin(const DDL_options_st &opt,