mirror of
https://github.com/MariaDB/server.git
synced 2025-11-25 17:25:02 +03:00
The problem is that array binding uses net buffer to read parameters for each execution while each execiting with RETURNING write in the same buffer. Solution is to allocate new net buffer to avoid changing buffer we are reading from.
37 KiB
37 KiB