mariadb/mysql-test/t
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
..
alias.test Workaround for bug in thread library in Unixware 7 2001-02-03 18:00:29 +02:00
alter_table.test merge 2001-06-12 14:12:35 +02:00
analyse.test
auto_increment.test
backup.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
bdb-crash.test Fixed bug in multi-table-delete code 2001-06-24 22:11:00 +03:00
bdb.test merge 2001-06-21 11:03:54 +02:00
bench_count_distinct.test BitKeeper/triggers/post-commit 2001-04-12 13:46:19 -06:00
bigint.test Fixed bug in mysqlcheck when using --fast 2001-06-19 14:30:12 +03:00
binary.test
case.test New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
check.test BitKeeper/triggers/post-commit 2001-06-12 14:06:05 -06:00
comments.test
compare.test Fixed wrong mysql-test 2001-06-12 17:13:52 +03:00
count_distinct.test Fixed bug in mysqlcheck when using --fast 2001-06-19 14:30:12 +03:00
count_distinct2-master.opt handle tree overflow in count(distinct) 2001-05-24 17:06:53 -06:00
count_distinct2.test count(distinct) cleanup 2001-05-29 18:53:37 -06:00
create.test Added --verbose option to mysqlshow 2001-06-12 11:59:14 +03:00
delayed.test Fixed wrong option in mysql_install_db 2001-03-09 03:38:18 +02:00
delete.test
dirty-close.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
distinct.test
drop.test merged new 3.23 errors 2001-06-22 08:35:18 -06:00
empty_table.test
err000001.test Symlinking of tables should not work. 2001-06-05 03:38:10 +03:00
explain.test
flush.test fixed drop/create database bug when holding global read lock 2001-06-21 15:59:51 -06:00
flush_table.test
foreign_key.test
fulltext.test bugfix: HAVING MATCH 2001-04-17 14:17:22 +02:00
fulltext_cache.test
fulltext_distinct.test Added all changes from old 4.0 version: 2001-04-11 13:04:03 +02:00
fulltext_left_join.test
fulltext_multi.test
fulltext_order_by.test
fulltext_var.test ft_* variables added 2001-04-17 21:30:02 +02:00
func_crypt.test Updated documentation of how to add new native functions. 2001-05-23 02:30:17 +03:00
func_date_add.test
func_equal.test
func_group.test
func_in.test
func_like.test
func_math.test
func_misc.test
func_op.test
func_regexp.test Fixed bug in REGEXP for Linux Alpha 2001-04-11 20:19:52 +03:00
func_set.test
func_str.test Test case for bug when updating on key 2001-03-23 20:38:42 +02:00
func_system.test
func_test.test Fixed problems with decimals withing IF() 2001-05-29 13:46:17 +03:00
func_time.test Remove wrong access check for locks. 2001-05-23 02:40:24 +03:00
func_timestamp.test
gemini.test Add support for Gemini table handler, Monty has checked and approved 2001-03-21 15:34:16 -05:00
group_by.test Fixed probelm with count(*) and normal functions when no matchin rows. 2001-04-21 17:12:59 +03:00
handler.test mysqltest bugfix 2001-04-15 20:14:40 +02:00
having.test
heap.test Fixed bug with HEAP tables when using LIKE 2001-04-16 14:05:55 +03:00
innodb.test Symlinking of tables should not work. 2001-06-05 03:38:10 +03:00
ins000001.test
insert.test Fixed bug when sorting big files (introduced with multi-table-delete) 2001-06-25 11:35:22 +03:00
insert_select.test
isolation.test Added check to isolation test if Gemini is used 2001-03-28 04:35:30 +03:00
join.test
join_crash.test Added defines for fast mutex in glibc 2.2 (should be safe) 2001-03-24 20:15:14 +02:00
join_outer.test
key.test Merged some functions and removed some unused client functions. 2001-03-06 15:24:08 +02:00
key_diff.test
key_primary.test
keywords.test
kill.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
limit.test
lock.test Added test for PTHREAD_YIELD 2001-04-18 23:47:11 +03:00
merge.test Force close of sockets on HPUX 10.20 2001-05-19 10:14:05 +03:00
multi_update.test Fixed bug in multi-table-delete code 2001-06-24 22:11:00 +03:00
myisam.test Fixed bug when using a key on a CHAR(255) NULL column 2001-04-12 00:56:55 +03:00
null.test
null_key.test Fixed bug with UPDATE/DELETE on UNIQUE key which could be NULL 2001-04-10 11:32:28 +03:00
odbc.test
order_by.test Implement ORDER BY DESC optimization, which reads values in descending 2001-06-28 03:06:23 -04:00
order_fill_sortbuf-master.opt added test case for the bug in ORDER BY when we fill up sort buffer 2001-06-22 15:13:33 -06:00
order_fill_sortbuf.test Fixed bug when sorting big files (introduced with multi-table-delete) 2001-06-25 11:35:22 +03:00
outfile.test
overflow.test Symlinking of tables should not work. 2001-06-05 03:38:10 +03:00
raid.test
range.test
README
rename.test
replace.test Merged some functions and removed some unused client functions. 2001-03-06 15:24:08 +02:00
rollback.test
rpl000001.test mysql-test/t/rpl000001.test 2001-05-16 13:19:40 -06:00
rpl000002.test A slave now can optionally register with the master providing the 2001-05-30 18:50:56 -06:00
rpl000003.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
rpl000004.test
rpl000005.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
rpl000006.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
rpl000007-slave.opt
rpl000007.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
rpl000008-slave.opt
rpl000008.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
rpl000009-slave.opt
rpl000009.test updates for LOAD DATA FROM MASTER + some cleanup of replication code 2001-05-28 19:18:23 -06:00
rpl000010-slave.opt
rpl000010.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
rpl000011.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
rpl000012.test do not log the drop internal temporary tables into the binary log 2001-04-10 20:56:54 -06:00
rpl000013-slave.opt
rpl000013.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
rpl000014.test Added event sequence number and flags to binlog 2001-06-19 15:03:48 -06:00
rpl000015-slave-master-info.opt
rpl000015-slave.sh fixed bugs in the new stuff in rpl000001 test 2001-04-11 16:29:15 -06:00
rpl000015.test Portability fixes 2001-04-20 15:18:46 +03:00
rpl000016-master.opt
rpl000016-slave-master-info.opt
rpl000016-slave.sh fixed bugs in the new stuff in rpl000001 test 2001-04-11 16:29:15 -06:00
rpl000016.test Portability fixes 2001-04-20 15:18:46 +03:00
rpl000017-slave.opt
rpl000017-slave.sh show master forced rotate info in SHOW BINLOG EVENTS 2001-06-23 19:37:24 -06:00
rpl000017.test test oversized password 2001-01-30 20:40:23 -07:00
rpl000018-master.opt
rpl000018-master.sh Fixed probelm with count(*) and normal functions when no matchin rows. 2001-04-21 17:12:59 +03:00
rpl000018-slave.opt
rpl000018.test
rpl_log.test show master forced rotate info in SHOW BINLOG EVENTS 2001-06-23 19:37:24 -06:00
rpl_magic.test auto-magic replication redirection logic support in the client, 2001-06-08 19:24:41 -06:00
sel000001.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
sel000002.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
sel000003.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
sel000031.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
sel000032.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
sel000033.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
sel000100.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
select.test Added ABS() to make tests more portable. 2001-06-03 12:26:24 +03:00
select_found.test Fixed bug when sorting big files (introduced with multi-table-delete) 2001-06-25 11:35:22 +03:00
select_safe.test
show_check.test UNIQUE keys are not anymore shown as PRIMARY KEY 2001-06-21 10:50:14 +03:00
status.test Symlinking of tables should not work. 2001-06-05 03:38:10 +03:00
symlink.test Symlinking of tables should not work. 2001-06-05 03:38:10 +03:00
tablelock.test
temp_table.test
truncate.test Portability fixes 2001-02-02 03:47:06 +02:00
type_blob.test New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
type_date.test
type_datetime.test New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
type_decimal.test
type_enum.test
type_float.test
type_ranges.test
type_time.test
type_timestamp.test
type_uint.test
type_year.test
update.test Test case for bug when updating on key 2001-03-23 20:38:42 +02:00
user_var.test Added tests if a user variable is changed in the same query. 2001-03-15 11:55:44 +02:00
varbinary.test
variables.test Changed compare in MyISAM to use my_pread() 2001-06-11 15:01:28 +03:00
warnings.test