mariadb/mysql-test/t
unknown ed53c394f9 Bug#18888 Trying to overwrite sql/lex_hash.h during build
- As a sideeffect of the patch to generate lex_hash.h only once
on the machine where the source dist was produced, a problem
was found when compiling a mysqld without partition support - it 
would crash when looking up the lex symbols due to mismatch between
lex.h and the generated lex_hash.h

 - Remove the ifdef for partition in lex.h 
 - Fix minor problem with"EXPLAIN PARTITION" when not compiled with
   partition(existed also without the above patch)
 - Add test case that will be run when we don't have partition
   support compiled into mysqld
 - Return error ER_FEATURE_DISABLED if user tries to use PARTITION
   when there is no support for it.


sql/lex.h:
  There should be no ifdefs of features in lex.h
sql/sql_class.cc:
  In line with the comment in sql_yacc.yy that we want the same output
  from "EXPLAIN PARTITIONS.." regardless of wheter we have compiled in
  support for partition  or not, remove the ifdef so the extra field
  is added to output if the DESCRIBE_PARTITIONS bit it set. Without
  this patch we get a crash as the code in select_describe believes the
  field is there.
sql/sql_select.cc:
  Use "const" for the variable as it's a ssigned once and never changes
sql/sql_yacc.yy:
  Don't allow PARTITION syntax oif there is no suport for partitioning
mysql-test/r/not_partition.require:
  New BitKeeper file ``mysql-test/r/not_partition.require''
mysql-test/r/not_partition.result:
  New BitKeeper file ``mysql-test/r/not_partition.result''
mysql-test/t/not_partition.test:
  New BitKeeper file ``mysql-test/t/not_partition.test''
