.. |
alias.result
|
|
|
alter_table.result
|
Merge with 4.0.14
|
2003-08-11 22:44:43 +03:00 |
analyse.result
|
|
|
ansi.result
|
Fixed bug in error handling of CREATE ... SELECT
|
2003-10-08 18:53:31 +03:00 |
auto_increment.result
|
After merge fixes
|
2003-08-19 00:08:08 +03:00 |
backup.result
|
|
|
bdb-alter-table-1.result
|
|
|
bdb-alter-table-2.result
|
|
|
bdb-crash.result
|
|
|
bdb-deadlock.result
|
|
|
bdb.result
|
merge with 4.0.15
|
2003-09-11 20:24:14 +03:00 |
bdb_cache.result
|
|
|
bench_count_distinct.result
|
|
|
big_test.require
|
|
|
bigint.result
|
bug #715: SELECT YEAR+0 FROM foobar is parsed as 'SELECT' 'YEAR' '+0' => syntax error
|
2003-07-20 12:26:18 +02:00 |
binary.result
|
|
|
bool.result
|
WL #1056: Eliminate NOT operators from where condition
|
2003-10-31 13:02:16 +04:00 |
bulk_replace.result
|
|
|
case.result
|
Some fixes in CASE.
|
2003-07-18 12:42:35 +05:00 |
cast.result
|
CAST(expr AS CHAR(10)) is now working
|
2003-08-21 14:15:25 +05:00 |
check.result
|
|
|
check_var_limit.require
|
Move test that uses many tables (in query_cache.test) to separate test so that we can get it 'skipped' instead of 'failed' on system where we can't open many files.
|
2003-08-22 04:07:40 +03:00 |
comments.result
|
|
|
compare.result
|
|
|
connect.result
|
|
|
constraints.result
|
|
|
count_distinct.result
|
|
|
count_distinct2.result
|
|
|
count_distinct3.result
|
fix for bug #958 and tests for it
|
2003-08-06 16:58:03 +04:00 |
create.result
|
fixed sqlstate for ER_WRONG_INDEX_NAME
|
2003-10-16 16:15:45 -04:00 |
ctype_collate.result
|
Fixed that this sequence didn't produce an error as it should have:
|
2003-07-29 17:39:39 +05:00 |
ctype_cp1251.result
|
|
|
ctype_latin1_de.result
|
After merge fixes
|
2003-08-19 00:08:08 +03:00 |
ctype_many.result
|
Bug fix:
|
2003-09-16 15:43:17 +05:00 |
ctype_mb.result
|
Add warnings for single line inserts. To do this I had to convert count_cuted_fields to an enum (to be able to detect setting a NOT NULL field to NULL)
|
2003-10-11 23:26:39 +03:00 |
ctype_recoding.result
|
Bug fix:
|
2003-09-16 17:14:23 +05:00 |
ctype_ucs.result
|
LPAD and RPAD test with UCS2 was added.
|
2003-09-25 18:06:39 +05:00 |
ctype_ujis.result
|
Fixed that multibyte charsets didn't honor multibyte
|
2003-09-19 15:18:19 +05:00 |
ctype_utf8.result
|
New test for UTF8 functionality
|
2003-09-19 16:59:14 +05:00 |
date_formats.result
|
Scrum task 835 - text-to-datetime conversion function
|
2003-10-20 13:24:18 +05:00 |
delayed.result
|
|
|
delete.result
|
|
|
derived.result
|
correct table name assigned to temporary table field:
|
2003-10-19 14:25:33 +03:00 |
dirty_close.result
|
|
|
distinct.result
|
Fixes after merge
|
2003-10-08 12:01:58 +03:00 |
drop.result
|
Fix for bug #799 FLUSH TABLES WITH READ LOCK does not block CREATE TABLE
|
2003-08-28 18:09:00 +05:00 |
drop_temp_table.result
|
Fixes after merge
|
2003-10-08 12:01:58 +03:00 |
empty_table.result
|
|
|
errors.result
|
|
|
explain.result
|
|
|
flush.result
|
|
|
foreign_key.result
|
|
|
fulltext.result
|
query expansion for fulltext search
|
2003-10-23 15:21:06 +02:00 |
fulltext2.result
|
ft1->ft2 auto-conversion on INSERT (WL#725)
|
2003-10-02 20:22:29 +02:00 |
fulltext_cache.result
|
|
|
fulltext_distinct.result
|
|
|
fulltext_left_join.result
|
|
|
fulltext_multi.result
|
Removed random chars after filename for LOAD DATA INFILE (in mysqlbinlog)
|
2003-09-29 12:31:35 +03:00 |
fulltext_order_by.result
|
Removed random chars after filename for LOAD DATA INFILE (in mysqlbinlog)
|
2003-09-29 12:31:35 +03:00 |
fulltext_update.result
|
|
|
fulltext_var.result
|
query expansion for fulltext search
|
2003-10-23 15:21:06 +02:00 |
func_compress.result
|
wrong ER_TOO_BIG_FOR_UNCOMPRESS error in UNCOMPRESS() fixed.
|
2003-10-12 15:16:45 +02:00 |
func_concat.result
|
|
|
func_crypt.result
|
post-merge fixes
|
2003-09-03 16:43:41 +04:00 |
func_date_add.result
|
|
|
func_encrypt.result
|
|
|
func_equal.result
|
|
|
func_gconcat.result
|
fixed fix_fields() parameters for GROUP_CONCAT() ORDER BY clause
|
2003-10-12 16:10:40 +03:00 |
func_group.result
|
Merge
|
2003-10-30 10:45:28 -08:00 |
func_if.result
|
|
|
func_in.result
|
IN now aggregates all argument types for comparison
|
2003-07-18 14:03:54 +05:00 |
func_isnull.result
|
|
|
func_like.result
|
LIKE didn't work with non-default charset
|
2003-08-12 16:42:52 +05:00 |
func_math.result
|
|
|
func_misc.result
|
|
|
func_op.result
|
|
|
func_regexp.result
|
regexp worked only with the default character set.
|
2003-09-24 13:57:26 +05:00 |
func_sapdb.result
|
|
|
func_set.result
|
Merge with 4.0.14
|
2003-08-11 22:44:43 +03:00 |
func_str.result
|
LPAD() and RPAD() are now multibyte-compatible
|
2003-09-25 17:31:20 +05:00 |
func_system.result
|
Fix: create table t1 (a char(10) character set cp1251) SELECT _koi8r'blabla' as a
|
2003-08-11 18:18:34 +05:00 |
func_test.result
|
After merge fixes.
|
2003-09-11 19:06:23 +03:00 |
func_time.result
|
merge
|
2003-08-19 00:10:21 +03:00 |
func_timestamp.result
|
|
|
gcc296.result
|
|
|
gis-rtree.result
|
|
|
gis.result
|
|
|
grant.result
|
Optimize thai character handling
|
2003-09-12 04:18:07 +03:00 |
grant2.result
|
test results fixed
|
2003-07-28 16:58:51 +02:00 |
grant_cache.result
|
Merge with 4.0.14
|
2003-08-11 22:44:43 +03:00 |
group_by.result
|
merge with 4.0.15
|
2003-08-29 13:44:35 +03:00 |
handler.result
|
After merge fixes
|
2003-08-19 00:08:08 +03:00 |
have_bdb.require
|
|
|
have_compress.require
|
|
|
have_crypt.require
|
|
|
have_innodb.require
|
|
|
have_isam.require
|
|
|
have_mest_timezone.require
|
|
|
have_openssl.require
|
|
|
have_openssl_1.require
|
|
|
have_query_cache.require
|
|
|
have_raid.require
|
|
|
have_symlink.require
|
|
|
have_ucs2.require
|
|
|
have_ujis.require
|
Fixed that multibyte charsets didn't honor multibyte
|
2003-09-19 15:18:19 +05:00 |
having.result
|
|
|
heap.result
|
After merge fixes
|
2003-08-19 00:08:08 +03:00 |
heap_auto_increment.result
|
|
|
heap_btree.result
|
After merge fixes
|
2003-08-19 00:08:08 +03:00 |
heap_hash.result
|
After merge fixes
|
2003-08-19 00:08:08 +03:00 |
help.result
|
|
|
innodb-deadlock.result
|
|
|
innodb.result
|
Indentation cleanups
|
2003-10-08 21:50:05 +03:00 |
innodb_cache.result
|
fixed query cache intercommunication with innodb engine
|
2003-08-12 23:45:04 +03:00 |
innodb_handler.result
|
|
|
insert.result
|
Merge with 4.0.16
|
2003-10-07 15:42:26 +03:00 |
insert_select.result
|
Fixed bug in error handling of CREATE ... SELECT
|
2003-10-08 18:53:31 +03:00 |
insert_update.result
|
|
|
isam.result
|
merge
|
2003-09-03 19:53:08 +03:00 |
join.result
|
Merge with 4.0.14
|
2003-08-11 22:44:43 +03:00 |
join_crash.result
|
|
|
join_outer.result
|
Fixes after merge
|
2003-10-08 12:01:58 +03:00 |
key.result
|
After merge fixes
|
2003-08-19 00:08:08 +03:00 |
key_cache.result
|
key_cache.result, sql_lex.h, sql_yacc.yy, set_var.cc, sql_lex.cc:
|
2003-08-26 15:14:13 -07:00 |
key_diff.result
|
Merge with 4.0.14
|
2003-08-11 22:44:43 +03:00 |
key_primary.result
|
|
|
keywords.result
|
|
|
kill.result
|
|
|
limit.result
|
|
|
loaddata.result
|
After merge fixes.
|
2003-09-11 19:06:23 +03:00 |
lock.result
|
|
|
lock_multi.result
|
|
|
lock_tables_lost_commit.result
|
|
|
lowercase_table.result
|
After merge fixes.
|
2003-09-11 19:06:23 +03:00 |
merge.result
|
Merge with 4.0.14
|
2003-08-11 22:44:43 +03:00 |
mix_innodb_myisam_binlog.result
|
Removed random chars after filename for LOAD DATA INFILE (in mysqlbinlog)
|
2003-09-29 12:31:35 +03:00 |
multi_update.result
|
merge with 4.0.15
|
2003-08-29 13:44:35 +03:00 |
myisam.result
|
merge with 4.0.15
|
2003-09-11 20:24:14 +03:00 |
mysqlbinlog.result
|
Fixes for mysql tests.
|
2003-10-31 16:37:36 +04:00 |
mysqldump.result
|
Fixes for mysql tests.
|
2003-10-31 16:37:36 +04:00 |
negation_elimination.result
|
Fixes for mysql tests.
|
2003-10-31 16:37:36 +04:00 |
not_embedded.require
|
|
|
null.result
|
Add warnings for single line inserts. To do this I had to convert count_cuted_fields to an enum (to be able to detect setting a NOT NULL field to NULL)
|
2003-10-11 23:26:39 +03:00 |
null_key.result
|
Fixes after merge
|
2003-10-08 12:01:58 +03:00 |
odbc.result
|
|
|
olap.result
|
Fix for bug in ROLLUP when all tables where 'const' tables (Bug #714)
|
2003-08-26 20:23:48 +03:00 |
openssl_1.result
|
Fixed openssl_1 test after error message was updated
|
2003-09-14 18:07:14 +04:00 |
openssl_2.result
|
Fix openssl_2 test so it passes or fails. (It was being reported
|
2003-07-16 23:47:48 -05:00 |
order_by.result
|
Fixes after merge
|
2003-10-08 12:01:58 +03:00 |
order_fill_sortbuf.result
|
|
|
overflow.result
|
|
|
packet.result
|
merge with 4.0.15
|
2003-08-29 13:44:35 +03:00 |
preload.result
|
|
|
query_cache.result
|
after-merge fix
|
2003-10-26 22:01:00 +02:00 |
query_cache_merge.result
|
Move test that uses many tables (in query_cache.test) to separate test so that we can get it 'skipped' instead of 'failed' on system where we can't open many files.
|
2003-08-22 04:07:40 +03:00 |
raid.result
|
|
|
range.result
|
Merge bk-internal:/home/bk/mysql-4.1/
|
2003-10-31 10:34:34 +01:00 |
rename.result
|
|
|
repair_part1.result
|
Fix test results affected by error message edit.
|
2003-07-20 07:00:00 -05:00 |
repair_part2.result
|
Error message consistency edits + updates to affected test results.
|
2003-07-16 14:37:00 -05:00 |
replace.result
|
|
|
rollback.result
|
|
|
row.result
|
fixed error names
|
2003-10-06 22:35:05 +03:00 |
rpl000001.a.result
|
|
|
rpl000001.b.result
|
|
|
rpl000001.result
|
|
|
rpl000002.result
|
|
|
rpl000004.a.result
|
|
|
rpl000004.b.result
|
|
|
rpl000004.result
|
|
|
rpl000005.result
|
|
|
rpl000006.result
|
|
|
rpl000008.result
|
|
|
rpl000009.result
|
Fixed bug in error handling of CREATE ... SELECT
|
2003-10-08 18:53:31 +03:00 |
rpl000010.result
|
|
|
rpl000011.result
|
|
|
rpl000012.result
|
|
|
rpl000013.result
|
|
|
rpl000015.result
|
Don't show Slave_IO_State in the testsuite (replace it with #) because it can't be predicted.
|
2003-10-09 18:16:15 +02:00 |
rpl000017.result
|
|
|
rpl000018.result
|
Merge with 4.0.14
|
2003-08-11 22:44:43 +03:00 |
rpl_alter.result
|
Fixes after merge
|
2003-10-08 12:01:58 +03:00 |
rpl_do_grant.result
|
After merge fixes
|
2003-08-19 00:08:08 +03:00 |
rpl_empty_master_crash.result
|
Final push for WL#1098:
|
2003-10-09 00:06:21 +02:00 |
rpl_error_ignored_table.result
|
Don't show Slave_IO_State in the testsuite (replace it with #) because it can't be predicted.
|
2003-10-09 18:16:15 +02:00 |
rpl_failsafe.result
|
|
|
rpl_flush_log_loop.result
|
Don't show Slave_IO_State in the testsuite (replace it with #) because it can't be predicted.
|
2003-10-09 18:16:15 +02:00 |
rpl_flush_tables.result
|
|
|
rpl_get_lock.result
|
|
|
rpl_ignore_grant.result
|
After merge fixes
|
2003-08-19 00:08:08 +03:00 |
rpl_insert_id.result
|
Merge with 4.0.14
|
2003-08-11 22:44:43 +03:00 |
rpl_loaddata.result
|
Don't show Slave_IO_State in the testsuite (replace it with #) because it can't be predicted.
|
2003-10-09 18:16:15 +02:00 |
rpl_loaddata_rule_m.result
|
Fixes after merge
|
2003-10-08 12:01:58 +03:00 |
rpl_loaddata_rule_s.result
|
After merge fixes.
|
2003-09-11 19:06:23 +03:00 |
rpl_loaddatalocal.result
|
|
|
rpl_log.result
|
Don't show Slave_IO_State in the testsuite (replace it with #) because it can't be predicted.
|
2003-10-09 18:16:15 +02:00 |
rpl_log_pos.result
|
Don't show Slave_IO_State in the testsuite (replace it with #) because it can't be predicted.
|
2003-10-09 18:16:15 +02:00 |
rpl_master_pos_wait.result
|
Merge with 4.0.14
|
2003-08-11 22:44:43 +03:00 |
rpl_max_relay_size.result
|
Don't show Slave_IO_State in the testsuite (replace it with #) because it can't be predicted.
|
2003-10-09 18:16:15 +02:00 |
rpl_misc_functions.result
|
|
|
rpl_mystery22.result
|
|
|
rpl_openssl.result
|
Fix for rpl_openssl test (there was extra spaces in result file)
|
2003-10-10 17:06:18 +04:00 |
rpl_redirect.result
|
Final push for WL#1098:
|
2003-10-09 00:06:21 +02:00 |
rpl_relayrotate.result
|
Fix for a rpl_relayrotate failure.
|
2003-10-03 20:07:08 +02:00 |
rpl_relayspace.result
|
Merge with 4.0.14
|
2003-08-11 22:44:43 +03:00 |
rpl_replicate_do.result
|
Don't show Slave_IO_State in the testsuite (replace it with #) because it can't be predicted.
|
2003-10-09 18:16:15 +02:00 |
rpl_reset_slave.result
|
Don't show Slave_IO_State in the testsuite (replace it with #) because it can't be predicted.
|
2003-10-09 18:16:15 +02:00 |
rpl_rotate_logs.result
|
Don't show Slave_IO_State in the testsuite (replace it with #) because it can't be predicted.
|
2003-10-09 18:16:15 +02:00 |
rpl_skip_error.result
|
|
|
rpl_sporadic_master.result
|
|
|
rpl_temporary.result
|
|
|
rpl_trunc_binlog.result
|
Don't show Slave_IO_State in the testsuite (replace it with #) because it can't be predicted.
|
2003-10-09 18:16:15 +02:00 |
rpl_until.result
|
Don't show Slave_IO_State in the testsuite (replace it with #) because it can't be predicted.
|
2003-10-09 18:16:15 +02:00 |
rpl_user_variables.result
|
fix for BUG#1331: "Unexistent user variable is not replicated".
|
2003-10-02 10:31:37 +02:00 |
select.result
|
Merge with 4.0.16
|
2003-10-07 15:42:26 +03:00 |
select_found.result
|
Add warnings for single line inserts. To do this I had to convert count_cuted_fields to an enum (to be able to detect setting a NOT NULL field to NULL)
|
2003-10-11 23:26:39 +03:00 |
select_safe.result
|
Fixes after merge
|
2003-10-08 12:01:58 +03:00 |
show_check.result
|
Bug fix:
|
2003-09-16 12:36:36 +05:00 |
slave-running.result
|
|
|
slave-stopped.result
|
|
|
sql_mode.result
|
WL#1106: Switch = --maxdb rather than --sapdb
|
2003-10-15 14:50:36 +05:00 |
status.result
|
|
|
subselect.result
|
merge
|
2003-11-02 17:29:31 +02:00 |
subselect2.result
|
renamed join_types (as was suggested by Peter Gulutzan)
|
2003-09-14 09:40:57 +03:00 |
subselect_innodb.result
|
BUG#1708 & other subselects with innodb tests
|
2003-11-02 14:43:11 +02:00 |
symlink.result
|
merge with 4.0.15
|
2003-08-29 13:44:35 +03:00 |
tablelock.result
|
|
|
temp_table.result
|
|
|
timezone.result
|
|
|
truncate.result
|
|
|
type_blob.result
|
After merge fixes
|
2003-08-19 00:08:08 +03:00 |
type_date.result
|
Merge with 4.0.14
|
2003-08-11 22:44:43 +03:00 |
type_datetime.result
|
Merge with 4.0.14
|
2003-08-11 22:44:43 +03:00 |
type_decimal.result
|
After merge fixes
|
2003-08-19 00:08:08 +03:00 |
type_enum.result
|
|
|
type_float.result
|
Test for bug #1022
|
2003-10-20 19:13:45 +05:00 |
type_nchar.result
|
type_nchar.result:
|
2003-09-15 12:48:34 +05:00 |
type_ranges.result
|
After merge fixes
|
2003-08-19 00:08:08 +03:00 |
type_set.result
|
A fix for a bug with long definition of SET or ENUM.
|
2003-08-19 16:35:17 +03:00 |
type_time.result
|
After merge fixes
|
2003-08-19 00:08:08 +03:00 |
type_timestamp.result
|
|
|
type_uint.result
|
After merge fixes
|
2003-08-19 00:08:08 +03:00 |
type_year.result
|
|
|
union.result
|
Merge
|
2003-10-06 20:55:06 +03:00 |
update.result
|
|
|
user_var.result
|
Merge with 4.0.16
|
2003-10-07 15:42:26 +03:00 |
varbinary.result
|
|
|
variables.result
|
support 'parallel' updates and rallback of whole statement in case of error in evalueting value which should be assigned
|
2003-10-24 17:28:32 +03:00 |
warnings.result
|
Add warnings for single line inserts. To do this I had to convert count_cuted_fields to an enum (to be able to detect setting a NOT NULL field to NULL)
|
2003-10-11 23:26:39 +03:00 |