mariadb/mysql-test/t
monty@narttu.mysql.fi 359846f052 Fixed some varnings from valgrind
Set min value of max_allowed_packet to 1024
Fixed problem with UNION's without braces and SQL_CALC_FOUND_ROWS, LIMIT #,#
and ORDER BY...LIMIT
2003-08-20 16:25:44 +03:00
..
alias.test Proposed fix for #751 2003-07-03 20:57:51 +05:00
alter_table.test Fixed bug in ALTER TABLE ... DISABLE/ENABLE KEYS 2003-07-08 23:58:04 +03:00
analyse.test
ansi-master.opt
ansi.test
auto_increment.test
backup-master.sh
backup.test
bdb-alter-table-1.test
bdb-alter-table-2-master.opt
bdb-alter-table-2.test
bdb-crash.test
bdb-deadlock.test
bdb.test
bdb_cache-master.opt
bdb_cache.test
bench_count_distinct.test
bigint.test
binary.test
bool.test
bulk_replace.test
case.test
cast.test
check.test
comments.test
compare.test
constraints.test
convert.test
count_distinct.test
count_distinct2-master.opt
count_distinct2.test
create.test Fix for the bug #801: create table t1 select x'41'; doesn't work 2003-07-11 14:17:18 +05:00
ctype_cp1251-master.opt Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
ctype_cp1251.test Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
ctype_latin1_de-master.opt
ctype_latin1_de.test my_strnncoll_latin1_de rewritten from scratch. Bug with overlapping combos went away. 2003-07-17 20:17:46 +02:00
ctype_ujis-master.opt
ctype_ujis.test
delayed.test
delete.test
dirty_close.test
distinct.test Cleanups 2003-07-09 00:55:07 +03:00
drop.test Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
empty_table.test
errors.test
explain.test
flush.test Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
flush_table.test
foreign_key.test
fulltext.test bug #942. docid == ftb->lastpos in join on looping over nested table 2003-07-31 13:45:35 +02: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
func_date_add.test
func_encrypt-master.opt
func_encrypt.test
func_equal.test
func_group.test
func_if.test
func_in.test
func_isnull.test
func_like.test
func_math.test
func_misc.test Testcase for #628 2003-07-03 16:48:47 +05:00
func_op.test
func_regexp.test
func_set.test Fix for the bug #803. 2003-07-10 15:27:02 +05:00
func_str.test Fix for #739 2003-07-03 23:24:23 +05:00
func_system.test
func_test.test make it clear for optimizer that XOR's are not optimizable at the moment (BUG#992) 2003-08-05 16:29:09 +02:00
func_time.test
func_timestamp.test
gcc296.test
grant.test Cleanups to recent patches 2003-08-15 09:54:19 +03:00
grant_cache-master.opt
grant_cache.test Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
group_by.test
handler.test fix and test case for the bug #787: HANDLER without INDEX doesn't work with deleted rows 2003-07-04 17:15:16 +05:00
having.test
heap.test Fix and test-case for the bug #775: SELECT misses rows in indexed HEAP table columns. 2003-07-03 18:21:59 +05:00
innodb-deadlock.test
innodb.test Merge bk-internal.mysql.com:/home/bk/mysql-4.0 2003-07-03 11:56:30 +03:00
innodb_cache-master.opt
innodb_cache.test
innodb_handler.test
ins000001.test
insert.test
insert_select.test Fixed memory overrun when doing REPAIR on table with multi-part auto_increment key where one part was a packed CHAR 2003-07-18 04:04:24 +03:00
isam.test
join.test
join_crash.test
join_outer.test
key.test
key_diff.test
key_primary.test
keywords.test
kill.test
limit.test
loaddata.test
lock.test
lock_multi.test
lock_tables_lost_commit-master.opt Fix test case 2003-08-19 16:03:18 +03:00
lock_tables_lost_commit.test
lowercase_table-master.opt
lowercase_table.test
merge.test Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
multi_update-master.opt
multi_update.test
myisam.test
null.test
null_key.test
odbc.test
olap.test
openssl_1.test openssl_1.result, openssl_1.test: 2003-08-07 15:20:15 +02:00
openssl_2.test
order_by.test
order_fill_sortbuf-master.opt
order_fill_sortbuf.test
outfile.test
overflow.test
packet.test Fixed some varnings from valgrind 2003-08-20 16:25:44 +03:00
query_cache-master.opt
query_cache.test rewritten test using loop (BUG#930) 2003-08-08 23:27:22 +03:00
raid.test
range.test between tests added 2003-08-08 18:49:22 +02:00
README
rename.test
repair.test
repair_part2-master.sh
repair_part2.test
replace.test
rollback.test
rpl000001.test
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
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_do_grant.test Fix so that SET PASSWORD is not replicated by the slave if running with 2003-08-02 23:46:26 +02:00
rpl_empty_master_crash.test
rpl_error_ignored_table-slave.opt Fix for BUG#812 2003-07-10 16:03:29 +02:00
rpl_error_ignored_table.test - fixed an error in the rpl_error_ignored_table test suite: the master 2003-07-11 22:18:53 +02:00
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 Better fix for bug #791: At binlog rotation, INSERTs may not find their way into the binlog 2003-07-14 14:59:26 +03:00
rpl_get_lock.test
rpl_ignore_grant-slave.opt Fix so that SET PASSWORD is not replicated by the slave if running with 2003-08-02 23:46:26 +02:00
rpl_ignore_grant.test Fix so that SET PASSWORD is not replicated by the slave if running with 2003-08-02 23:46:26 +02:00
rpl_insert_id.test Review of changesets since last pull. 2003-08-07 20:16:37 +03:00
rpl_loaddata.test 2 bugfixes: 2003-08-04 10:59:44 +02:00
rpl_loaddatalocal.test
rpl_log-master.opt
rpl_log.test Remove wrong bug fix when calling create_sort_index. 2003-08-10 05:14:16 +03:00
rpl_log_pos.test
rpl_master_pos_wait.test
rpl_max_relay_size.test Fixed wrong test in LOG::close 2003-07-14 23:49:19 +03:00
rpl_mystery22.test
rpl_redirect.test
rpl_relayspace-slave.opt
rpl_relayspace.test
rpl_replicate_do-slave.opt
rpl_replicate_do.test
rpl_reset_slave.test 2 bugfixes: 2003-08-04 10:59:44 +02:00
rpl_rotate_logs-master.opt WL#912 (more user control on relay logs): 2003-07-06 17:59:54 +02:00
rpl_rotate_logs-slave.sh
rpl_rotate_logs.slave-mi
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 outer join, impossible on condition, where, and usable key for range 2003-07-25 14:32:03 +02:00
select_found.test
select_safe.test
show_check.test
status.test
symlink.test Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
tablelock.test
temp_table.test
timezone-master.opt
timezone.test
truncate.test
type_blob.test
type_date.test Bug #792 combination of date-interval and between with mixed constant and non-constant 2003-08-06 15:37:22 +02:00
type_datetime.test
type_decimal.test
type_enum.test
type_float.test
type_ranges.test
type_set.test
type_time.test
type_timestamp.test
type_uint.test
type_year.test
union.test Fixed some varnings from valgrind 2003-08-20 16:25:44 +03:00
update.test
user_var.test
varbinary.test
variables-master.opt
variables.test
warnings.test