..
alias.result
Workaround for bug in thread library in Unixware 7
2001-02-03 18:00:29 +02:00
alter_table.result
Changed compare in MyISAM to use my_pread()
2001-06-11 15:01:28 +03:00
analyse.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
auto_increment.result
Patch for netBSD
2001-07-16 03:04:30 +03:00
backup.result
Fixed portability problems in mysqlcheck
2001-04-21 03:03:08 +03:00
bdb-alter-table-1.result
Little but nasty bug with BDB and alter table
2002-08-28 16:41:23 +03:00
bdb-alter-table-2.result
Little but nasty bug with BDB and alter table
2002-08-28 16:41:23 +03:00
bdb-crash.result
mysql-test/t/bdb-crash.test
2001-03-01 12:01:00 -07:00
bdb-deadlock.result
Fix race condition in ANALYZE TABLE.
2001-11-26 02:16:38 +02:00
bdb.result
Fixed problem with "record not found" in BDB tables.
2001-09-14 17:59:05 +03:00
bench_count_distinct.result
BitKeeper/triggers/post-commit
2001-04-12 13:46:19 -06:00
bigint.result
Fixed problem with BIGINT and shutdown on AIX
2002-08-12 03:28:02 +03:00
binary.result
Fixed bug with BINARY NULL
2002-09-18 02:00:56 +03:00
case.result
New myisamchk option --sort-recover
2001-01-31 04:47:25 +02:00
check.result
send a separate commit message to internals
2001-06-11 20:26:24 -06:00
comments.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
compare.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
count_distinct.result
Fixed bug in mysqlcheck when using --fast
2001-06-19 14:30:12 +03:00
create.result
Added help for --local-infile
2002-03-12 11:38:22 +02:00
delayed.result
Fixed bug in INSERT DELAYED when INSERT generated an error
2001-03-08 21:49:15 +02:00
dirty-close.result
client/mysqltest.c
2001-01-19 22:40:16 -07:00
distinct.result
Fixed a bug in key optimizing handling where the expression
2002-10-14 17:04:12 +03:00
drop.result
merged test from 4.0
2001-06-21 16:48:18 -06:00
empty_table.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
explain.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
flush.result
fixed drop/create database bug when holding global read lock
2001-06-21 15:59:51 -06:00
fulltext.result
(UPDATE|DELETE) ...WHERE MATCH bugfix
2001-11-21 18:25:44 +01:00
fulltext_cache.result
sql_select.cc (at last) fulltext/cache bug fixed
2001-02-10 20:54:58 +01:00
fulltext_left_join.result
sql_select.cc check for cond==NULL in add_ft_keys()
2001-01-05 23:31:34 +01:00
fulltext_multi.result
fulltext_multi.test Rename: mysql-test/t/ft0000002.test -> mysql-test/t/fulltext_multi.test
2000-12-30 16:54:33 +01:00
fulltext_order_by.result
fulltext_multi.test Rename: mysql-test/t/ft0000002.test -> mysql-test/t/fulltext_multi.test
2000-12-30 16:54:33 +01:00
fulltext_update.result
fulltext_update.result BitKeeper file /usr/home/serg/Abk/mysql/mysql-test/r/fulltext_update.result
2001-07-27 16:48:33 +02:00
func_concat.result
Fix bug in CONCAT_WS()
2002-05-17 10:50:57 +03:00
func_crypt.result
Updated documentation of how to add new native functions.
2001-05-23 02:30:17 +03:00
func_date_add.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
func_equal.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
func_group.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
func_if.result
Fixed problem with BIGINT and shutdown on AIX
2002-08-12 03:28:02 +03:00
func_in.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
func_isnull.result
Fixed bug in ISNULL(not_null_expression)
2002-05-04 11:11:00 +03:00
func_like.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
func_math.result
Portability fixes for SCO and HPUX
2002-05-31 15:22:38 +03:00
func_misc.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
func_op.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
func_regexp.result
Fixed bug in REGEXP for Linux Alpha
2001-04-11 20:19:52 +03:00
func_set.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
func_str.result
Test case for bug when updating on key
2001-03-23 20:38:42 +02:00
func_system.result
Removed not used variable 'last_ref'
2001-01-16 06:02:05 +02:00
func_test.result
Fixed test results after last changes
2002-05-02 18:19:52 +03:00
func_time.result
Fix that mysqladmin shutdown can be interrupted with ^C
2001-11-03 15:18:09 +02:00
func_timestamp.result
Fixed gethostname_r tests to be more portable
2001-01-01 14:17:10 +02:00
gcc296.result
added build-tags
2001-11-30 22:09:44 -07:00
gemini.result
Fixed that LOAD DATA INFILE works with transactions.
2001-08-28 06:43:55 +03:00
group_by.result
Fixed bug with GROUP BY on NULL fields.
2002-08-05 18:10:53 +03:00
have_bdb.require
Extended mysqltest with --commands and 'require'
2000-12-27 03:31:06 +02:00
have_gemini.require
Add support for Gemini table handler, Monty has checked and approved
2001-03-21 15:34:16 -05:00
have_innodb.require
Changed Innobase to Innodb
2001-04-13 12:25:12 +03:00
have_isam.require
Extended mysqltest with --commands and 'require'
2000-12-27 03:31:06 +02:00
have_raid.require
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
having.result
Portability fixes
2001-10-31 18:27:49 +02:00
heap.result
Don't use ranges on HEAP tables with LIKE
2001-04-17 03:55:25 +03:00
innodb.result
Fixing Innodb test results
2002-04-21 12:06:34 +02:00
ins000001.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
insert.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
insert_select.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
isam.result
Ensure that libmysqlclient doesn't use raid
2001-09-04 01:25:34 +03:00
isolation.result
Created an isolation test for testing isolation levels.
2001-03-27 09:56:45 -05:00
join.result
Fix for ISNULL()
2002-05-07 19:08:56 +03:00
join_crash.result
Fixed bug in send in mysqltest
2001-03-25 01:02:26 +02:00
join_outer.result
Fixed bug in LEFT JOIN
2001-12-05 23:15:05 +02:00
key.result
Merged some functions and removed some unused client functions.
2001-03-06 15:24:08 +02:00
key_diff.result
Fixed --no-defaults in mysqltest
2000-12-29 16:06:10 +02:00
key_primary.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
keywords.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
kill.result
changed signal by fd close to signal by vio_close
2001-03-13 23:07:12 -07:00
limit.result
Patch for netBSD
2001-07-16 03:04:30 +03:00
lock.result
Added timeouts to make lock test repeatable
2001-07-17 22:59:14 +03:00
merge.result
TEMPORARY MERGE tables are allowed
2002-11-05 00:00:51 +01:00
myisam.result
optimize table corruption fixed, though more clean fix is desired.
2002-11-13 22:55:32 +01:00
null.result
Don't use signal() on windows.
2001-10-19 22:10:54 +03:00
null_key.result
Fixed a bug in key optimizing handling where the expression
2002-10-14 17:04:12 +03:00
odbc.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
order_by.result
Fixed optimizer bug in ORDER BY where some ORDER BY parts where ignored.
2001-07-30 22:49:39 +03:00
raid.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
range.result
Fix for bug in WHERE key='j' or key='J'
2002-03-22 14:03:42 +02:00
rename.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
replace.result
Merged some functions and removed some unused client functions.
2001-03-06 15:24:08 +02:00
rollback.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
rpl000001.a.result
Extended mysqltest with --commands and 'require'
2000-12-27 03:31:06 +02:00
rpl000001.b.result
Extended mysqltest with --commands and 'require'
2000-12-27 03:31:06 +02:00
rpl000001.result
mysql-test/r/rpl000001.result
2001-05-16 13:21:49 -06:00
rpl000002.result
fixed bug in timestamp replication
2001-02-14 21:23:20 -07:00
rpl000003.result
Extended mysqltest with --commands and 'require'
2000-12-27 03:31:06 +02:00
rpl000004.a.result
Cleanup of tests to make them less dependent of eachother
2001-01-03 02:15:48 +02:00
rpl000004.b.result
Extended mysqltest with --commands and 'require'
2000-12-27 03:31:06 +02:00
rpl000004.result
client/mysqltest.c
2001-01-18 10:43:09 -07:00
rpl000005.result
Fixed bug in send in mysqltest
2001-03-25 01:02:26 +02:00
rpl000006.result
Fix for LOAD DATA FROM MASTER when using tables with checksum
2001-09-18 04:58:15 +03:00
rpl000007.result
Extended mysqltest with --commands and 'require'
2000-12-27 03:31:06 +02:00
rpl000008.result
Extended mysqltest with --commands and 'require'
2000-12-27 03:31:06 +02:00
rpl000009.result
Extended mysqltest with --commands and 'require'
2000-12-27 03:31:06 +02:00
rpl000010.result
Extended mysqltest with --commands and 'require'
2000-12-27 03:31:06 +02:00
rpl000011.result
Extended mysqltest with --commands and 'require'
2000-12-27 03:31:06 +02:00
rpl000012.result
do not log the drop internal temporary tables into the binary log
2001-04-10 20:56:54 -06:00
rpl000013.result
Fixed bug in send in mysqltest
2001-03-25 01:02:26 +02:00
rpl000014.result
Portability fixes
2001-04-20 15:18:46 +03:00
rpl000015.result
Portability fixes
2001-04-20 15:18:46 +03:00
rpl000017.result
fixed improper read of log name from master.info which broke slave server restart
2001-01-24 12:47:09 -07:00
rpl000018.result
fixed up lock counting code - Monty's suggestions
2001-01-27 15:33:31 -07:00
rpl_alter.result
spurious binlog error code logging on temp table auto-drop fixed
2002-06-05 20:16:44 -06:00
rpl_empty_master_crash.result
fixed 'load table from master' hang when host is empty
2002-05-31 16:56:02 -07:00
rpl_get_lock.result
misc cleanup
2001-12-13 17:21:04 -07:00
rpl_mystery22.result
fixed mysterious offset confusion bug
2001-07-18 14:26:43 -06:00
rpl_rotate_logs.result
Added testing of temporary tables with replication
2002-08-23 21:41:27 +03:00
rpl_skip_error.result
slave-skip-errors
2001-12-12 18:55:33 -07:00
rpl_sporadic_master.result
Made replication test portable accross table handlers
2001-07-16 13:27:29 +03:00
sel000001.result
Extended mysqltest with --commands and 'require'
2000-12-27 03:31:06 +02:00
sel000002.result
Extended mysqltest with --commands and 'require'
2000-12-27 03:31:06 +02:00
sel000003.result
Extended mysqltest with --commands and 'require'
2000-12-27 03:31:06 +02:00
sel000031.result
Extended mysqltest with --commands and 'require'
2000-12-27 03:31:06 +02:00
sel000032.result
Extended mysqltest with --commands and 'require'
2000-12-27 03:31:06 +02:00
sel000033.result
Fixed bug in send in mysqltest
2001-03-25 01:02:26 +02:00
sel000100.result
Extended mysqltest with --commands and 'require'
2000-12-27 03:31:06 +02:00
select.result
IGNORE/USE INDEX now work with HA_EXTRA_KEYREAD
2002-11-09 19:15:46 +01:00
select_safe.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
show_check.result
Don't change FLOAT(X+1,X) to FLOAT(X+2,X)
2002-04-26 13:56:32 +03:00
slave-running.result
Extended mysqltest with --commands and 'require'
2000-12-27 03:31:06 +02:00
slave-stopped.result
Extended mysqltest with --commands and 'require'
2000-12-27 03:31:06 +02:00
status.result
fixed up lock counting code - Monty's suggestions
2001-01-27 15:33:31 -07:00
tablelock.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
temp_table.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
truncate.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
type_blob.result
New myisamchk option --sort-recover
2001-01-31 04:47:25 +02:00
type_date.result
Fixed bug in DATE_FORMAT when used with GROUP BY
2002-03-06 18:36:31 +02:00
type_datetime.result
Fixed bug in datetime range optimization
2002-05-15 01:01:26 +03:00
type_decimal.result
Fixed problems with DECIMAL() type on overflow.
2002-05-02 18:04:21 +03:00
type_enum.result
Renamed stripp_sp -> strip_sp
2002-05-27 23:21:49 +03:00
type_float.result
Fixed test results after last changes
2002-05-02 18:19:52 +03:00
type_ranges.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
type_set.result
Renamed stripp_sp -> strip_sp
2002-05-27 23:21:49 +03:00
type_time.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
type_timestamp.result
Moved timestamp tests to type_timestamp
2000-12-31 15:49:47 +02:00
type_uint.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
type_year.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
update.result
Test case for bug when updating on key
2001-03-23 20:38:42 +02:00
user_var.result
Added tests if a user variable is changed in the same query.
2001-03-15 11:55:44 +02:00
varbinary.result
Added support for hex strings to mysqlimport
2000-12-28 03:56:38 +02:00
variables.result
SHOW VARIABLES LIKE ... are now case insensitive
2002-04-18 18:24:14 +03:00