1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-18796 Synchronize PS grammar between sql_yacc.yy and sql_yacc_ora.yy

This commit is contained in:
Alexander Barkov
2019-03-03 07:20:15 +04:00
parent 3b47587f41
commit 47b7ca629f
10 changed files with 193 additions and 129 deletions

View File

@ -1214,7 +1214,7 @@ public:
int insert(THD *thd, Statement *statement);
Statement *find_by_name(LEX_CSTRING *name)
Statement *find_by_name(const LEX_CSTRING *name)
{
Statement *stmt;
stmt= (Statement*)my_hash_search(&names_hash, (uchar*)name->str,