mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Partial fix for Bug#11764622 57480: MEMORY LEAK WHEN HAVING 256+ TABLES
Port vasil.dimov@oracle.com-20111205082756-wtlg8isyn4yohyny from mysql-trunk
This commit is contained in:
@ -168,7 +168,9 @@ UNIV_INTERN
|
||||
row_prebuilt_t*
|
||||
row_create_prebuilt(
|
||||
/*================*/
|
||||
dict_table_t* table); /*!< in: Innobase table handle */
|
||||
dict_table_t* table, /*!< in: Innobase table handle */
|
||||
ulint mysql_row_len); /*!< in: length in bytes of a row in
|
||||
the MySQL format */
|
||||
/********************************************************************//**
|
||||
Free a prebuilt struct for a MySQL table handle. */
|
||||
UNIV_INTERN
|
||||
|
Reference in New Issue
Block a user