mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Partial fix for Bug#11764622 57480: MEMORY LEAK WHEN HAVING 256+ TABLES
Port vasil.dimov@oracle.com-20111205082831-7v1qu50hvd9hjr3g from mysql-trunk
This commit is contained in:
@ -674,9 +674,9 @@ struct row_prebuilt_struct {
|
||||
in inserts */
|
||||
que_fork_t* upd_graph; /*!< Innobase SQL query graph used
|
||||
in updates or deletes */
|
||||
btr_pcur_t* pcur; /*!< persistent cursor used in selects
|
||||
btr_pcur_t pcur; /*!< persistent cursor used in selects
|
||||
and updates */
|
||||
btr_pcur_t* clust_pcur; /*!< persistent cursor used in
|
||||
btr_pcur_t clust_pcur; /*!< persistent cursor used in
|
||||
some selects and updates */
|
||||
que_fork_t* sel_graph; /*!< dummy query graph used in
|
||||
selects */
|
||||
|
Reference in New Issue
Block a user