mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-10296 - Multi-instance table cache
Improve scalability by implementing multi-instance table cache.
This commit is contained in:
@@ -1021,13 +1021,13 @@ private:
|
||||
One should use methods of I_P_List template instead.
|
||||
*/
|
||||
TABLE *share_all_next, **share_all_prev;
|
||||
TABLE *global_free_next, **global_free_prev;
|
||||
friend struct All_share_tables;
|
||||
friend class Table_cache_instance;
|
||||
|
||||
public:
|
||||
|
||||
THD *in_use; /* Which thread uses this */
|
||||
/* Time when table was released to table cache. Valid for unused tables. */
|
||||
ulonglong tc_time;
|
||||
Field **field; /* Pointer to fields */
|
||||
|
||||
uchar *record[2]; /* Pointer to records */
|
||||
|
Reference in New Issue
Block a user