1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-16 20:23:18 +03:00
Files
mariadb/mysql-test/t
unknown f0cf742fd3 Fix for BUG#7331.
The problem was that when a QUICK_SELECT access method is chosen,
test_if_skip_sort_order() discovered that the index being used
by the quick select will not deliver tuples in sorted order.
In this case test_if_skip_sort_order() tried to change the index
used by the quick select, but it didn't properly set the other
members of the quick select, and especially the range flags of
the ranges in QUICK_SELECT::ranges.

The fix re-invokes the function SQL_SELECT::test_quick_select
to correctly create a valid QUICK_SELECT object.


mysql-test/r/order_by.result:
  Added test results.
mysql-test/t/order_by.test:
  Added test for BUG#7331.
sql/sql_select.cc:
  Fix for BUG#7331.
2005-01-06 10:49:26 +02:00
..
2004-05-05 17:05:24 +03:00
2004-02-16 10:03:25 +02:00
2004-08-26 18:26:38 +03:00
2004-08-26 18:26:38 +03:00
2004-02-16 10:03:25 +02:00
2004-03-29 17:27:30 +05:00
2004-10-07 10:50:13 +03:00
2004-11-02 16:02:12 +04:00
2004-10-07 10:50:13 +03:00
2004-09-16 00:47:45 +06:00
2004-11-24 23:16:16 +01:00
2004-10-06 19:14:33 +03:00
2004-11-04 20:39:52 -08:00
2004-08-18 12:11:26 +05:00
2004-03-16 16:35:53 +01:00
2004-12-28 11:57:56 +02:00
2004-12-31 11:52:14 +01:00
2004-12-11 20:13:43 +03:00
2004-10-07 10:50:13 +03:00
2004-08-26 18:26:38 +03:00
2004-03-31 03:32:38 +03:00
2004-06-26 14:21:32 +02:00
2004-12-03 00:39:55 +01:00
2004-11-04 21:25:49 +05:00
2004-12-07 13:56:48 +03:00
2004-10-06 19:14:33 +03:00
2004-02-11 00:06:46 +01:00
2004-06-27 13:16:19 +02:00
2004-04-07 16:04:28 +02:00
2004-11-12 11:17:53 +02:00
2004-12-31 11:52:14 +01:00
2004-09-30 19:40:33 +02:00
2004-11-08 11:06:36 +01:00
2004-12-22 13:38:15 +01:00
2004-11-29 08:06:53 +00:00
2004-11-08 11:11:49 +01:00
2004-09-30 21:36:25 +00:00
2004-10-07 08:42:11 +00:00
2004-08-31 21:10:57 +03:00
2004-08-12 00:02:29 -07:00
2005-01-06 10:49:26 +02:00
2004-10-10 15:29:06 +05:00
2004-11-30 15:08:26 +00:00
2004-10-27 19:52:41 +03:00
2004-05-05 17:05:24 +03:00
2004-10-07 10:50:13 +03:00
2004-02-16 10:03:25 +02:00
2004-11-22 20:15:48 +01:00
2004-10-20 17:28:40 +03:00
2004-07-20 11:00:10 +02:00
2004-05-17 01:52:13 +03:00
2004-06-21 10:21:20 +03:00
2004-02-11 00:06:46 +01:00
2004-05-17 01:52:13 +03:00
2004-05-17 01:52:13 +03:00
2004-05-17 01:52:13 +03:00
2004-05-05 17:05:24 +03:00
2004-02-22 11:22:51 +01:00
2004-05-24 21:12:05 +04:00
2004-11-15 17:03:54 +01:00
2004-11-15 17:03:54 +01:00
2004-09-07 21:30:28 +02:00
2004-05-19 05:09:10 +03:00
2004-08-07 23:18:13 +02:00
2004-11-28 19:48:41 +01:00
2004-12-04 00:14:18 +02:00
2004-08-24 17:24:23 +02:00
2004-08-18 19:57:55 +02:00
2004-06-18 04:38:58 +03:00
2004-11-04 21:25:49 +05:00
2004-08-18 19:57:55 +02:00
2004-02-11 00:06:46 +01:00
2004-12-31 11:52:14 +01:00