1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/sql
Gleb Shchepa fa01a4ed26 backport from 6.0:
Bug #40925: Equality propagation takes non indexed attribute

Query execution plans and execution time of queries like

  select a, b, c from t1
    where a > '2008-11-21' and b = a limit 10

depended on the order of equality operator parameters:
"b = a" and "a = b" are not same. 


An equality propagation algorithm has been fixed:
the substitute_for_best_equal_field function should not
substitute a field for an equal field if both fields belong
to the same table.
2009-04-28 05:19:13 +05:00
..
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2007-07-12 00:55:40 +05:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2009-03-19 09:44:58 -04:00
2007-11-05 20:18:22 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2008-12-12 14:59:10 +04:00
2008-04-10 15:55:37 -04:00
2009-01-16 16:48:41 +02:00
2006-12-23 20:17:15 +01:00
2009-02-06 18:25:08 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2009-04-28 05:19:13 +05:00
2009-04-01 16:02:26 +05:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2009-04-08 16:17:26 +08:00
2006-12-23 20:17:15 +01:00
2009-03-19 09:44:58 -04:00
2006-12-31 01:02:27 +01:00
2009-03-19 09:44:58 -04:00
2008-03-18 16:38:12 +04:00
2006-12-31 01:02:27 +01:00
2006-12-23 20:17:15 +01:00
2006-12-23 20:17:15 +01:00
2009-04-08 16:17:26 +08:00
2008-01-23 13:26:41 -07:00
2006-12-23 20:17:15 +01:00
2009-04-08 16:17:26 +08:00
2006-12-23 20:17:15 +01:00
2009-03-19 09:44:58 -04:00
2009-03-25 21:50:42 +04:00
2009-03-25 21:50:42 +04:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2009-04-08 16:17:26 +08:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2006-12-31 01:02:27 +01:00
2009-03-19 09:44:58 -04:00
2007-07-01 15:33:28 -07:00
2006-12-23 20:17:15 +01:00
2009-03-19 09:44:58 -04:00
2006-12-31 01:02:27 +01:00
2008-09-16 13:16:41 +02:00
2007-03-22 20:32:07 +02:00
2009-03-19 09:44:58 -04:00
2006-12-23 20:17:15 +01:00