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

MDEV-13003 - Oracle compatibility : Replace function

This commit is contained in:
halfspawn
2017-05-31 09:49:17 +02:00
committed by Alexander Barkov
parent 1a9e13d622
commit c9981fbee2
9 changed files with 125 additions and 10 deletions

View File

@ -3357,6 +3357,8 @@ public:
const LEX_CSTRING *field_name,
uint pos_in_q, uint length_in_q);
Item *make_item_func_replace(THD *thd, Item *org, Item *find, Item *replace);
/*
Create a my_var instance for a ROW field variable that was used
as an OUT SP parameter: CALL p1(var.field);