1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00
Files
mariadb/myisammrg
sergefp@mysql.com f95b5b0a5d BUG#17314: Can't use index_merge/intersection for MERGE tables
1. Fix index access costs for MERGE tables, set block_size=myisam_block_size/#underlying_tables 
   instead of 0 which it was before.
2. Make index scans on MERGE table to return records in (key_tuple, merge_table_rowid) order, 
   instead of just (key_tuple) order. This makes an index scan on MERGE table to be truly a ROR-scan
   which is a requirement for index_merge union/intersection.
2006-02-11 21:51:43 +03:00
..
2000-07-31 21:29:14 +02:00
2000-07-31 21:29:14 +02:00
2005-07-06 00:06:11 +02:00
2001-12-06 14:10:51 +02:00
2003-04-28 19:05:57 +03:00
2002-12-10 00:06:05 +01:00
2001-12-06 14:10:51 +02:00
2004-05-16 14:48:32 +03:00
2002-07-23 18:31:22 +03:00
2005-07-28 21:25:05 +03:00