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:
@ -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,
|
||||
|
Reference in New Issue
Block a user