On Mon 2023-07-03 16:18:34 +1000, Yuchen Pei wrote:

> Hi Sergei,
>
> Thanks for your comments.
>>
>> As you like.
>> You can do MDEV-31401 or work around the issue with, for example
>>
>> BEGIN NOT ATOMIC
>>   DECLARE EXIT HANDLER FOR 1123
>>     INSERT mysql.func (...), (...), ...;
>>   CREATE FUNCTION ...;
>>   CREATE FUNCTION ...;
>>   CREATE FUNCTION ...;
>>   CREATE FUNCTION ...;
>> END;
>>
>> just don't add new spider-specific global variables to the server.
>
> How about renaming and exporting an existing variable, like in
> https://github.com/MariaDB/server/commit/74afa221807? Does that also
> count as adding a new spider-specific global variable to the server?

In any case I have incorporated your suggestions in
https://github.com/MariaDB/server/commit/528c7fa1c24

Best,
Yuchen
_______________________________________________
developers mailing list -- developers@lists.mariadb.org
To unsubscribe send an email to developers-le...@lists.mariadb.org

Reply via email to