Activity log for bug #288513

Date Who What changed Old value New value Message
2008-10-24 03:39:50 Arjen Lentz bug added bug
2008-10-24 03:40:11 Arjen Lentz description See http://code.google.com/p/mysql-heap-dynamic-rows/ Notes on the patch: - Applies to VARCHAR cols, text/blob is still not handled. - it is only enabled if you use a special create table option - it only works for variable width columns in a table after any indexed columns - thus not supported for automatic temporary tables - investigate this, see if col swapping might be feasible! See http://code.google.com/p/mysql-heap-dynamic-rows/ Patch is on MySQL 5.0 codebase. Notes on the patch: - Applies to VARCHAR cols, text/blob is still not handled. - it is only enabled if you use a special create table option - it only works for variable width columns in a table after any indexed columns - thus not supported for automatic temporary tables - investigate this, see if col swapping might be feasible!
2008-10-24 03:40:50 Arjen Lentz description See http://code.google.com/p/mysql-heap-dynamic-rows/ Patch is on MySQL 5.0 codebase. Notes on the patch: - Applies to VARCHAR cols, text/blob is still not handled. - it is only enabled if you use a special create table option - it only works for variable width columns in a table after any indexed columns - thus not supported for automatic temporary tables - investigate this, see if col swapping might be feasible! See http://code.google.com/p/mysql-heap-dynamic-rows/ Patch is on MySQL 5.0 codebase. Notes on the patch (info from Harrison Fisk): - Applies to VARCHAR cols, text/blob is still not handled. - it is only enabled if you use a special create table option - it only works for variable width columns in a table after any indexed columns - thus not supported for automatic temporary tables - investigate this, see if col swapping might be feasible!