.. |
alias.test
|
|
|
alter_table.test
|
Removed copying of parameters as this leads to memory leaks in embedded server.
|
2002-12-05 03:40:33 +02:00 |
analyse.test
|
|
|
auto_increment.test
|
fix auto-increment in sub-key and insert ... select
|
2003-03-02 01:48:57 +01:00 |
backup.test
|
Fixes for Netware
|
2003-01-28 08:38:28 +02:00 |
bdb-alter-table-1.test
|
Some trivial optimzations
|
2002-09-03 15:44:25 +03:00 |
bdb-alter-table-2-master.opt
|
Some trivial optimzations
|
2002-09-03 15:44:25 +03:00 |
bdb-alter-table-2.test
|
Some trivial optimzations
|
2002-09-03 15:44:25 +03:00 |
bdb-crash.test
|
Fixed problem with BDB tables and ALTER TABLE
|
2002-10-24 01:29:29 +03:00 |
bdb-deadlock.test
|
|
|
bdb.test
|
Try to optimize the cache buffer size needed for bulk_insert
|
2002-11-20 22:56:57 +02:00 |
bdb_cache-master.opt
|
fixed bdb transaction with query cache bug
|
2002-11-06 00:41:25 +02:00 |
bdb_cache.test
|
fixed bdb transaction with query cache bug
|
2002-11-06 00:41:25 +02:00 |
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
|
Added tests for boolean operators in select part
|
2002-11-18 13:41:07 +02:00 |
bulk_replace.test
|
|
|
case.test
|
Test cleanup
|
2002-12-26 15:55:22 +02:00 |
cast.test
|
Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USER
|
2002-11-24 15:47:19 +02:00 |
check.test
|
mi_check flags cleanup
|
2002-03-13 17:20:17 +00:00 |
comments.test
|
|
|
compare.test
|
|
|
constraints.test
|
Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USER
|
2002-11-24 15:47:19 +02:00 |
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
|
a small bug fix
|
2002-09-04 15:24:27 +03:00 |
ctype_latin1_de-master.opt
|
|
|
ctype_latin1_de.test
|
make SEARCH_PREFIX to work with complex (use_coll) charsets, namely latin1_de
|
2002-08-05 00:14:21 +02:00 |
delayed.test
|
fixed tests to be independed from environment
|
2002-08-30 21:32:59 +03:00 |
delete.test
|
LOCK+change+OPTIMIZE MyISAM bug
|
2002-08-31 20:42:41 +00:00 |
dirty_close.test
|
|
|
distinct.test
|
Change of internal key_field=NULL handling to avoid error messages.
|
2002-12-03 13:08:25 +02:00 |
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
|
added building without query cache
|
2002-03-22 22:55:08 +02:00 |
flush_table.test
|
fixed tests to be independed from environment
|
2002-08-30 21:32:59 +03:00 |
foreign_key.test
|
|
|
fulltext.test
|
bug in _ftb_strstr fixed :)
|
2002-11-20 15:17:17 +01:00 |
fulltext_cache.test
|
|
|
fulltext_distinct.test
|
|
|
fulltext_left_join.test
|
fixed tests to be independed from environment
|
2002-08-30 21:32:59 +03:00 |
fulltext_multi.test
|
|
|
fulltext_order_by.test
|
ft-boolean + ORDER BY (ftb tree reusing) bug
|
2002-09-17 21:04:10 +02:00 |
fulltext_update.test
|
|
|
fulltext_var.test
|
|
|
func_concat.test
|
Fix bug in CONCAT_WS()
|
2002-05-17 10:50:57 +03:00 |
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
|
added --loose to --des-key-file in *.opt for mysql-test not to fail w/o ssl
|
2002-05-14 16:36:08 +02:00 |
func_encrypt.test
|
|
|
func_equal.test
|
|
|
func_group.test
|
Added START TRANSACTION syntax
|
2003-02-06 16:55:59 +02:00 |
func_if.test
|
A change in IF behaviour that several users asked for ...
|
2002-08-09 23:14:02 +03:00 |
func_in.test
|
fixed tests to be independed from environment
|
2002-08-30 21:32:59 +03:00 |
func_isnull.test
|
Fixed bug in ISNULL(not_null_expression)
|
2002-05-04 11:11:00 +03:00 |
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
|
Change of internal key_field=NULL handling to avoid error messages.
|
2002-12-03 13:08:25 +02:00 |
func_misc.test
|
|
|
func_op.test
|
|
|
func_regexp.test
|
|
|
func_set.test
|
|
|
func_str.test
|
Fix for the QUOTE() function.
|
2003-01-03 19:46:15 +04:00 |
func_system.test
|
|
|
func_test.test
|
Moved test to correct file
|
2002-11-22 13:52:40 +02:00 |
func_time.test
|
merge with 3.23 to get bugfixes for <=> NULL and --bind-address
|
2002-11-24 16:37:41 +02:00 |
func_timestamp.test
|
|
|
gcc296.test
|
|
|
grant.test
|
Fix for a bug in SHOW GRANTS when :
|
2003-01-11 18:02:10 +02:00 |
grant_cache-master.opt
|
|
|
grant_cache.test
|
Fixes for Netware
|
2003-01-28 08:38:28 +02:00 |
group_by.test
|
merge with 3.23.56 to get patches for --lower-case-table-names and
|
2003-01-29 19:22:22 +02:00 |
handler.test
|
tests updated
|
2003-02-22 18:22:39 +01:00 |
having.test
|
Fix sorting of NULL values (Should always be first)
|
2002-03-02 09:51:24 +02:00 |
heap.test
|
Fixed mysqldumpslow for new dump format.
|
2002-03-12 11:52:41 +02:00 |
innodb-deadlock.test
|
Updated results after merge from 3.23
|
2002-11-24 21:39:22 +02:00 |
innodb.test
|
Applied Sinisa's patch:
|
2003-02-19 15:08:29 +01:00 |
innodb_cache-master.opt
|
|
|
innodb_cache.test
|
fixed invalidation of query cache
|
2002-11-22 00:33:15 +02:00 |
innodb_handler.test
|
fixed again
|
2003-02-25 21:20:22 +01:00 |
ins000001.test
|
|
|
insert.test
|
bulk insert code optimized
|
2002-12-07 22:40:20 +01:00 |
insert_select.test
|
|
|
isam.test
|
|
|
join.test
|
Added START TRANSACTION syntax
|
2003-02-06 16:55:59 +02:00 |
join_crash.test
|
|
|
join_outer.test
|
|
|
key.test
|
New SET syntax & system variables.
|
2002-07-23 18:31:22 +03:00 |
key_diff.test
|
|
|
key_primary.test
|
fixed tests to be independed from environment
|
2002-08-30 21:32:59 +03:00 |
keywords.test
|
|
|
kill.test
|
|
|
limit.test
|
|
|
lock.test
|
|
|
lock_multi.test
|
fixed tests to be independed from environment
|
2002-08-30 21:32:59 +03:00 |
lowercase_table-master.opt
|
Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables
|
2002-09-16 15:55:19 +03:00 |
lowercase_table.test
|
Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables
|
2002-09-16 15:55:19 +03:00 |
merge.test
|
bugfix for 'ANALYZE for MERGE' and table-less MERGE table
|
2003-01-16 13:23:33 +01:00 |
multi_update.test
|
Fix for found rows in multi-table updates
|
2002-12-18 19:00:00 +02:00 |
myisam.test
|
Don't count NULL values in cardinalty for MyISAM tables.
|
2003-01-09 02:19:14 +02:00 |
null.test
|
Guard against compiling without -fno-exceptions
|
2003-01-14 11:27:26 +02:00 |
null_key.test
|
Fixed bug with indexed NULL column <=> NULL
|
2002-11-22 13:35:43 +02:00 |
odbc.test
|
fixed tests to be independed from environment
|
2002-08-30 21:32:59 +03:00 |
olap.test
|
Removed wrong implementation of CUBE/ROLLUP
|
2002-07-24 19:55:08 +03:00 |
openssl_1.test
|
|
|
openssl_2.test
|
|
|
order_by.test
|
Added START TRANSACTION syntax
|
2003-02-06 16:55:59 +02:00 |
order_fill_sortbuf-master.opt
|
|
|
order_fill_sortbuf.test
|
|
|
outfile.test
|
|
|
overflow.test
|
|
|
packet.test
|
Added support for max_allowed_packet in option files read by mysql_option()
|
2003-01-04 15:17:16 +02:00 |
query_cache-master.opt
|
|
|
query_cache.test
|
fixed invalidation of query cache on LOAD DATA
|
2003-02-14 22:20:38 +02:00 |
raid.test
|
|
|
range.test
|
Fix for bug in WHERE key='j' or key='J'
|
2002-03-22 14:03:42 +02:00 |
README
|
|
|
rename.test
|
|
|
repair.test
|
protected close_cached_table() call in REPAIR ... USE_FRM with a mutex
|
2002-09-01 18:17:33 +00:00 |
replace.test
|
|
|
rollback.test
|
|
|
rpl000001.test
|
Fixed multi-table-delete for InnoDB tables
|
2003-02-17 02:14:37 +02:00 |
rpl000002.test
|
Lots of code fixes to the replication code (especially the binary logging and index log file handling)
|
2002-08-08 03:12:02 +03:00 |
rpl000003.test
|
Lots of code fixes to the replication code (especially the binary logging and index log file handling)
|
2002-08-08 03:12:02 +03:00 |
rpl000004.test
|
Lots of code fixes to the replication code (especially the binary logging and index log file handling)
|
2002-08-08 03:12:02 +03:00 |
rpl000005.test
|
Lots of code fixes to the replication code (especially the binary logging and index log file handling)
|
2002-08-08 03:12:02 +03:00 |
rpl000006.test
|
Lots of code fixes to the replication code (especially the binary logging and index log file handling)
|
2002-08-08 03:12:02 +03:00 |
rpl000008-slave.opt
|
|
|
rpl000008.test
|
|
|
rpl000009-slave.opt
|
|
|
rpl000009.test
|
Added timeout for wait_for_master_pos
|
2003-01-25 15:07:51 +02:00 |
rpl000010-slave.opt
|
|
|
rpl000010.test
|
|
|
rpl000011.test
|
Lots of code fixes to the replication code (especially the binary logging and index log file handling)
|
2002-08-08 03:12:02 +03:00 |
rpl000012.test
|
|
|
rpl000013-slave.opt
|
|
|
rpl000013.test
|
Lots of code fixes to the replication code (especially the binary logging and index log file handling)
|
2002-08-08 03:12:02 +03:00 |
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
|
Fixes for Netware
|
2003-01-28 08:38:28 +02:00 |
rpl000016-slave.opt
|
|
|
rpl000017-slave.opt
|
|
|
rpl000017-slave.sh
|
|
|
rpl000017.test
|
Fixes for Netware
|
2003-01-28 08:38:28 +02:00 |
rpl000018-master.opt
|
|
|
rpl000018-slave.opt
|
|
|
rpl000018.test
|
merge with 3.23
|
2002-08-24 02:10:49 +03:00 |
rpl_alter.test
|
Lots of code fixes to the replication code (especially the binary logging and index log file handling)
|
2002-08-08 03:12:02 +03:00 |
rpl_empty_master_crash.test
|
Use our version of RWLOCKS on UNIXWARE 7
|
2002-08-21 22:04:22 +03:00 |
rpl_failsafe.test
|
|
|
rpl_flush_log_loop-master.opt
|
Fix MySQL Test so it will not depend on current host in log file naming.
|
2002-09-15 02:17:20 +04:00 |
rpl_flush_log_loop-master.sh
|
Repeatable test case in mysql-test format for flush-logs problem with
|
2002-09-05 01:36:49 +04:00 |
rpl_flush_log_loop-slave.opt
|
Fix MySQL Test so it will not depend on current host in log file naming.
|
2002-09-15 02:17:20 +04:00 |
rpl_flush_log_loop-slave.sh
|
Repeatable test case in mysql-test format for flush-logs problem with
|
2002-09-05 01:36:49 +04:00 |
rpl_flush_log_loop.test
|
Made mysql-test results independent of MASTER_PORT and SLAVE_PORT
|
2002-09-23 16:34:49 +03:00 |
rpl_get_lock.test
|
Lots of code fixes to the replication code (especially the binary logging and index log file handling)
|
2002-08-08 03:12:02 +03:00 |
rpl_insert_id.test
|
Fix when using auto_increment and last_insert_id() in the same insert statement.
|
2003-01-28 06:48:26 +02:00 |
rpl_loaddata.test
|
Guard against compiling without -fno-exceptions
|
2003-01-14 11:27:26 +02:00 |
rpl_loaddatalocal.test
|
LOAD DATA INFILE is not replicated if replicate_*_table is set
|
2003-02-28 22:24:00 +02:00 |
rpl_log-master.opt
|
Guard against compiling without -fno-exceptions
|
2003-01-14 11:27:26 +02:00 |
rpl_log.test
|
Portability fixes.
|
2002-09-11 06:40:08 +03:00 |
rpl_log_pos.test
|
RESET SLAVE and CHANGE MASTER will now give an error if slave is running.
|
2002-12-13 12:05:24 +02:00 |
rpl_master_pos_wait.test
|
Added timeout for wait_for_master_pos
|
2003-01-25 15:07:51 +02:00 |
rpl_mystery22.test
|
Portability fixes.
|
2002-09-11 06:40:08 +03:00 |
rpl_redirect.test
|
Portability fixes.
|
2002-09-11 06:40:08 +03:00 |
rpl_replicate_do-slave.opt
|
Small improvement to alloc_root
|
2002-11-16 20:19:10 +02:00 |
rpl_replicate_do.test
|
Small improvement to alloc_root
|
2002-11-16 20:19:10 +02:00 |
rpl_rotate_logs-master.opt
|
Added testing of temporary tables with replication
|
2002-08-23 21:41:27 +03:00 |
rpl_rotate_logs-slave.sh
|
merge with 3.23
|
2002-08-24 02:10:49 +03:00 |
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
|
Fixes for Netware
|
2003-01-28 08:38:28 +02:00 |
rpl_skip_error-slave.opt
|
|
|
rpl_skip_error.test
|
Lots of code fixes to the replication code (especially the binary logging and index log file handling)
|
2002-08-08 03:12:02 +03:00 |
rpl_sporadic_master-master.opt
|
|
|
rpl_sporadic_master.test
|
Fixed bug in wait_for_update() that I had introduced.
|
2002-08-22 16:50:58 +03:00 |
sel000001.test
|
|
|
sel000002.test
|
|
|
sel000003.test
|
|
|
sel000031.test
|
|
|
sel000032.test
|
|
|
sel000033.test
|
|
|
sel000100.test
|
|
|
select.test
|
A fix for the bug in a SELECT with joined tables with ORDER BY and
|
2002-12-04 15:27:08 +02:00 |
select_found.test
|
Fixed bug in SQL_CALC_FOUND_ROWS + LIMIT
|
2002-06-10 13:33:25 +03:00 |
select_safe.test
|
|
|
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
|
Merge with 3.23
|
2002-12-05 03:52:53 +02:00 |
truncate.test
|
truncate test made independed from environment
|
2002-08-30 18:39:42 +03:00 |
type_blob.test
|
Fixed multi-table-delete for InnoDB tables
|
2003-02-17 02:14:37 +02:00 |
type_date.test
|
Fixed bug in DATE_FORMAT when used with GROUP BY
|
2002-03-06 18:36:31 +02:00 |
type_datetime.test
|
merge with 3.23.51
|
2002-05-16 18:20:49 +03:00 |
type_decimal.test
|
Fix exponent overflow handling for decimal type. Overflow lead to crash
|
2002-10-13 21:11:01 +04:00 |
type_enum.test
|
merge with 3.23.51
|
2002-05-27 23:52:21 +03:00 |
type_float.test
|
|
|
type_ranges.test
|
|
|
type_set.test
|
fixed tests to be independed from environment
|
2002-08-30 21:32:59 +03:00 |
type_time.test
|
fixed tests to be independed from environment
|
2002-08-30 21:32:59 +03:00 |
type_timestamp.test
|
Fixed some bugs from last multi-table-update push.
|
2002-12-01 00:48:35 +02:00 |
type_uint.test
|
|
|
type_year.test
|
fixed tests to be independed from environment
|
2002-08-30 21:32:59 +03:00 |
union.test
|
Removed wrong implementation of CUBE/ROLLUP
|
2002-07-24 19:55:08 +03:00 |
update.test
|
|
|
user_var.test
|
New SET syntax & system variables.
|
2002-07-23 18:31:22 +03:00 |
varbinary.test
|
fixed tests to be independed from environment
|
2002-08-30 21:32:59 +03:00 |
variables-master.opt
|
New SET syntax & system variables.
|
2002-07-23 18:31:22 +03:00 |
variables.test
|
Changed thd variables max_join_size and select_limit to type ha_rows.
|
2002-12-20 14:58:27 +02:00 |
warnings.test
|
fixed tests to be independed from environment
|
2002-08-30 21:32:59 +03:00 |