1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00
Files
mariadb/mysql-test/t
unknown c89555edcc BUG#19021, Crash in ROR-index_merge optimizer:
get_best_covering_ror_intersect() was copying ror_scans starting from the 
end of the array and not from its beginning.


mysql-test/r/index_merge_innodb.result:
  Testcase for BUG#19021
mysql-test/t/index_merge_innodb.test:
  Testcase for BUG#19021
sql/opt_range.cc:
  BUG#19021: In get_best_covering_ror_intersect(), the array of pointers to
  scans to be used is [tree->ror_scans, ror_scan_mark), and not
  [ror_scan_mark, ...)
2006-04-13 16:05:32 +04:00
..
2005-10-28 23:17:51 +04:00
2006-03-01 15:50:15 +04:00
2006-03-30 09:13:25 +05:00
2006-03-30 17:14:55 +04:00
2006-03-27 18:25:35 -08:00
2006-03-06 14:38:31 +04:00
2005-12-06 21:28:13 +01:00
2005-10-28 02:36:19 +03:00
2006-03-24 12:44:54 -08:00
2006-03-06 23:43:47 +01:00
2006-01-06 00:47:49 +02:00
2006-03-09 13:17:19 -06:00
2006-02-20 15:03:16 +01:00
2006-02-07 19:57:31 +01:00
2006-03-08 10:40:29 +01:00
2006-03-31 21:26:17 -08:00
2006-03-06 21:45:13 +01:00
2006-03-10 12:12:08 +01:00
2006-04-08 11:42:09 -07:00