1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-03 20:43:11 +03:00
Files
mariadb/sql
svoj@may.pils.ru 8b98be2844 BUG#20357 - Got error 124 from storage engine using MIN and MAX
functions in queries

Using MAX()/MIN() on table with disabled indexes (by ALTER TABLE)
results in error 124 (wrong index) from storage engine.

The problem was that optimizer use disabled index to optimize
MAX()/MIN(). Normally it must skip disabled index and perform
table scan.

This patch skips disabled indexes for min/max optimization.
2006-06-21 17:30:59 +05:00
..
2005-09-30 14:03:55 +02:00
2005-09-12 18:48:17 +03:00
2004-09-01 04:12:09 +03:00
2005-08-30 02:46:03 +02:00
2006-05-15 17:25:37 +04:00
2005-06-21 04:24:21 -07:00
2005-03-17 10:59:25 +04:00
2005-09-24 15:51:45 +02:00
2005-10-18 14:04:14 +04:00
2004-10-06 19:14:33 +03:00
2005-11-01 13:00:02 +02:00
2004-12-14 03:36:19 +03:00
2006-05-06 23:48:13 -07:00
2005-05-18 22:14:08 +02:00
2006-04-25 17:12:06 -07:00
2006-05-06 23:48:13 -07:00
2006-05-06 23:48:13 -07:00
2006-05-04 00:03:58 +05:00
2006-04-20 22:15:38 -07:00
2006-04-20 22:15:38 -07:00
2004-11-08 01:13:54 +02:00
2005-12-13 18:30:10 +02:00
2005-07-27 13:05:30 +03:00