1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
unknown 950a6871d9 Implement ORDER BY DESC optimization, which reads values in descending
order directly from the index instead of using a filesort.


mysql-test/mysql-test-run.sh:
  [ -n $SKIP_TEST ] --> [ -n "$SKIP_TEST" ]; portability fix
mysql-test/r/order_by.result:
  Added test for ORDER BY DESC optimization
mysql-test/t/order_by.test:
  Added test for ORDER BY DESC optimization
sql/opt_range.cc:
  Added QUICK_SELECT_DESC class which implements ORDER BY DESC optimization.
sql/opt_range.h:
  Added QUICK_SELECT_DESC class which implements ORDER BY DESC optimization.
sql/sql_select.cc:
  Added QUICK_SELECT_DESC class which implements ORDER BY DESC optimization.
BitKeeper/etc/ignore:
  Added .gdbinit .vimrc to the ignore list
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-06-28 03:06:23 -04:00
..
2001-06-12 14:12:35 +02:00
2001-03-25 01:02:26 +02:00
2001-06-21 11:03:54 +02:00
2001-01-31 04:47:25 +02:00
2001-06-12 14:06:05 -06:00
2001-06-12 17:13:52 +03:00
2001-05-29 18:53:37 -06:00
2001-06-22 08:35:18 -06:00
2001-04-17 21:30:02 +02:00
2001-04-17 14:17:22 +02:00
2001-04-15 20:14:40 +02:00
2001-01-12 13:52:32 +02:00
2000-12-29 16:06:10 +02:00
2001-03-25 01:02:26 +02:00
2001-04-18 23:47:11 +03:00
2001-05-16 13:19:40 -06:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2000-12-13 09:58:26 -07:00
2001-04-20 15:18:46 +03:00
2001-04-20 15:18:46 +03:00
2001-01-30 20:40:23 -07:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-02-02 03:47:06 +02:00
2001-01-22 05:32:58 +02:00
2001-01-22 05:32:58 +02:00

The file is empty.