mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 11:41:36 +03:00
The problem was that a PREARE followed by a non prepared statement using DEFAULT NEXT_VALUE() could change table->next_local to point to a not persitent memory aria. The next EXECUTE would then try to use the wrong pointer, which could cause a crash. Fixed by reseting the pointer to it's old value when doing EXECUTE.
3.1 KiB
3.1 KiB