mariadb/mysql-test/t
unknown 62af18cb87 Fix for -fbranch-probabilites (bug 268)
Fix for LEFT/RIGHT/MID with multi-byte-character sets (bug 314)
Fix for new bison 1.875
max_insert_delayed_threads and delayed_insert_timeout now works as documented (bug 211)
Don't show port in SHOW PROCESSLIST for system threads
Fix problem with ORDER BY being discarded for some DISTINCT queries (bug 275)
Fixed bug with NATURAL LEFT JOIN, NATURAL RIGHT JOIN and RIGHT JOIN when
using many joined tables (Bug 212)


acinclude.m4:
  Fix for -fbranch-probabilites
configure.in:
  Fix for -fbranch-probabilites
myisam/mi_open.c:
  Give error instead of writing to stderr (Which user can't see)
mysql-test/r/join.result:
  Update results after change to NATURAL/LEFT/RIGHT JOIN
mysql-test/r/join_outer.result:
  Update results after change to NATURAL/LEFT/RIGHT JOIN
mysql-test/r/select.result:
  Update results after change to NATURAL/LEFT/RIGHT JOIN
mysql-test/t/join.test:
  Update results after change to NATURAL/LEFT/RIGHT JOIN
sql/item_strfunc.cc:
  Fix for LEFT/RIGHT/MID with multi-byte-character sets
sql/mysqld.cc:
  Fix for new bison 1.875 (Wrong error text message when one got syntax error)
sql/sql_class.cc:
  Don't show port in SHOW PROCESSLIST for system threads
sql/sql_insert.cc:
  max_insert_delayed_threads now works as documented.
  delayed_insert_timeout now works on Linux
sql/sql_parse.cc:
  Added comment
sql/sql_select.cc:
  Fix problem with ORDER BY being discarded and results returned un-sorted
sql/sql_yacc.yy:
  Fixed bug with NATURAL LEFT JOIN, NATURAL RIGHT JOIN and RIGHT JOIN when
  using many joined tables.
2003-04-26 20:43:28 +03:00
..
alias.test
alter_table.test do not mark the table as analyzed unless all the key parts are REALLY analyzed. 2003-04-23 00:53:07 +04:00
analyse.test merged 2003-03-13 13:44:03 +01:00
auto_increment.test fix auto-increment in sub-key and insert ... select 2003-03-02 01:48:57 +01:00
backup-master.sh Don't allow BACKUP TABLE to overwrite files 2003-03-10 11:22:37 +02:00
backup.test Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utilize new LibC 2003-03-21 16:45:39 -05:00
bdb-alter-table-1.test
bdb-alter-table-2-master.opt
bdb-alter-table-2.test
bdb-crash.test Changed some tests to pass with new auto_increment handling, 2003-03-22 20:34:20 +02:00
bdb-deadlock.test
bdb.test
bdb_cache-master.opt
bdb_cache.test
bench_count_distinct.test
bigint.test Integer values between 9223372036854775807 and 9999999999999999999 are now 2003-02-27 02:10:19 +02:00
binary.test bug tests added 2003-02-03 09:17:47 +01:00
bool.test
bulk_replace.test
case.test
cast.test
check.test
comments.test
compare.test
constraints.test
count_distinct.test count(distint) on an empty table crash fixed 2003-02-10 12:01:47 +01:00
count_distinct2-master.opt
count_distinct2.test
create.test Print right hostname or IP in SHOW PROCESSLIST 2003-03-19 21:43:41 +02:00
ctype_latin1_de-master.opt
ctype_latin1_de.test Fixed AUTO_INCREMENT handling in MyISAM (last auto_increment patch broke things) 2003-03-07 12:36:52 +02:00
ctype_ujis-master.opt Fix for -fbranch-probabilites (bug 268) 2003-04-26 20:43:28 +03:00
ctype_ujis.test Fix for -fbranch-probabilites (bug 268) 2003-04-26 20:43:28 +03:00
delayed.test
delete.test fixed Field::eq() to work with CHAR(0) fields 2003-03-04 18:02:56 +01:00
dirty_close.test
distinct.test
drop.test
empty_table.test
err000001.test
explain.test Fix problem in MIN/MAX optimisation (from last patch) 2003-02-07 17:57:07 +02:00
flush.test
flush_table.test
foreign_key.test
fulltext.test bug 283: FULLTEXT index on a TEXT filed converted to a CHAR field doesn't work anymore 2003-04-23 15:44:39 +04:00
fulltext_cache.test
fulltext_distinct.test
fulltext_left_join.test
fulltext_multi.test
fulltext_order_by.test
fulltext_update.test
fulltext_var.test
func_concat.test
func_crypt.test Fix problem in MIN/MAX optimisation (from last patch) 2003-02-07 17:57:07 +02:00
func_date_add.test
func_encrypt-master.opt
func_encrypt.test
func_equal.test
func_group.test Fixed bug in SUM() with NULL:s 2003-04-15 22:04:16 +03:00
func_if.test
func_in.test
func_isnull.test
func_like.test optimizer should check for "field LIKE const" not "field like STRING" 2003-03-02 14:07:32 +01:00
func_math.test
func_misc.test
func_op.test
func_regexp.test
func_set.test
func_str.test truncating REPLACE result bug fix 2003-03-30 18:36:01 +05:00
func_system.test
func_test.test
func_time.test
func_timestamp.test
gcc296.test
grant.test
grant_cache-master.opt
grant_cache.test
group_by.test Changed test slightly to make it repeatable 2003-04-24 02:23:25 +03:00
handler.test tests updated 2003-02-22 18:22:39 +01:00
having.test
heap.test Allow optimzation of multi-table-update also for InnoDB tables 2003-03-19 00:45:44 +02:00
innodb-deadlock.test
innodb.test Fixes for valgrind 2003-04-23 21:52:16 +03:00
innodb_cache-master.opt
innodb_cache.test
innodb_handler.test fixed again 2003-02-25 21:20:22 +01:00
ins000001.test
insert.test
insert_select.test
isam.test
join.test Fix for -fbranch-probabilites (bug 268) 2003-04-26 20:43:28 +03:00
join_crash.test
join_outer.test Fixes for valgrind 2003-04-23 21:52:16 +03:00
key.test
key_diff.test
key_primary.test
keywords.test
kill.test
limit.test
lock.test
lock_multi.test Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a table that was locked bug not droped 2003-03-04 12:22:35 +02:00
lowercase_table-master.opt
lowercase_table.test
merge.test
multi_update.test Fixes for valgrind 2003-04-23 21:52:16 +03:00
myisam.test Merge with 3.23 to get fixes for: 2003-04-03 12:33:13 +03:00
null.test
null_key.test
odbc.test
olap.test
openssl_1.test Openssl test 2003-03-11 13:41:53 +04:00
openssl_2.test
order_by.test filesort.cc, order_by.result: 2003-04-26 14:54:53 +03:00
order_fill_sortbuf-master.opt
order_fill_sortbuf.test
outfile.test
overflow.test
packet.test
query_cache-master.opt
query_cache.test fixed bug 209 (SQL_SELECT_LIMIT and query cache incompatibility) 2003-03-31 09:49:09 +03:00
raid.test
range.test
README
rename.test
repair.test
replace.test
rollback.test
rpl000001.test Fixed multi-table-delete for InnoDB tables 2003-02-17 02:14:37 +02:00
rpl000002.test
rpl000003.test
rpl000004.test
rpl000005.test
rpl000006.test
rpl000008-slave.opt
rpl000008.test
rpl000009-slave.opt
rpl000009.test
rpl000010-slave.opt
rpl000010.test
rpl000011.test
rpl000012.test
rpl000013-slave.opt
rpl000013.test
rpl000015-slave.sh
rpl000015.slave-mi merge with 3.23 to get corrected error message files and rename of files in mysql-test 2003-02-26 00:22:35 +02:00
rpl000015.test
rpl000016-slave.opt
rpl000017-slave.opt
rpl000017-slave.sh
rpl000017.test
rpl000018-master.opt
rpl000018-slave.opt
rpl000018.test
rpl_alter.test
rpl_empty_master_crash.test
rpl_failsafe.test
rpl_flush_log_loop-master.opt
rpl_flush_log_loop-master.sh
rpl_flush_log_loop-slave.opt
rpl_flush_log_loop-slave.sh
rpl_flush_log_loop.test
rpl_get_lock.test
rpl_insert_id.test
rpl_loaddata.test added test for replication load data into temporary table with additional options 2003-04-03 12:54:08 -04:00
rpl_loaddatalocal.test ChangeSet 1.1625 was faulty as regards sql/mf_iocache.cc and LOAD DATA LOCAL replication tests 2003-03-02 18:20:32 +01:00
rpl_log-master.opt
rpl_log.test
rpl_log_pos.test
rpl_master_pos_wait.test
rpl_mystery22.test
rpl_redirect.test
rpl_relayspace-slave.opt New variable rli->ignore_log_space_limit to resolve 2003-03-17 22:51:56 +01:00
rpl_relayspace.test New variable rli->ignore_log_space_limit to resolve 2003-03-17 22:51:56 +01:00
rpl_replicate_do-slave.opt
rpl_replicate_do.test
rpl_rotate_logs-master.opt
rpl_rotate_logs-slave.sh
rpl_rotate_logs.slave-mi change 'slave-master-info.opt' to .slave-mi to avoid problems with long filenames on some OS 2003-02-26 00:04:13 +02:00
rpl_rotate_logs.test
rpl_skip_error-slave.opt
rpl_skip_error.test
rpl_sporadic_master-master.opt
rpl_sporadic_master.test
sel000001.test
sel000002.test
sel000003.test
sel000031.test
sel000032.test
sel000033.test
sel000100.test
select.test make test result more obvious 2003-03-13 14:40:13 +01:00
select_found.test
select_safe.test Fixed bug in SET SQL_BIG_SELECTS 2003-04-24 09:18:53 +03:00
show_check.test Added test for SHOW CREATE 2003-02-07 12:54:10 +02:00
status.test
symlink.test
tablelock.test
temp_table.test
truncate.test
type_blob.test Changed some tests to pass with new auto_increment handling, 2003-03-22 20:34:20 +02:00
type_date.test
type_datetime.test Merge with 3.23 to get fixes for --user and BACKUP TABLE 2003-03-10 12:48:43 +02:00
type_decimal.test Changed some tests to pass with new auto_increment handling, 2003-03-22 20:34:20 +02:00
type_enum.test
type_float.test
type_ranges.test Changed some tests to pass with new auto_increment handling, 2003-03-22 20:34:20 +02:00
type_set.test
type_time.test
type_timestamp.test --new option and local variable to optionally turn on 2003-03-05 18:43:56 +01:00
type_uint.test
type_year.test
union.test
update.test Fixes for valgrind 2003-04-23 21:52:16 +03:00
user_var.test
varbinary.test
variables-master.opt
variables.test
warnings.test