2006-10-26 19:11:09 +02:00
..
alias.test
alter_table.test Bug#18775 - Temporary table from alter table visible to other threads 2006-08-03 08:12:56 +02:00
analyse.test Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/bug20305/my41-bug20305 2006-09-28 14:32:30 -04:00
analyze.test
ansi.test
archive.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
archive_bitfield.test
archive_gis.test
auto_increment.test Move test that requires innodb to "mysql_innodb" 2006-09-01 16:51:37 +02:00
backup-master.sh
backup.test Bug#18775 - Temporary table from alter table visible to other threads 2006-08-03 08:12:56 +02:00
bench_count_distinct.test
bigint.test
binary.test
binlog_row_binlog-master.opt
binlog_row_binlog.test
binlog_row_blackhole.test
binlog_row_ctype_cp932.test
binlog_row_ctype_ucs.test
binlog_row_drop_tmp_tbl.test
binlog_row_innodb_stat-master.opt
binlog_row_innodb_stat.test
binlog_row_insert_select.test
binlog_row_mix_innodb_myisam-master.opt
binlog_row_mix_innodb_myisam.test
binlog_statement_insert_delayed.test WL#3368 mixed format as default 2006-08-30 21:43:05 +03:00
binlog_stm_binlog-master.opt
binlog_stm_binlog.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
binlog_stm_blackhole.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
binlog_stm_ctype_cp932.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
binlog_stm_ctype_ucs.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
binlog_stm_drop_tmp_tbl.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
binlog_stm_innodb_stat-master.opt
binlog_stm_innodb_stat.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
binlog_stm_insert_select.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
binlog_stm_mix_innodb_myisam-master.opt
binlog_stm_mix_innodb_myisam.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
bool.test
bulk_replace.test
cache_innodb-master.opt This changeset belongs to 2006-08-16 14:58:49 +02:00
cache_innodb.test This changeset belongs to 2006-08-16 14:58:49 +02:00
case.test Merge polly.local:/tmp/20924/bug20294/my50-bug20294 2006-09-13 16:00:15 +04:00
cast.test Merge bodhi.local:/opt/local/work/tmp_merge 2006-08-12 21:06:51 +04:00
check.test
client_xml.test
comments.test
compare.test Bug #21159: Optimizer: wrong result after AND with different data types 2006-08-15 10:13:17 +03:00
compress.test
concurrent_innodb-master.opt This changeset belongs to 2006-08-16 14:58:49 +02:00
concurrent_innodb.test This changeset belongs to 2006-08-16 14:58:49 +02:00
connect.test Merge neptunus.(none):/home/msvensson/mysql/same_tools/my50-same_tools 2006-10-04 16:35:40 +02:00
consistent_snapshot.test
constraints.test
contributors.test
count_distinct.test
count_distinct2-master.opt
count_distinct2.test
count_distinct3.test Bug#8663 cant use bgint unsigned as input to cast 2006-06-14 13:40:21 +05:00
crash_commit_before-master.opt BUG#22396 crash_commit_before 2006-09-17 20:54:06 +02:00
crash_commit_before.test Merge neptunus.(none):/home/msvensson/mysql/same_tools/my51-same_tools 2006-10-06 13:12:53 +02:00
create.test Merge neptunus.(none):/home/msvensson/mysql/bug22436/my50-bug22436 2006-10-19 01:01:54 +02:00
create_not_windows.test Fix for bug#16532 mysql server assert in debug if table definition is removed 2006-07-25 14:52:24 +02:00
create_select_tmp.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
csv.test Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2006-10-17 11:23:07 -04:00
ctype_big5.test
ctype_collate.test
ctype_cp932_binlog_row.test
ctype_cp932_binlog_stm.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
ctype_cp1250_ch.test Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0 2006-08-16 10:05:24 -07:00
ctype_cp1251.test
ctype_create.test
ctype_eucjpms.test
ctype_euckr.test
ctype_filename.test
ctype_gb2312.test
ctype_gbk.test Bug#21620 ALTER TABLE affects other columns 2006-09-29 16:24:11 +05:00
ctype_latin1.test Bug#18396 Identifiers: Byte with value 255 not allowed 2006-06-06 22:13:30 +05:00
ctype_latin1_de-master.opt
ctype_latin1_de.test
ctype_latin2.test
ctype_latin2_ch.test
ctype_many.test
ctype_mb.test
ctype_recoding.test Merge maint2.mysql.com:/data/localhome/tsmith/bk/41 2006-09-01 08:53:56 +02:00
ctype_sjis.test
ctype_tis620.test
ctype_uca.test
ctype_ucs.test Merge rurik.mysql.com:/home/igor/mysql-4.1-opt 2006-09-20 09:47:36 -07:00
ctype_ucs2_def-master.opt mysqld --collation-server=xxx --character-set-server=yyy 2006-08-11 13:19:44 +05:00
ctype_ucs2_def.test mysqld --collation-server=xxx --character-set-server=yyy 2006-08-11 13:19:44 +05:00
ctype_ujis.test
ctype_utf8.test Merge mysql.com:/home/hf/mysql-5.0.mrg 2006-10-12 15:42:05 +05:00
date_formats-master.opt
date_formats.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
deadlock_innodb.test This changeset belongs to 2006-08-16 14:58:49 +02:00
default.test
delayed.test Bug#20830 - INSERT DELAYED does not honour SET INSERT_ID 2006-09-20 11:05:11 +02:00
delete.test Merge macbook.gmz:/Users/kgeorge/mysql/work/B21392-4.1-opt 2006-09-04 18:45:48 +03:00
derived.test A fix and a test case for Bug#21002 "Derived table not selecting from a 2006-07-19 22:33:19 +04:00
dirty_close.test
disabled.def BUG#21524 ps.test updated to meet recent changes in SQL parser 2006-10-11 02:36:36 +04:00
distinct.test Merge lamia.home:/home/timka/mysql/src/4.1-bug-21456 2006-08-23 18:22:53 +03:00
drop.test Fix for bug#21216 "Simultaneous DROP TABLE and SHOW OPEN TABLES causes 2006-08-21 12:18:59 +04:00
empty_table.test
endspace.test
errors.test
events.test cleanups - fix a test and remove unneeded declaration 2006-09-25 15:50:49 +02:00
events_bugs.test Fix for bug#22397 Events: crash with procedure which alters events 2006-09-25 16:49:25 +02:00
events_grant.test Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime 2006-06-26 12:22:13 +02:00
events_logs_tests-master.opt
events_logs_tests.test WL#3337 (Event scheduler new architecture) 2006-09-01 13:08:44 +02:00
events_microsec.test Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2006-06-26 18:45:46 +04:00
events_restart_phase0.log Fix for bug#22662 Inconsistent values displayed for event_scheduler 2006-09-25 17:22:23 +02:00
events_restart_phase0.result Fix for bug#22662 Inconsistent values displayed for event_scheduler 2006-09-25 17:22:23 +02:00
events_restart_phase1.test WL#3337 (Event scheduler new architecture) 2006-09-01 13:08:44 +02:00
events_restart_phase2-master.opt WL#3337 (Event scheduler new architecture) 2006-09-01 13:08:44 +02:00
events_restart_phase2.test WL #3337 (Events new architecture) 2006-07-13 10:59:58 +02:00
events_restart_phase3-master.opt WL #3337 (Events new architecture) 2006-07-13 10:59:58 +02:00
events_restart_phase3.test WL #3337 (Events new architecture) 2006-07-13 10:59:58 +02:00
events_scheduling.test WL#3337 (Event scheduler new architecture) 2006-09-01 13:08:44 +02:00
events_stress.test WL#3337 (Event scheduler new architecture) 2006-09-01 13:08:44 +02:00
exampledb.test
execution_constants.test Bug#21476: (Thread stack overrun not caught, causing SEGV) 2006-09-27 14:42:56 -04:00
explain.test Added --pipe option for faster compile 2006-06-06 20:21:36 +03:00
federated.test Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0-engines 2006-08-11 14:06:23 -07:00
federated_archive.test
federated_bug_13118.test
federated_transactions-slave.opt BUG #21118 "Federated Transaction test needs to have BDB switched to InnoDB" 2006-07-27 14:02:58 -04:00
federated_transactions.test Merge zim.(none):/home/brian/mysql/dep-5.1 2006-08-14 21:26:33 -07:00
flush.test
flush_block_commit.test
flush_read_lock_kill-master.opt
flush_read_lock_kill.test
flush_table.test
foreign_key.test
fulltext.test
fulltext2.test
fulltext_cache.test
fulltext_distinct.test
fulltext_left_join.test Bug#14708: Inconsistent treatment of NULLs in LEFT JOINed FULLTEXT matching without index 2006-06-16 09:49:18 +02:00
fulltext_multi.test
fulltext_order_by.test
fulltext_update.test
fulltext_var.test
func_compress.test Merge mysql.com:/usr/home/ram/work/bug23254/my41-bug23254 2006-10-13 19:09:22 +05:00
func_concat.test Manually merged 2006-06-14 23:54:08 +04:00
func_crypt.test
func_date_add.test Bug#21811 Odd casting with date + INTERVAL arithmetic 2006-10-02 12:37:01 +02:00
func_default.test
func_des_encrypt.test
func_encrypt-master.opt
func_encrypt.test
func_encrypt_nossl.test
func_equal.test
func_gconcat.test Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-opt 2006-10-19 16:43:46 +02:00
func_group.test Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-opt 2006-09-18 12:57:20 +02:00
func_group_innodb.test
func_if.test Merge polly.local:/tmp/20924/bug20294/my41-bug20294 2006-09-13 15:18:14 +04:00
func_in.test Fixed bug #18360: Type aggregation for IN and CASE may lead to a wrong 2006-09-26 20:52:54 +04:00
func_isnull.test
func_like.test BUG#14940 "MySQL choose wrong index", v.2 2006-07-28 21:27:01 +04:00
func_math.test
func_misc.test Merge siva.hindu.god:/usr/home/tim/m/bk/b21531-41 2006-08-23 18:24:59 -06:00
func_op.test
func_regexp.test
func_sapdb.test Merge mysql.com:/home/mydev/mysql-4.1-bug14400 2006-07-05 11:20:10 +02:00
func_set.test
func_str.test Post-pushbuild corrections for fix of bug #21698. 2006-09-09 09:43:09 -07:00
func_system.test
func_test.test Merge polly.local:/tmp/20924/bug20294/my41-bug20294 2006-09-13 15:18:14 +04:00
func_time.test Merge fixes. 2006-10-17 16:22:44 -04:00
func_timestamp.test #19409: Test 'func_timestamp' fails on Windows x64 2006-06-22 20:50:38 +02:00
gcc296.test
gis-rtree.test Merge mysql.com:/home/hf/work/21888/my41-21888 2006-09-29 17:57:16 +05:00
gis.test After merge fix 2006-07-05 16:23:18 +02:00
grant.test Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint 2006-09-05 13:42:41 -04:00
grant2.test Merge zim.(none):/home/brian/mysql/dep-5.0 2006-08-14 15:24:29 -07:00
grant3-master.opt
grant3.test
grant_cache.test
greedy_optimizer.test
group_by.test Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-opt 2006-10-19 16:43:46 +02:00
group_min_max.test Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-opt 2006-10-19 16:43:46 +02:00
group_min_max_innodb.test
handler_innodb.test This changeset belongs to 2006-08-16 19:29:49 +02:00
handler_myisam.test This changeset belongs to 2006-08-16 19:29:49 +02:00
having.test
heap.test
heap_auto_increment.test
heap_btree.test Fix merge problems; work around disparate "ls" behaviors. 2006-09-06 14:23:39 -04:00
heap_hash.test
help.test
im_cmd_line.imtest Post-merge fixes. 2006-08-30 23:09:47 +04:00
im_daemon_life_cycle-im.opt Fix of test suite in scope of fixing BUG#18023: IM: instance 2006-06-19 14:13:34 +04:00
im_daemon_life_cycle.imtest Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint 2006-10-06 16:29:10 +02:00
im_instance_conf-im.opt
im_instance_conf.imtest Fix im_instance_conf.imtest failure on AIX and HPUX. 2006-08-31 18:48:50 +04:00
im_life_cycle-im.opt Fix of test suite in scope of fixing BUG#18023: IM: instance 2006-06-19 14:13:34 +04:00
im_life_cycle.imtest Merge bodhi.local:/opt/local/work/mysql-5.0-runtime-safemerge 2006-08-30 03:00:19 +04:00
im_options-im.opt Fix im_instance_conf.imtest failure on AIX and HPUX. 2006-08-31 18:48:50 +04:00
im_options.imtest Fix im_instance_conf.imtest failure on AIX and HPUX. 2006-08-31 18:48:50 +04:00
im_utils-im.opt Fix of test suite in scope of fixing BUG#18023: IM: instance 2006-06-19 14:13:34 +04:00
im_utils.imtest Preliminary patch for the following bugs: 2006-08-29 15:46:40 +04:00
index_merge_innodb.test 1. Cumulated fix for Bug#22398, #22404 and #22405 2006-09-18 16:55:56 +02:00
index_merge_myisam.test This changeset belongs to 2006-08-16 14:58:49 +02:00
information_schema.test Merge example.com:/work/bug23037/my50 2006-10-23 14:29:11 +02:00
information_schema_chmod.test
information_schema_db.test information_schema_db.test fixed 2006-08-07 11:56:22 +05:00
information_schema_inno.test
information_schema_part.test
init_connect-master.opt
init_connect.test A fix and a test case for Bug#17843 "Certain stored procedures fail to 2006-07-04 23:46:15 +04:00
init_file-master.opt
init_file.test Merge shellback.(none):/home/msvensson/mysql/same_tools/my41-same_tools 2006-10-03 16:14:23 +02:00
innodb-lock.test
innodb-master.opt
innodb-replace.test
innodb.test Applied innodb-5.1-ss677, -ss680, -ss713, and -ss720 snapshots. 2006-08-15 01:42:57 +02:00
innodb_gis.test
innodb_mysql.test Merge neptunus.(none):/home/msvensson/mysql/bug22436/my50-bug22436 2006-10-19 01:01:54 +02:00
innodb_notembedded.test
insert.test WL#3146 "less locking in auto_increment": 2006-07-09 17:52:19 +02:00
insert_select.test Fix for BUG#21774: Column count doesn't match value count at row x 2006-09-12 17:50:24 +03:00
insert_update.test Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-4.1-opt 2006-09-15 14:14:38 +02:00
join.test BUG#14940: Slow join order is chosen: [2nd commit with post-review fixes] 2006-09-29 15:58:47 +04:00
join_crash.test
join_nested.test
join_outer.test Merge moonbone.local:/work/tmp_merge-5.0-mysql 2006-08-29 18:58:50 +04:00
join_outer_innodb.test
key.test Merge mysql.com:/home/mydev/mysql-4.1-bug11824 2006-07-05 11:11:40 +02:00
key_cache-master.opt
key_cache.test
key_diff.test
key_primary.test
keywords.test Bug#19939 2006-07-20 12:54:01 -07:00
kill.test
kill_n_check.sh Trivial fix: pid file must exist when kill_n_check.sh is started. 2006-09-01 23:11:45 +04:00
limit.test Merge timka@10.100.64.80:/home/timka/mysql/src/4.1-bug-21787 2006-09-01 14:29:27 +02:00
loaddata.test
loaddata_autocom_innodb.test Fix for BUG#11151 "LOAD DATA INFILE commits transaction in 5.0". 2006-09-05 16:52:05 +02:00
loaddata_autocom_ndb.test Fix for BUG#11151 "LOAD DATA INFILE commits transaction in 5.0". 2006-09-05 16:52:05 +02:00
lock.test Add a test case for Bug#18884 "lock table + global read lock = crash" 2006-07-08 00:26:18 +04:00
lock_multi.test Merge siva.hindu.god:/usr/home/tim/m/bk/50 2006-10-20 13:53:39 -06:00
lock_tables_lost_commit-master.opt
lock_tables_lost_commit.test
log_state-master.opt WL#3015: Logging Improvements - No Restarts(ver N4) 2006-06-19 18:30:55 +05:00
log_state.test Fix hardcoded /tmp path (which causes problems when running multiple 2006-07-04 22:37:32 +02:00
log_tables-master.opt
log_tables.test Post-review fixes for 2006-09-15 13:07:23 +04:00
lowercase_fs_off.test Bug#21139 Handling of database differs in "embedded" , test lowercase_fs_off fails 2006-09-19 12:40:31 +02:00
lowercase_table-master.opt
lowercase_table.test
lowercase_table2.test
lowercase_table3-master.opt
lowercase_table3.test Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
lowercase_table_grant-master.opt
lowercase_table_grant.test
lowercase_table_qcache-master.opt
lowercase_table_qcache.test
lowercase_view-master.opt
lowercase_view.test
merge.test After merge fix. 2006-09-29 01:36:17 +05:00
metadata.test
mix2_myisam.test This changeset belongs to 2006-08-16 19:29:49 +02:00
multi_statement-master.opt
multi_statement.test
multi_update-master.opt
multi_update.test Updated row result, and fix for Windows build. 2006-08-14 03:26:53 -07:00
myisam-blob-master.opt
myisam-blob.test
myisam-system.test
myisam.test Merge chilla.local:/home/mydev/mysql-5.0-bug8283 2006-10-09 22:24:55 +02:00
mysql.test Merge shellback.(none):/home/msvensson/mysql/mysql-5.0-maint 2006-10-12 17:37:59 +02:00
mysql_client_test-master.opt
mysql_client_test.test Update mysqltest to latest version 2006-10-03 15:33:44 +02:00
mysql_delimiter.sql
mysql_delimiter_source.sql
mysql_protocols.test Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
mysqlbinlog-master.opt
mysqlbinlog.test Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new-rpl 2006-09-11 13:34:44 +02:00
mysqlbinlog2.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
mysqlbinlog_base64.test
mysqlcheck.test Manual merge 5.0->5.1. Post-merge fixes. 2006-08-14 13:27:11 +04:00
mysqldump-max.test Fix spelling errors in test files 2006-10-24 17:54:45 +02:00
mysqldump.test Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/bug19745/my50-bug19745 2006-10-18 18:48:02 -04:00
mysqlshow.test Bug #19147: mysqlshow INFORMATION_SCHEMA does not work 2006-07-21 20:29:25 -07:00
mysqlslap.test
mysqltest.test Add command "exit" to mysqltest, it will stop processing any more 2006-10-19 13:34:09 +02:00
ndb_alter_table.test Remove files that tests leave behind 2006-07-15 12:01:46 -04:00
ndb_alter_table2.test
ndb_alter_table3.test Bug #20843 tests fails randomly with assertion in completeClusterFailed 2006-07-08 03:26:13 +02:00
ndb_autodiscover.test
ndb_autodiscover2-master.opt
ndb_autodiscover2.test
ndb_autodiscover3.test Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new 2006-08-10 13:47:20 +02:00
ndb_basic.test Merge bodhi.local:/opt/local/work/tmp_merge 2006-08-12 21:06:51 +04:00
ndb_binlog_basic.test
ndb_binlog_basic2.test
ndb_binlog_ddl_multi.test Bug#18976 CRBR: multiple binlog, second binlog may miss schema log events:Change test back to verify again 2006-09-20 16:46:54 +02:00
ndb_binlog_discover.test ndb - 2006-08-22 11:55:25 +02:00
ndb_binlog_ignore_db-master.opt
ndb_binlog_ignore_db.test
ndb_binlog_multi.test BUG#20677: Sporadic failure of test case 'ndb_binlog_multi'. 2006-06-25 08:59:44 +02:00
ndb_bitfield.test
ndb_blob.test
ndb_blob_partition.test Bug #20077 Cluster to only support partition by key, needs to error on others 2006-07-04 18:29:21 +02:00
ndb_cache.test
ndb_cache2.test
ndb_cache_multi.test
ndb_cache_multi2.test
ndb_charset.test
ndb_condition_pushdown.test Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0 2006-09-06 11:55:16 +02:00
ndb_config.test Fixed host name comparison (still Bug #17582) 2006-09-13 23:19:18 +02:00
ndb_config2.test
ndb_database.test
ndb_dd_alter.test ndb_multi.test: 2006-09-14 12:32:49 +02:00
ndb_dd_backuprestore.test Bug #20820 auto inc table not handled correctly when restored from cluster backup 2006-07-06 20:04:48 +02:00
ndb_dd_basic.test Merge orca.ndb.mysql.com:/export/home/space/pekka/ndb/version/my51-ndb 2006-09-11 08:45:22 +02:00
ndb_dd_ddl.test ndb - bug#20053 2006-06-26 15:08:09 +02:00
ndb_dd_disk2memory.test Updated test case due to pb test failure on sol10-sparc-a' -max 2006-09-06 19:42:01 +02:00
ndb_dd_dump.test Had issues with older clone where I could not pull latest patches. So I pulled a fresh clone. Moved updated test cases over and restested. Therefore I have to do a new commit for these files. 2006-08-30 15:28:51 +02:00
ndb_dd_sql_features.test Updated test case due to pb test failure on sol10-sparc-a' -max 2006-09-06 19:42:01 +02:00
ndb_gis.test
ndb_grant.later
ndb_index.test
ndb_index_ordered.test
ndb_index_unique.test
ndb_insert.test
ndb_limit.test
ndb_load.test
ndb_loaddatalocal.test Bug #19493 NDB does not ignore duplicate keys when using LOAD DATA LOCAL 2006-06-14 20:16:32 +02:00
ndb_lock.test Merge mysql.com:/windows/Linux_space/MySQL/mysql-4.1 2006-08-15 13:37:39 +02:00
ndb_minmax.test
ndb_multi.test Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.1 2006-09-18 13:11:03 +02:00
ndb_multi_row.test
ndb_partition_error.test Bug #20077 Cluster to only support partition by key, needs to error on others 2006-07-04 18:29:21 +02:00
ndb_partition_key.test BUG#20340: NODEGROUP in information_schema.partitions integer => 2006-07-18 09:33:40 -04:00
ndb_partition_list.test Bug #20077 Cluster to only support partition by key, needs to error on others 2006-07-04 18:29:21 +02:00
ndb_partition_range.test Bug #20077 Cluster to only support partition by key, needs to error on others 2006-07-04 18:29:21 +02:00
ndb_read_multi_range.test Fix for bug #21059 Server crashes on join query with large dataset with NDB tables: added more tests 2006-08-09 14:32:56 +02:00
ndb_rename.test
ndb_replace.test Fix for bug#18437 "Wrong values inserted with a before update trigger on 2006-07-02 01:51:10 +04:00
ndb_restore.test removed alter table partition error test since it cannot be made predictable... name will change of created file 2006-07-07 00:18:01 +02:00
ndb_restore_compat.test
ndb_restore_partition-master.opt Bug #18595 repeated create, insert, drop can cause MySQL table definition cache to corrupt 2006-06-14 12:21:18 +02:00
ndb_restore_partition.test Bug #18595 repeated create, insert, drop can cause MySQL table definition cache to corrupt 2006-06-14 12:21:18 +02:00
ndb_subquery.test
ndb_temporary.test
ndb_transaction.test
ndb_trigger.test Fix for bug#18437 "Wrong values inserted with a before update trigger on 2006-07-02 01:51:10 +04:00
ndb_truncate.test
ndb_types.test
ndb_update.test Per discussion with pekka removed non-deterministic test case for bug#21381. 2006-10-06 14:47:58 +05:00
ndb_view.test
ndbapi.test Removed absolute path 2006-09-01 16:14:59 +02:00
negation_elimination.test
not_embedded_server-master.opt Improve restart logic all code to detect restart is now in the functions 2006-10-11 14:50:19 +02:00
not_embedded_server.test BUG#21650 not_embedded_server fails --with-ndbcluster 2006-08-15 19:10:10 +08:00
not_partition.test Bug#18888 Trying to overwrite sql/lex_hash.h during build 2006-10-26 19:11:09 +02:00
null.test
null_key.test
odbc.test BUG#14553: NULL in WHERE resets LAST_INSERT_ID 2006-07-10 16:27:03 +03:00
olap.test Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-4.1-opt 2006-10-19 15:04:12 +02:00
openssl_1.test Bug#20411: "GRANT ... REQUIRE ISSUER nnn AND SUBJECT mmm" fails to require both 2006-08-22 14:29:48 +02:00
order_by.test Bug #21302: Result not properly sorted when using an ORDER BY on a second table in a join 2006-08-15 15:48:49 +03:00
order_fill_sortbuf-master.opt
order_fill_sortbuf.test
outfile.test
overflow.test
packet.test
partition-master.opt Need to set symbolic-links=1 for valgrind builds for the partition test 2006-09-08 05:57:37 -04:00
partition.test Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2006-10-17 11:23:07 -04:00
partition_02myisam.test
partition_03ndb.test
partition_charset.test
partition_error.test Merge dator5.(none):/home/pappa/clean-mysql-5.1-kt 2006-09-28 06:16:16 -04:00
partition_grant.test Fix a test suite failure. 2006-08-14 19:05:35 +04:00
partition_hash.test BUG#18198: Partition function handling 2006-09-30 17:38:15 -04:00
partition_innodb.test Rearranged test cases, move InnoDB test cases to partition_innodb 2006-09-08 03:18:05 -04:00
partition_list.test BUG20733: Bug in partition pruning with zerofill field 2006-07-20 05:28:16 -04:00
partition_mgm.test make partition_mgm test deterministic wrt results of ls 2006-09-07 04:18:17 +02:00
partition_mgm_err.test
partition_mgm_err2.test Removed Windows from tests since bug#19107 is known to hang test 2006-09-01 02:12:30 -04:00
partition_order.test BUG#20389: Crash when using index scan in reverse order 2006-07-15 03:38:34 -04:00
partition_pruning.test Merge dator5.(none):/home/pappa/clean-mysql-5.1 2006-08-02 07:01:38 -04:00
partition_range.test BUG#18198: Partition function handling 2006-10-02 15:52:29 -04:00
perror.test Change error code to test for "unknown error" with to 10000 2006-08-01 11:29:10 +02:00
preload.test
ps-master.opt Bug #19764: SHOW commands end up in the slow log as table scans 2006-10-12 17:10:34 -06:00
ps.test Merge siva.hindu.god:/usr/home/tim/m/bk/b19764/50 2006-10-16 20:15:14 -06:00
ps_1general.test Merge neptunus.(none):/home/msvensson/mysql/same_tools/my50-same_tools 2006-10-04 16:35:40 +02:00
ps_2myisam.test
ps_3innodb.test
ps_4heap.test
ps_5merge.test
ps_7ndb.test
ps_10nestset.test
ps_11bugs.test Bug#19356: Assert on undefined @uservar in prepared statement execute 2006-10-04 11:19:23 -04:00
ps_grant.test Merge neptunus.(none):/home/msvensson/mysql/same_tools/my50-same_tools 2006-10-04 16:35:40 +02:00
query_cache.test Update tests and result files after running with new mysqltest that better detects problems with test files 2006-10-04 13:09:37 +02:00
query_cache_merge.test
query_cache_notembedded.test
range.test Merge mysql.com:/usr/home/ram/work/bug20732/my50-bug20732 2006-10-23 10:32:39 +05:00
read_many_rows_innodb.test This changeset belongs to 2006-08-16 19:29:49 +02:00
read_only.test
rename.test Bug#14959: ALTER TABLE isn't able to rename a view 2006-10-13 21:59:52 +04:00
renamedb.test
repair.test Merge mysql.com:/home/svoj/devel/mysql/engines/mysql-5.0-engines 2006-10-19 19:59:57 +05:00
replace.test Fixed bug#19789: REPLACE was allowed for a VIEW with CHECK OPTION enabled. 2006-06-07 16:17:56 +04:00
rollback.test
round.test Bug#6147: Traditional: Assigning a string to a numeric column has unexpected results 2006-07-20 13:41:12 +05:00
row.test Fixed bug #16081: row equalities were not taken into 2006-09-01 04:23:04 -07:00
rowid_order_innodb.test This changeset belongs to 2006-08-16 14:58:49 +02:00
rpl000010-slave.opt
rpl000010.test
rpl000011.test
rpl000013.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
rpl000017-slave.opt
rpl000017-slave.sh
rpl000017.test
rpl000018-master.opt
rpl000018-slave.opt
rpl_000015-slave.sh
rpl_000015.slave-mi
rpl_000015.test
rpl_alter.test
rpl_alter_db.test
rpl_auto_increment-master.opt
rpl_auto_increment-slave.opt
rpl_auto_increment.test Fix for BUG#20524 "auto_increment_* not observed when inserting 2006-07-06 14:37:09 +02:00
rpl_auto_increment_11932.test
rpl_bit.test
rpl_bit_npk.test
rpl_change_master.test Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
rpl_commit_after_flush.test
rpl_create_database-master.opt
rpl_create_database-slave.opt
rpl_create_database.test
rpl_ddl.test
rpl_deadlock_innodb-slave.opt
rpl_deadlock_innodb.test
rpl_delete_no_where.test
rpl_do_grant.test
rpl_drop.test
rpl_drop_db.test Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
rpl_drop_temp-slave.opt
rpl_drop_temp.test
rpl_dual_pos_advance-master.opt Optimize restarts by using --force-restart option 2006-10-13 11:53:19 +02:00
rpl_dual_pos_advance.test
rpl_EE_err.test
rpl_empty_master_crash-master.opt rpl_empty_master_crash need a master restart so that all log files are deleted 2006-10-13 20:22:56 +02:00
rpl_empty_master_crash.test
rpl_err_ignoredtable-slave.opt
rpl_err_ignoredtable.test
rpl_failed_optimize-master.opt
rpl_failed_optimize.test
rpl_flushlog_loop-master.opt
rpl_flushlog_loop-master.sh
rpl_flushlog_loop-slave.opt
rpl_flushlog_loop-slave.sh
rpl_flushlog_loop.test
rpl_foreign_key_innodb-slave.opt
rpl_foreign_key_innodb.test
rpl_free_items-slave.opt
rpl_free_items.test
rpl_get_lock.test
rpl_ignore_grant-slave.opt
rpl_ignore_grant.test
rpl_ignore_revoke-slave.opt
rpl_ignore_revoke.test
rpl_ignore_table-slave.opt
rpl_ignore_table.test
rpl_ignore_table_update-slave.opt
rpl_ignore_table_update.test
rpl_init_slave-slave.opt
rpl_init_slave.test
rpl_innodb.test
rpl_insert.test If mysqlslap schema does not exists, it should be an error, so no need for IF EXISTS 2006-09-21 13:04:33 +02:00
rpl_insert_id-slave.opt
rpl_insert_id.test Fix for the patch for bug#21726: Incorrect result with multiple 2006-10-03 13:38:16 +04:00
rpl_insert_id_pk-slave.opt
rpl_insert_id_pk.test
rpl_insert_ignore-slave.opt
rpl_insert_ignore.test
rpl_insert_select.test
rpl_LD_INFILE.test
rpl_load_from_master-slave.opt
rpl_load_from_master.test
rpl_load_table_from_master.test
rpl_loaddata.test Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
rpl_loaddata2.test
rpl_loaddata_m-master.opt
rpl_loaddata_m.test
rpl_loaddata_s-slave.opt
rpl_loaddata_s.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
rpl_loaddatalocal.test Use same --slave-load-tmpdir in all versions(backport from 5.0) 2006-10-05 18:29:59 +02:00
rpl_loadfile.test
rpl_log_pos.test
rpl_many_optimize.test
rpl_master_pos_wait.test
rpl_misc_functions-slave.sh
rpl_misc_functions.test
rpl_mixed_ddl_dml.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
rpl_multi_delete-slave.opt
rpl_multi_delete.test
rpl_multi_delete2-slave.opt
rpl_multi_delete2.test
rpl_multi_engine-slave.opt
rpl_multi_engine.test
rpl_multi_update.test
rpl_multi_update2-slave.opt
rpl_multi_update2.test
rpl_multi_update3.test
rpl_multi_update4-slave.opt
rpl_multi_update4.test
rpl_ndb_2innodb-master.opt Re-apply missing changeset, orignally pushed by jmiller 2006-06-06 14:34:42 +03:00
rpl_ndb_2innodb-slave.opt Re-apply missing changeset, orignally pushed by jmiller 2006-06-06 14:34:42 +03:00
rpl_ndb_2innodb.test
rpl_ndb_2myisam-master.opt Re-apply missing changeset, orignally pushed by jmiller 2006-06-06 14:34:42 +03:00
rpl_ndb_2myisam-slave.opt Re-apply missing changeset, orignally pushed by jmiller 2006-06-06 14:34:42 +03:00
rpl_ndb_2myisam.test
rpl_ndb_auto_inc.test Test "rpl_ndb_auto_inc" need ndb - add "include/have_ndb.inc" 2006-10-24 18:21:23 +02:00
rpl_ndb_bank.test Remove files that tests leave behind 2006-07-15 12:01:46 -04:00
rpl_ndb_basic.test ndb - revert timeout changes, as a test depends on it, it mysterious ways 2006-08-21 07:53:27 +02:00
rpl_ndb_blob.test
rpl_ndb_blob2.test
rpl_ndb_charset.test
rpl_ndb_commit_afterflush.test
rpl_ndb_dd_advance.test Remove files that tests leave behind 2006-07-15 12:01:46 -04:00
rpl_ndb_dd_basic.test
rpl_ndb_dd_partitions.test rpl_ndb_dd_partitions.test, rpl_ndb_dd_partitions.result: 2006-06-27 18:44:25 +02:00
rpl_ndb_ddl.test
rpl_ndb_delete_nowhere.test
rpl_ndb_func003.test ndb - 2006-08-22 09:48:15 +02:00
rpl_ndb_idempotent.test ndb - 2006-08-22 09:48:15 +02:00
rpl_ndb_innodb2ndb-master.opt Re-apply missing changeset, orignally pushed by jmiller 2006-06-06 14:34:42 +03:00
rpl_ndb_innodb2ndb-slave.opt Re-apply missing changeset, orignally pushed by jmiller 2006-06-06 14:34:42 +03:00
rpl_ndb_innodb2ndb.test
rpl_ndb_innodb_trans-slave.opt Fix for BUG#11151 "LOAD DATA INFILE commits transaction in 5.0". 2006-09-05 16:52:05 +02:00
rpl_ndb_innodb_trans.test Fix for BUG#11151 "LOAD DATA INFILE commits transaction in 5.0". 2006-09-05 16:52:05 +02:00
rpl_ndb_insert_ignore.test
rpl_ndb_load.test
rpl_ndb_log-master.opt
rpl_ndb_log.test
rpl_ndb_multi.test
rpl_ndb_multi_update2-slave.opt
rpl_ndb_multi_update2.test
rpl_ndb_multi_update3.test
rpl_ndb_myisam2ndb-master.opt
rpl_ndb_myisam2ndb-slave.opt Re-apply missing changeset, orignally pushed by jmiller 2006-06-06 14:34:42 +03:00
rpl_ndb_myisam2ndb.test
rpl_ndb_relayrotate-slave.opt
rpl_ndb_relayrotate.test
rpl_ndb_row_001.test
rpl_ndb_sp003.test
rpl_ndb_sp006.test
rpl_ndb_sync.test Bug #20820 auto inc table not handled correctly when restored from cluster backup 2006-07-06 20:04:48 +02:00
rpl_ndb_trig004.test
rpl_ndb_UUID.test
rpl_ndbapi_multi.test Removed absolute path 2006-09-01 16:14:59 +02:00
rpl_openssl.test Merge mysql.com:/users/lthalmann/bk/mysql-5.0-rpl 2006-06-28 15:27:25 +02:00
rpl_optimize.test
rpl_ps.test
rpl_rbr_to_sbr.test Bug#22067 rpl_rbr_to_sbr and some other fail if NDB is default storage 2006-09-15 17:25:13 +03:00
rpl_redirect.test
rpl_relay_space_innodb-master.opt
rpl_relay_space_innodb-slave.opt
rpl_relay_space_innodb.test
rpl_relay_space_myisam.test
rpl_relayrotate-slave.opt
rpl_relayrotate.test
rpl_relayspace-slave.opt
rpl_relayspace.test
rpl_replicate_do-slave.opt
rpl_replicate_do.test Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
rpl_replicate_ignore_db-slave.opt
rpl_replicate_ignore_db.test
rpl_rewrt_db-slave.opt
rpl_rewrt_db.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
rpl_rotate_logs-master.opt
rpl_rotate_logs-slave.sh
rpl_rotate_logs.slave-mi
rpl_rotate_logs.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
rpl_row_001.test
rpl_row_4_bytes-master.opt
rpl_row_4_bytes.test
rpl_row_basic_2myisam.test BUG#22550 (Replication of BIT column failing): 2006-10-02 13:38:06 +02:00
rpl_row_basic_3innodb-slave.opt
rpl_row_basic_3innodb.test BUG#22550 (Replication of BIT column failing): 2006-10-02 13:38:06 +02:00
rpl_row_basic_7ndb.test BUG#22550 (Replication of BIT column failing): 2006-10-02 13:38:06 +02:00
rpl_row_basic_8partition.test Bug#22067 rpl_rbr_to_sbr and some other fail if NDB is default storage 2006-09-15 17:25:13 +03:00
rpl_row_basic_11bugs-master.opt
rpl_row_basic_11bugs.test BUG#22550 (Replication of BIT column failing): 2006-10-02 13:38:06 +02:00
rpl_row_blob_innodb-slave.opt
rpl_row_blob_innodb.test
rpl_row_blob_myisam.test
rpl_row_charset.test
rpl_row_create_table.test Merge dl145k.mysql.com:/data0/mkindahl/bkroot/mysql-5.1-new-rpl 2006-07-11 12:17:19 +02:00
rpl_row_delayed_ins.test
rpl_row_drop.test
rpl_row_err_daisychain-master.opt
rpl_row_err_daisychain-slave.opt
rpl_row_flsh_tbls.test
rpl_row_func001.test
rpl_row_func002.test
rpl_row_func003-slave.opt
rpl_row_func003.test
rpl_row_inexist_tbl-slave.opt
rpl_row_inexist_tbl.test
rpl_row_log-master.opt
rpl_row_log-slave.opt
rpl_row_log.test
rpl_row_log_innodb-master.opt
rpl_row_log_innodb-slave.opt
rpl_row_log_innodb.test
rpl_row_max_relay_size.test After merge fixes 2006-09-21 14:19:17 +02:00
rpl_row_mysqlbinlog-master.opt
rpl_row_mysqlbinlog.test
rpl_row_mystery22.test
rpl_row_NOW.test
rpl_row_reset_slave.test
rpl_row_sp001.test
rpl_row_sp002_innodb-master.opt
rpl_row_sp002_innodb-slave.opt
rpl_row_sp002_innodb.test
rpl_row_sp003-master.opt
rpl_row_sp003-slave.opt
rpl_row_sp003.test
rpl_row_sp005.test
rpl_row_sp006_InnoDB-slave.opt
rpl_row_sp006_InnoDB.test
rpl_row_sp007_innodb-slave.opt
rpl_row_sp007_innodb.test
rpl_row_sp008.test
rpl_row_sp009.test
rpl_row_sp010.test
rpl_row_sp011.test
rpl_row_sp012.test
rpl_row_stop_middle.test Use "--source" command instead of "source", makes mysql-test-run.pl dtecte this as test case that need binlog format row. 2006-08-03 19:35:00 +02:00
rpl_row_stop_middle_update-master.opt
rpl_row_stop_middle_update-slave.opt
rpl_row_stop_middle_update.test
rpl_row_tabledefs_2myisam.test
rpl_row_tabledefs_3innodb.test
rpl_row_trig001.test
rpl_row_trig002.test
rpl_row_trig003.test
rpl_row_trig004.test
rpl_row_until.test
rpl_row_USER.test
rpl_row_UUID.test
rpl_row_view01.test
rpl_server_id1.test
rpl_server_id2-slave.opt
rpl_server_id2.test
rpl_session_var.test
rpl_set_charset.test
rpl_skip_error-slave.opt
rpl_skip_error.test
rpl_slave_status.test Merge shellback.(none):/home/msvensson/mysql/mysql-5.0-maint 2006-10-08 15:59:06 +02:00
rpl_sp-master.opt
rpl_sp-slave.opt
rpl_sp.test Merge bodhi.local:/opt/local/work/tmp_merge 2006-08-12 21:06:51 +04:00
rpl_sp004.test
rpl_sp_effects-master.opt
rpl_sp_effects-slave.opt
rpl_sp_effects.test
rpl_sporadic_master-master.opt
rpl_sporadic_master.test
rpl_start_stop_slave.test
rpl_stm_000001-slave.opt
rpl_stm_000001.test
rpl_stm_charset.test
rpl_stm_EE_err2.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
rpl_stm_flsh_tbls.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
rpl_stm_log-master.opt Merge siva.hindu.god:/usr/home/tim/m/bk/50 2006-10-20 13:53:39 -06:00
rpl_stm_log-slave.opt
rpl_stm_log.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
rpl_stm_max_relay_size.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
rpl_stm_multi_query.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
rpl_stm_mystery22.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
rpl_stm_no_op.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
rpl_stm_reset_slave.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
rpl_stm_until.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
rpl_switch_stm_row_mixed.test Bug#22067 rpl_rbr_to_sbr and some other fail if NDB is default storage 2006-09-15 17:25:13 +03:00
rpl_temp_table.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
rpl_temporary.test BUG#19188 incorrect temporary table name of DROP query in replication 2006-07-09 00:29:33 +03:00
rpl_timezone-master.opt
rpl_timezone-slave.opt
rpl_timezone.test
rpl_trigger.test Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint 2006-10-24 17:55:39 +02:00
rpl_trunc_temp.test Update mysqltest to latest version 2006-10-03 15:33:44 +02:00
rpl_truncate_2myisam.test Bug#22067 rpl_rbr_to_sbr and some other fail if NDB is default storage 2006-09-15 17:25:13 +03:00
rpl_truncate_3innodb.test Bug#22067 rpl_rbr_to_sbr and some other fail if NDB is default storage 2006-09-15 17:25:13 +03:00
rpl_truncate_7ndb.test Update result file 2006-10-05 00:36:03 +02:00
rpl_truncate_7ndb_2-master.opt Fixed failure with rpl_truncate_7ndb.test when using statement based replication. 2006-06-22 22:44:21 +03:00
rpl_truncate_7ndb_2.test Fixed failure with rpl_truncate_7ndb.test when using statement based replication. 2006-06-22 22:44:21 +03:00
rpl_user_variables.test
rpl_variables-master.opt
rpl_variables.test
rpl_view-slave.opt
rpl_view.test Fix of result files from merge 2006-09-21 00:59:48 +02:00
schema.test
select.test Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-opt 2006-10-19 16:43:46 +02:00
select_found.test
select_safe.test
show_check-master.opt Bug #19764: SHOW commands end up in the slow log as table scans 2006-10-12 17:10:34 -06:00
show_check.test Merge siva.hindu.god:/usr/home/tim/m/bk/b19764/50 2006-10-16 18:42:22 -06:00
skip_grants-master.opt
skip_grants.test
skip_name_resolve-master.opt
skip_name_resolve.test
sp-big.test
sp-code.test Bug#19207: Final parenthesis omitted for CREATE INDEX in Stored Procedure 2006-07-07 21:24:54 +04:00
sp-destruct.test
sp-dynamic.test
sp-error.test Merge neptunus.(none):/home/msvensson/mysql/same_tools/my50-same_tools 2006-10-04 16:35:40 +02:00
sp-prelocking.test Fix for bug#19634 "Re-execution of multi-delete which involve trigger/stored 2006-06-21 01:50:20 +04:00
sp-security.test Manual merge 5.0->5.1. Post-merge fixes. 2006-08-14 13:27:11 +04:00
sp-threads.test
sp-vars.test Bug#17226: Variable set in cursor on first iteration is assigned 2006-06-30 18:14:22 +04:00
sp.test Merge neptunus.(none):/home/msvensson/mysql/bug22436/my50-bug22436 2006-10-19 01:01:54 +02:00
sp_notembedded.test Update tests and result files after running with new mysqltest that better detects problems with test files 2006-10-04 13:09:37 +02:00
sp_trans.test
sql_mode.test Merge mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge 2006-06-21 14:14:37 +02:00
ssl.test
ssl_compress.test
ssl_des-master.opt Change the ssl related variables to loose so they work also when the server is compiled without ssl 2006-10-19 00:53:01 +02:00
ssl_des.test Bug#21868 Server crashes if encrypted certificate key provided 2006-09-25 16:44:15 +02:00
status.test WL#3247,#3248: Adding [GLOBAL|SESSION]_STATUS and [GLOBAL|SESSION]_VARIABLES 2006-09-14 03:37:40 +04:00
strict.test After merge fix 2006-10-03 16:00:09 +05:00
strict_autoinc_1myisam.test Bug#20573 2006-08-30 13:20:39 -07:00
strict_autoinc_2innodb.test Bug#20573 2006-08-30 13:20:39 -07:00
strict_autoinc_3heap.test Bug#20573 2006-08-30 13:20:39 -07:00
strict_autoinc_5ndb.test Bug#20573 2006-08-30 13:20:39 -07:00
subselect.test Merge siva.hindu.god:/usr/home/tim/m/bk/g51 2006-10-23 23:41:07 -06:00
subselect2.test * Bug #20792: Incorrect results from aggregate subquery 2006-07-26 19:19:30 +03:00
subselect_gis.test
subselect_innodb.test
subselect_notembedded.test
sum_distinct-big.test
sum_distinct.test
symlink.test
synchronization.test
sysdate_is_now-master.opt
sysdate_is_now.test
system_mysql_db.test
system_mysql_db_fix-master.opt
system_mysql_db_fix.test Merge shellback.(none):/home/msvensson/mysql/mysql-5.0-maint 2006-10-08 15:59:06 +02:00
system_mysql_db_refs.test
tablelock.test
temp_table-master.opt
temp_table.test Merge mockturtle.local:/home/dlenev/src/mysql-5.0-rt-merge 2006-09-29 19:39:15 +04:00
timezone-master.opt
timezone.test
timezone2.test
timezone3-master.opt
timezone3.test
timezone_grant.test
trigger-compat.test
trigger-grant.test Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new-rpl 2006-06-16 01:15:19 +02:00
trigger-trans.test
trigger.test Merge mockturtle.local:/home/dlenev/src/mysql-5.0-bg20670-2 2006-09-29 18:26:30 +04:00
truncate.test
type_binary.test
type_bit.test Fix for bug #22271: data casting may affect data stored in the next column(s?) 2006-09-28 17:00:29 +05:00
type_bit_innodb.test
type_blob.test Update mysqltest to latest version 2006-10-03 15:33:44 +02:00
type_date.test type_date.test, type_date.result: 2006-09-14 18:45:23 +04:00
type_datetime.test Merge moonbone.local:/work/tmp_merge-5.0-mysql 2006-08-29 18:58:50 +04:00
type_decimal.test Bug#22138: Unhandled NULL caused server crash 2006-10-11 19:44:12 +04:00
type_enum.test Bug#20922 mysql removes a name of first column in a table 2006-09-11 14:50:46 +05:00
type_float.test Merge polly.local:/tmp/22129/bug22129/my41-bug22129 2006-09-22 19:40:07 +04:00
type_nchar.test
type_newdecimal-big.test
type_newdecimal.test Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint 2006-10-24 17:55:39 +02:00
type_ranges.test
type_set.test
type_time.test
type_timestamp.test Merge bk-internal.mysql.com:/data0/bk/tmp_reg 2006-08-17 17:19:41 +02:00
type_uint.test
type_varchar.test A fix for Bug#14897 "ResultSet.getString("table.column") sometimes 2006-08-30 00:38:58 +04:00
type_year.test
udf.test Merge moonlight.intranet:/home/tomash/src/mysql_ab/tmp_merge 2006-08-09 13:37:20 +04:00
union-master.opt
union.test Added more tests of field conversions. 2006-09-26 17:20:14 +03:00
unsafe_binlog_innodb-master.opt This changeset belongs to 2006-08-16 14:58:49 +02:00
unsafe_binlog_innodb.test This changeset belongs to 2006-08-16 14:58:49 +02:00
update.test
upgrade.test
user_limits.test
user_var-binlog.test Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
user_var.test Bug #19024- SHOW COUNT(*) WARNINGS not return Errors 2006-10-04 10:49:39 -04:00
varbinary.test
variables.test Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new-rpl 2006-09-15 01:46:47 +02:00
view.test Merge siva.hindu.god:/usr/home/tim/m/bk/g51 2006-10-23 23:41:07 -06:00
view_grant.test Update tests and result files after running with new mysqltest that better detects problems with test files 2006-10-04 13:09:37 +02:00
view_query_cache.test
wait_for_process.sh Fix of test suite in scope of fixing BUG#18023: IM: instance 2006-06-19 14:13:34 +04:00
wait_timeout-master.opt
wait_timeout.test Add missing semicolon 2006-10-05 12:41:26 +02:00
warnings-master.opt Merge patch for bug #15195 from 5.0 -> 5.0-release (for 5.0.24) 2006-07-21 09:53:12 +02:00
warnings.test Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug20778/my50-bug20778 2006-09-29 11:14:28 -04:00
windows.test BUG#22924 - windows test fails with wrong errno 2006-10-03 16:50:15 +05:00
xa.test
xml.test Bug#20854 XML functions: wrong result in ExtractValue 2006-09-14 11:47:19 +05:00