mirror of
https://github.com/MariaDB/server.git
synced 2026-04-17 05:45:33 +02:00
THAT CALL STORED PROCEDURES. The bug was introduced by WL#4435. The problem was that if a stored procedure generated a few result sets with different set of columns, a new memory would be allocated after every EXECUTE for every result set. The fix is to introduce a new memory root in scope of MYSQL_STMT, and to store result-set metadata in that memory root. |
||
|---|---|---|
| .. | ||
| authentication_win | ||
| client_settings.h | ||
| CMakeLists.txt | ||
| conf_to_src.c | ||
| errmsg.c | ||
| get_password.c | ||
| libmysql.c | ||
| libmysql.def | ||
| libmysql.ver.in | ||