Browse Source

MDEV-20108: [ERROR] mysqld got signal 11 in st_select_lex::add_table_to_list

Use the same select as for usual table list (forgotten oracle mode parser fixed)
pull/1364/head
Oleksandr Byelkin 6 years ago
parent
commit
de9e393094
  1. 2
      sql/sql_yacc_ora.yy

2
sql/sql_yacc_ora.yy

@ -16934,7 +16934,7 @@ table_lock:
? MDL_SHARED_WRITE
: MDL_SHARED_NO_READ_WRITE;
if (unlikely(!Select->
if (unlikely(!Lex->current_select_or_default()->
add_table_to_list(thd, $1, $2, table_options,
lock_type, mdl_type)))
MYSQL_YYABORT;

Loading…
Cancel
Save