1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
unknown c8cafde703 Fixed bug #18165.
Made [NOT]BETWEEN predicates SARGable in respect to the second and 
the third arguments.


mysql-test/r/range.result:
  Added a test case to bug #18165.
mysql-test/t/range.test:
  Added a test case to bug #18165.
sql/opt_range.cc:
  Fixed bug #18165.
  Made [NOT]BETWEEN predicates SARGable in respect to the second and 
  the third arguments.
  Put in a separate function called get_full_func_mm_tree the functionality
  that builds a conjunction of all SEL_TREEs for a simple predicate of the
  form (f op c), where f was a field and c was a constant, applying different
  equalities f=f' with f' being another field.
2006-08-16 09:37:19 -07:00
..
2005-10-28 23:17:51 +04:00
2006-05-29 16:27:45 +02:00
2006-05-01 21:30:09 +03:00
2006-06-17 02:57:50 +04:00
2006-06-17 02:57:50 +04:00
2006-03-01 15:50:15 +04:00
2006-06-27 00:47:52 +04:00
2006-05-24 17:21:35 +03:00
2006-06-14 23:54:08 +04:00
2006-06-20 00:52:26 +04:00
2006-04-11 15:26:18 +05:00
2006-06-27 17:00:24 +05:00
2006-08-11 14:41:07 +05:00
2006-07-21 11:59:46 +03:00
2006-05-06 23:48:13 -07:00
2006-08-10 12:39:18 -04:00
2006-08-15 21:16:02 +04:00
2006-05-17 20:48:48 -07:00
2006-03-06 23:43:47 +01:00
2006-05-29 19:07:35 +04:00
2006-05-01 22:10:50 -04:00
2006-08-02 08:46:58 +02:00
2006-02-20 15:03:16 +01:00
2006-02-07 19:57:31 +01:00
2006-06-12 15:36:12 +02:00
2006-08-16 09:37:19 -07:00
2006-06-17 02:57:50 +04:00
2006-03-08 10:40:29 +01:00
2006-04-27 21:59:04 +09:30