From: Dmitry Lenev Date: May 4 2012 7:16am Subject: bzr push into mysql-trunk branch (Dmitry.Lenev:3890 to 3891) WL#5772 List-Archive: http://lists.mysql.com/commits/143785 Message-Id: <20120504071600.3CD174204FB@jubjub> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3891 Dmitry Lenev 2012-05-04 WL#5772 "Add partitioned Table Definition Cache to avoid using LOCK_open and its derivatives in DML queries". Review change #3: Use I_P_List_adapter<> instead of hand-written adapter class. modified: sql/sql_base.h sql/table.h 3890 Dmitry Lenev 2012-05-03 WL#5772 "Add partitioned Table Definition Cache to avoid using LOCK_open and its derivatives in DML queries". Review change #2: fix failing perfschema.func_mutex test by replacing LOCK_open usage with LOCK_table_cache. modified: mysql-test/suite/perfschema/r/func_mutex.result mysql-test/suite/perfschema/t/func_mutex.test === modified file 'sql/sql_base.h' --- a/sql/sql_base.h 2012-04-14 14:18:30 +0000 +++ b/sql/sql_base.h 2012-05-04 07:13:43 +0000 @@ -618,7 +618,10 @@ struct Table_cache_element * for this table in this table cache (one such list per table cache). * The table cache element represents the table in each table cache. */ - typedef I_P_List