mariadb/mysql-test/t
unknown 37e2873fe3 Fix for BUG#8371: wrong rec_per_key value for hash index on temporary table
mysql-test/r/heap_hash.result:
  Testcase for BUG#8371: wrong rec_per_key value for hash index on temporary table
mysql-test/t/heap_hash.test:
  Testcase for BUG#8371: wrong rec_per_key value for hash index on temporary table
sql/ha_heap.cc:
  Fix for BUG#8371: wrong rec_per_key value for hash index on temporary table:
  Don't assume that table->rec_per_key==NULL if table->tmp_table != NO_TMP_TABLE, 
  this is not true for tables created with "CREATE TEMPORARY TABLE" (while it holds
  for temporary tables created during query execution)
sql/sql_select.cc:
  Initialize rec_per_key for all keys in temporary table.
2005-02-08 23:44:51 +03:00
..
alias.test
alter_table.test Added test for bug #7884 "Able to add invalid unique index on TIMESTAMP 2005-01-18 17:45:49 +03:00
analyse.test
ansi.test
archive.test Test Bug: Memory leaks in the archive handler. 2005-01-26 15:27:31 +01:00
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-deadlock.tminus
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 Proper fix for comparision with ' ' 2005-02-01 16:27:08 +02:00
connect.test
consistent_snapshot.test
constraints.test
count_distinct.test
count_distinct2-master.opt
count_distinct2.test
count_distinct3.test
create.test
create_select_tmp.test
csv.test
ctype_big5.test bug#7284: strnxfrm returns different results for equal strings 2005-01-13 18:12:04 +04:00
ctype_collate.test
ctype_cp1251-master.opt
ctype_cp1251.test
ctype_create.test
ctype_latin1.test bug#7284: strnxfrm returns different results for equal strings 2005-01-13 18:12:04 +04:00
ctype_latin1_de-master.opt
ctype_latin1_de.test bug#7284: strnxfrm returns different results for equal strings 2005-01-13 18:12:04 +04:00
ctype_many.test
ctype_mb.test
ctype_recoding.test
ctype_sjis.test bug#7284: strnxfrm returns different results for equal strings 2005-01-13 18:12:04 +04:00
ctype_tis620.test bug#7284: strnxfrm returns different results for equal strings 2005-01-13 18:12:04 +04:00
ctype_uca.test bug#7284: strnxfrm returns different results for equal strings 2005-01-13 18:12:04 +04:00
ctype_ucs.test bug#7284: strnxfrm returns different results for equal strings 2005-01-13 18:12:04 +04:00
ctype_ujis.test bug#7284: strnxfrm returns different results for equal strings 2005-01-13 18:12:04 +04:00
ctype_utf8.test #7874: CONCAT() gives wrong results mixing latin1 field and utf8 string literals 2005-01-18 10:42:29 +04:00
date_formats-master.opt
date_formats.test
delayed.test
delete.test
derived.test fixed problem with distinct select with grouping and subqueries (BUG#7946) 2005-01-20 13:56:22 +02:00
dirty_close.test
distinct.test
drop.test
drop_temp_table.test Fix for BUG#8055 "Trouble with replication from temporary tables and ignores": 2005-02-04 22:43:54 +01:00
empty_table.test
endspace.test
errors.test
exampledb.test
explain.test
flush.test
flush_block_commit.test
flush_table.test
foreign_key.test
fulltext.test myisam/ft_boolean_search.c 2005-01-18 11:27:38 +01:00
fulltext2.test
fulltext_cache.test
fulltext_distinct.test
fulltext_left_join.test
fulltext_multi.test
fulltext_order_by.test
fulltext_update.test
fulltext_var.test
func_compress.test
func_concat.test
func_crypt.test
func_date_add.test
func_default.test
func_encrypt-master.opt
func_encrypt.test
func_equal.test
func_gconcat.test func_gconcat.result, func_gconcat.test: 2005-01-15 01:05:00 -08:00
func_group.test A fix: bug#6931: Date Type column problem when using UNION-Table 2005-02-04 15:31:36 +03:00
func_if.test
func_in.test item_cmpfunc.cc: 2005-01-20 15:38:56 +04:00
func_isnull.test
func_like.test
func_math.test
func_misc.test Fix for BUG#7716: in in_string::set() take into account that the value returned 2005-02-04 09:14:22 +03:00
func_op.test
func_regexp.test
func_sapdb.test
func_set.test
func_str.test Fix merge of func_str tests (accidently duplicated a test). 2005-02-02 09:05:52 -08:00
func_system.test
func_test.test
func_time.test
func_timestamp.test
gcc296.test
gis-rtree.test
gis.test
grant.test
grant2.test
grant_cache-master.opt
grant_cache.test
group_by.test Fixed bug in HAVING when refering to RAND() through alias 2005-02-07 18:13:57 +02:00
handler.test
having.test
heap.test
heap_auto_increment.test
heap_btree.test
heap_hash.test Fix for BUG#8371: wrong rec_per_key value for hash index on temporary table 2005-02-08 23:44:51 +03:00
help.test
init_connect-master.opt
init_connect.test
init_file-master.opt
init_file.test
innodb-deadlock.test
innodb-lock.test
innodb-master.opt
innodb.test
innodb_cache-master.opt
innodb_cache.test
innodb_handler.test
insert.test
insert_select.test BUG#6034 - Error code 124: Wrong medium type. 2005-01-19 21:16:27 +01:00
insert_update.test
isam.test
join.test
join_crash.test
join_outer.test
key.test
key_cache-master.opt
key_cache.test
key_diff.test
key_primary.test
keywords.test
kill.test
limit.test Fix for BUG#8023. 2005-02-02 08:38:24 +02:00
loaddata.test
lock.test
lock_multi.test
lock_tables_lost_commit-master.opt
lock_tables_lost_commit.test
lowercase_table-master.opt
lowercase_table.test
lowercase_table2.test tT replaced with T1 to be more predictable. 2005-01-25 16:42:16 +04:00
lowercase_table3-master.opt
lowercase_table3.test
lowercase_table_qcache-master.opt
lowercase_table_qcache.test
merge.test
metadata.test
mix_innodb_myisam_binlog-master.opt
mix_innodb_myisam_binlog.test
multi_statement.test
multi_update-master.opt
multi_update.test
myisam-blob-master.opt
myisam-blob.test
myisam.test
mysql_client_test.test mysql_client_test.test, mysql-test-run.sh: 2005-01-24 16:56:17 +01:00
mysql_protocols.test
mysqlbinlog-master.opt
mysqlbinlog.test
mysqlbinlog2.test
mysqldump.test
mysqltest.test
ndb_alter_table.test
ndb_autodiscover.test ndb - Put all output from ndb tools during mysql-test-run into log file 2005-02-01 17:08:39 +01:00
ndb_autodiscover2-master.opt
ndb_autodiscover2.test
ndb_basic.test added test to trigger drifferent fragmentations in ndb 2005-02-04 14:25:08 +01:00
ndb_blob.test
ndb_cache.test
ndb_charset.test
ndb_grant.later
ndb_index.test
ndb_index_ordered.test ndb - make YEAR and TIMESTAMP into ndb types 2005-01-27 17:33:35 +01:00
ndb_index_unique.test Bug#8101 unique indexes which attribute are _not_ specified in the order of the table does not work 2005-01-26 11:31:46 +01:00
ndb_insert.test
ndb_limit.test
ndb_lock.test
ndb_minmax.test
ndb_replace.test
ndb_restore.test ndb - Put all output from ndb tools during mysql-test-run into log file 2005-02-01 17:08:39 +01:00
ndb_subquery.test
ndb_transaction.test
ndb_truncate.test
ndb_types.test
ndb_update.test
negation_elimination.test
null.test
null_key.test
odbc.test
olap.test
openssl_1.test
order_by.test order_by.result, order_by.test: 2005-01-25 23:13:36 -08:00
order_fill_sortbuf-master.opt
order_fill_sortbuf.test
outfile.test
overflow.test
packet.test
preload.test
ps.test
ps_1general.test WL#964 2005-01-31 19:18:06 +05:00
ps_2myisam.test
ps_3innodb.test
ps_4heap.test
ps_5merge.test
ps_6bdb.test
ps_7ndb.test
ps_10nestset.test
ps_11bugs.test
query_cache.test
query_cache_merge.test
raid.test
range.test
rename.test
repair.test
replace.test
rollback.test
row.test
rpl000001-slave.opt
rpl000001.test
rpl000002.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
rpl000017-slave.opt
rpl000017-slave.sh
rpl000017.test
rpl000018-master.opt
rpl000018-slave.opt
rpl000018.test
rpl_alter.test
rpl_chain_temp_table.test
rpl_change_master.test
rpl_charset.test
rpl_commit_after_flush.test
rpl_create_database-master.opt
rpl_create_database-slave.opt
rpl_create_database.test
rpl_delete_all.test
rpl_do_grant.test
rpl_drop.test
rpl_EE_error.test
rpl_empty_master_crash.test
rpl_error_ignored_table-slave.opt
rpl_error_ignored_table.test
rpl_failed_optimize-master.opt
rpl_failed_optimize.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_flush_tables.test
rpl_free_items-slave.opt
rpl_free_items.test
rpl_get_lock.test
rpl_heap.test
rpl_ignore_grant-slave.opt
rpl_ignore_grant.test
rpl_init_slave-slave.opt
rpl_init_slave.test
rpl_insert_id-slave.opt
rpl_insert_id.test
rpl_insert_ignore-slave.opt
rpl_insert_ignore.test
rpl_loaddata.test
rpl_loaddata_rule_m-master.opt
rpl_loaddata_rule_m.test
rpl_loaddata_rule_s-slave.opt
rpl_loaddata_rule_s.test
rpl_loaddatalocal.test
rpl_log-master.opt
rpl_log-slave.opt
rpl_log.test
rpl_log_pos.test
rpl_many_optimize.test
rpl_master_pos_wait.test
rpl_max_relay_size.test
rpl_misc_functions-slave.sh
rpl_misc_functions.test
rpl_multi_delete-slave.opt
rpl_multi_delete.test
rpl_multi_delete2-slave.opt
rpl_multi_delete2.test
rpl_multi_update.test
rpl_multi_update2-slave.opt Bug#7011 2005-01-30 10:24:03 +00:00
rpl_multi_update2.test Bug#7011 2005-01-31 13:18:36 +00:00
rpl_mystery22.test
rpl_openssl.test
rpl_optimize.test
rpl_ps.test
rpl_redirect.test
rpl_relayrotate-slave.opt
rpl_relayrotate.test
rpl_relayspace-slave.opt
rpl_relayspace.test
rpl_replicate_do-slave.opt
rpl_replicate_do.test
rpl_reset_slave.test
rpl_rewrite_db-slave.opt
rpl_rewrite_db.test
rpl_rotate_logs-master.opt
rpl_rotate_logs-slave.sh
rpl_rotate_logs.slave-mi
rpl_rotate_logs.test
rpl_server_id1.test
rpl_server_id2-slave.opt
rpl_server_id2.test
rpl_set_charset.test
rpl_skip_error-slave.opt
rpl_skip_error.test
rpl_sporadic_master-master.opt
rpl_sporadic_master.test
rpl_start_stop_slave.test
rpl_temporary.test
rpl_timezone-master.opt
rpl_timezone-slave.opt
rpl_timezone.test
rpl_trunc_binlog.test
rpl_until.test
rpl_user_variables.test
select.test
select_found.test Merge rurik.mysql.com:/home/igor/dev/mysql-4.0-0 2005-01-22 02:42:54 -08:00
select_safe.test
show_check.test Add test cases to verify that SHOW CREATE TABLE always outputs the 2005-01-13 18:22:35 +01:00
sql_mode.test
status.test
subselect.test fixed test 'subselect' in case when innodb is not compiled in (thanks HF who niticed it) 2005-02-06 13:06:12 +02:00
subselect2.test
subselect_gis.test
subselect_innodb.test fixed test 'subselect' in case when innodb is not compiled in (thanks HF who niticed it) 2005-02-06 13:06:12 +02:00
symlink.test
synchronization.test
system_mysql_db.test
system_mysql_db_fix-master.opt
system_mysql_db_fix.test
system_mysql_db_refs.test
tablelock.test
temp_table.test
timezone-master.opt
timezone.test
timezone2.test Fix for bug #7899 "CREATE TABLE .. SELECT .. and CONVERT_TZ() function 2005-01-26 22:25:02 +03:00
timezone3-master.opt
timezone3.test
truncate.test
type_blob.test
type_date.test Fix value of YEAR field when set from a non-numeric string. (Bug #6067) 2005-02-01 15:08:31 -08:00
type_datetime.test
type_decimal.test
type_enum.test
type_float.test Merge changed tests 2005-01-18 12:25:56 -08:00
type_nchar.test
type_ranges.test
type_set.test
type_time.test
type_timestamp.test
type_uint.test
type_year.test
union-master.opt
union.test A fix: bug#6931: Date Type column problem when using UNION-Table 2005-02-04 15:31:36 +03:00
update.test Bug#8057 2005-02-03 21:11:12 +00:00
user_var.test
varbinary.test
variables-master.opt
variables.test
warnings-master.opt
warnings.test