mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-19535 sql_mode=ORACLE: 'SELECT INTO @var FOR UPDATE' does not lock the table
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user