mariadb/mysql-test/t
unknown 4f15a043e2 Fix for bugs#12472/#15137 'CREATE TABLE ... SELECT ... which explicitly
or implicitly uses stored function gives "Table not locked" error'

CREATE TABLE ... SELECT ... statement which was explicitly or implicitly
(through view) using stored function gave "Table not locked" error.

The actual bug resides in the current locking scheme of CREATE TABLE SELECT
code, which first opens and locks tables of the SELECT statement itself,
and then, having SELECT tables locked, creates the .FRM, opens the .FRM and
acquires lock on it. This scheme opens a possibility for a deadlock, which
was present and ignored since version 3.23 or earlier. This scheme also
conflicts with the invariant of the prelocking algorithm -- no table can
be open and locked while there are tables locked in prelocked mode.

The patch makes an exception for this invariant when doing CREATE TABLE ...
SELECT, thus extending the possibility of a deadlock to the prelocked mode.
We can't supply a better fix in 5.0.


mysql-test/r/sp.result:
  Added tests for bugs#12472/#15137 'CREATE TABLE ... SELECT ... which
  explicitly or implicitly uses stored function gives "Table not locked" error'
mysql-test/t/sp.test:
  Added tests for bugs#12472/#15137 'CREATE TABLE ... SELECT ... which
  explicitly or implicitly uses stored function gives "Table not locked" error'
sql/mysql_priv.h:
  Added flag which can be passed to open_table() routine in order to ignore
  set of locked tables and prelocked mode.
  We don't need declaration of create_table_from_items() any longer as it was
  moved into sql_insert.cc and made static.
sql/sql_base.cc:
  open_table():
    Added flag which allows open table ignoring set of locked tables and
    prelocked mode.
sql/sql_insert.cc:
  Moved create_table_from_items() from sql_table.cc to sql_insert.cc as it was
  not used outside of sql_insert.cc and contains code which is specific for
  CREATE TABLE ... SELECT.
  Also now when we are executing CREATE TABLE ... SELECT ... statement which
  SELECT part requires execution in prelocked mode we ignore set of locked
  tables in order to get access to the table we just have created.
  We probably don't want to do this if we are under real LOCK TABLES since
  it will widen window for deadlock too much.
sql/sql_table.cc:
  Moved create_table_from_items() routine into sql_insert.cc, since it was not
  used anywhere outside of this file and contains logic which is specific for
  CREATE TABLE ... SELECT statement.
2006-05-09 16:39:11 +04:00
..
alias.test WL#2930 Adding view and cursor 'protocols' to mysqltest 2005-10-31 12:25:08 +01:00
alter_table.test A test case for Bug#6073 "ALTER TABLE minor glitch" (can't repeat) 2006-01-17 00:28:00 +03:00
analyse.test Manually merged 2005-10-28 23:17:51 +04:00
analyze.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
ansi.test
archive.test Change in gis test to allow NDB to be able to call generic tests. Fix for Archive so that ALTER TABLE doesn't issue a warning. Also added test case for alter table. 2005-10-26 13:55:08 -07:00
archive_gis.test Add DROP TABLE before trying to create view (in mysqldump) 2005-10-27 22:45:18 +03:00
auto_increment.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
backup-master.sh Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
backup.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
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 Merge mysql.com:/home/jimw/my/mysql-5.0-14212 2006-01-06 08:34:55 -08:00
bdb_cache-master.opt
bdb_cache.test
bdb_gis.test Add DROP TABLE before trying to create view (in mysqldump) 2005-10-27 22:45:18 +03:00
bench_count_distinct.test
bigint.test bug #9088 (bigint WHERE fails) 2006-03-01 15:50:15 +04:00
binary.test Expanding a binary field should result in 0x00-filled positions, not 0x20 2006-03-02 20:49:10 -05:00
binlog-master.opt
binlog.test Fixed new introduced bug in binlog.test with --ps-protocol 2006-02-25 13:24:18 +02:00
blackhole.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
bool.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
bulk_replace.test
case.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
cast.test Merge mysql.com:/usr/home/bar/mysql-4.1.b15098 2006-03-28 17:07:26 +05:00
check.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
client_xml.test Replace win filename s with unix equivalent 2006-02-17 12:07:45 +01:00
comments.test
compare.test
compress.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
connect.test mysql-test/r/connect.result + mysql-test/t/connect.test 2005-11-07 22:30:44 +01:00
consistent_snapshot.test
constraints.test
count_distinct.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
count_distinct2-master.opt
count_distinct2.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
count_distinct3.test Fix for bug #12956: cast make differ rounding. 2005-11-28 14:52:38 +04:00
create.test post-merge fix 2006-03-30 09:13:25 +05:00
create_select_tmp.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
csv.test BUG#13406 - incorrect amount of "records deleted" in CSV. 2005-11-17 22:52:31 +01:00
ctype_big5.test Bug#15375 Unassigned multibyte codes are broken 2005-12-12 21:42:09 +04:00
ctype_collate.test
ctype_cp932.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
ctype_cp932_binlog.test BUG#18293 (Values in stored procedures written to binlog unescaped): 2006-03-21 14:35:49 +01:00
ctype_cp932_notembedded.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
ctype_cp1250_ch.test Bug#13347: empty result from query with like and cp1250 charset 2005-10-25 14:49:04 +05:00
ctype_cp1251.test type_binary.result, type_binary.test: 2005-10-13 19:16:19 +05:00
ctype_create.test
ctype_eucjpms.test Bug#15376: Unassigned multibyte codes are converted to U+0000 2006-03-23 14:03:39 +04:00
ctype_euckr.test Bug#15377 Valid multibyte sequences are truncated on INSERT 2005-12-09 16:37:58 +04:00
ctype_gb2312.test Bug#15377 Valid multibyte sequences are truncated on INSERT 2005-12-09 16:37:58 +04:00
ctype_gbk.test Bug#15375 Unassigned multibyte codes are broken 2005-12-12 21:42:09 +04:00
ctype_latin1.test Merge mysql.com:/usr/home/bar/mysql-4.1.b13145 2005-10-14 13:57:38 +05:00
ctype_latin1_de-master.opt
ctype_latin1_de.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
ctype_latin2.test
ctype_latin2_ch.test Bug#17374: select ... like 'A%' operator fails to find value on columuns with key 2006-03-20 16:28:25 +04:00
ctype_many.test type_binary.result, type_binary.test: 2005-10-13 19:16:19 +05:00
ctype_mb.test
ctype_recoding.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
ctype_sjis.test Bug#13046: LIKE pattern matching using prefix 2005-09-21 23:10:51 +05:00
ctype_tis620.test Bug#13046: LIKE pattern matching using prefix 2005-09-21 23:10:51 +05:00
ctype_uca.test ctype_uca.result, ctype_uca.test: 2005-12-23 14:20:00 +04:00
ctype_ucs.test Merge mysql.com:/M41/bug16730-4.1 into mysql.com:/M50/bug16730-5.0 2006-01-24 18:00:23 +01:00
ctype_ucs2_def-master.opt Bug#18004 Connecting crashes server when default charset is UCS2 2006-03-20 14:43:02 +04:00
ctype_ucs2_def.test Bug#18004 Connecting crashes server when default charset is UCS2 2006-03-20 14:43:02 +04:00
ctype_ucs_binlog.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
ctype_ujis.test Merge mysql.com:/usr/home/bar/mysql-4.1.b15376 2006-03-23 12:41:28 +04:00
ctype_utf8.test Manual merge 2006-03-30 17:14:55 +04:00
date_formats-master.opt
date_formats.test Merge mysql.com:/opt/local/work/mysql-4.1-root 2006-02-02 18:17:18 +03:00
default.test test case fixed to pass w/o innodb 2005-09-25 15:44:05 +02:00
delayed.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
delete.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
derived.test Bug#10586 2005-09-08 18:15:05 +01:00
dirty_close.test
disabled.def Disable udf test 2006-03-27 18:25:35 -08:00
distinct.test bug #15745 (COUNT(DISTINCT CONCAT(x,y)) returns wrong result 2006-03-05 20:48:31 +04:00
drop.test Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 2005-09-01 17:21:03 +02:00
drop_temp_table.test Fixes during review of pushed code 2005-10-27 15:15:01 +03:00
empty_table.test
endspace.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
errors.test Merge mysql.com:/home/timka/mysql/src/5.0-virgin 2005-08-12 19:27:54 +03:00
exampledb.test
explain.test
federated.test Bug#17377 Federated Engine returns wrong Data, always the rows with the highest ID 2006-02-28 11:17:40 +01:00
federated_archive.test Improvement to federated for BUG#12659 2005-09-13 23:31:17 -07:00
federated_bug_13118.test Added testcase for BUG#13118 2005-09-16 16:17:44 -07:00
flush.test Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 2005-09-01 17:21:03 +02:00
flush_block_commit.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
flush_read_lock_kill-master.opt
flush_read_lock_kill.test Fix for bug #15623: Test case rpl000001 and rpl_error_ignored_table failure on MacOSX 2005-12-14 21:42:08 +04:00
flush_table.test Fix bug #11934 Two sequential FLUSH TABLES WITH READ LOCK hangs client 2005-08-03 02:01:27 +04:00
foreign_key.test
fulltext.test Bug#18071 Result from MATCH() uses too many decimals 2006-03-22 14:57:24 +01:00
fulltext2.test BUG#16489 - utf8 + fulltext leads to corrupt index file. 2006-01-23 17:15:33 +04:00
fulltext_cache.test
fulltext_distinct.test
fulltext_left_join.test
fulltext_multi.test
fulltext_order_by.test Merge mysql.com:/home/timka/mysql/src/5.0-virgin 2005-08-12 19:27:54 +03:00
fulltext_update.test
fulltext_var.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
func_compress.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
func_concat.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
func_crypt.test Handle errors returned by system crypt() in ENCRYPT(). (Bug #13619) 2005-10-06 16:15:53 -07:00
func_date_add.test Generate a warning/error when DATE_SUB/ADD() functions calculate a date 2005-08-02 15:28:09 -07:00
func_default.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
func_des_encrypt.test
func_encrypt-master.opt
func_encrypt.test
func_encrypt_nossl.test
func_equal.test Merge mysql.com:/home/jimw/my/mysql-4.1-12612 2005-12-01 12:07:25 -08:00
func_gconcat.test Manual merge 2006-03-30 17:14:55 +04:00
func_group.test bug#14433 - archive uses wrong ref_length 2005-11-16 15:17:08 +01:00
func_if.test Fixed bug#16272: IF function with decimal args can produce wrong result 2006-02-14 16:22:37 +03:00
func_in.test type_binary.result, type_binary.test: 2005-10-13 19:16:19 +05:00
func_isnull.test
func_like.test func_like.result, func_like.test: 2005-09-06 16:16:10 +05:00
func_math.test Fix for bug#16678 FORMAT gives wrong result if client run with default-character-set=utf8 2006-03-06 12:52:38 +04:00
func_misc.test BUG#9535 Warning for "create table t as select uuid();" 2005-12-07 15:45:31 +01:00
func_op.test
func_regexp.test
func_sapdb.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
func_set.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
func_str.test Fix possible corruption of results from SUBSTRING_INDEX(). (Bug #14676) 2005-11-23 16:49:07 -08:00
func_system.test func_system.result, func_system.test: 2005-08-08 19:09:54 +05:00
func_test.test func_str.result, null.result: 2005-08-26 22:25:45 -07:00
func_time.test Fix calculation of TIMESTAMPDIFF() of months and years. (Bug #13534) 2005-10-13 15:32:31 -07:00
func_timestamp.test
gcc296.test
gis-rtree.test Merge deer.(none):/home/hf/work/mysql-4.1.clean 2005-08-27 18:10:46 +05:00
gis.test Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1 2005-10-31 11:54:36 +02:00
grant.test 4.1 -> 5.0 merge 2006-03-06 14:38:31 +04:00
grant2.test Bug#17279 user with no global privs and with create priv in db can create 2006-03-02 11:01:58 +01:00
grant3-master.opt
grant3.test
grant_cache.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
greedy_optimizer.test
group_by.test WL#2930 Adding view and cursor 'protocols' to mysqltest 2005-10-31 12:25:08 +01:00
group_min_max.test Merge mysql.com:/home/timka/mysql/src/5.0-virgin 2006-03-31 12:39:33 +03:00
handler.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
having.test Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-0 2006-02-02 21:23:36 -08:00
heap.test Remove 'delayed' to make the test deterministic (already 2006-02-23 23:41:15 +03:00
heap_auto_increment.test
heap_btree.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
heap_hash.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
help.test
im_daemon_life_cycle-im.opt Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
im_daemon_life_cycle.imtest WL#2789 "Instance Manager: test using mysql-test-run testing framework" 2005-10-01 01:14:50 +04:00
im_life_cycle.imtest fix Bug#12813 "Instance Manager: START/STOP INSTANCE 2006-02-14 03:09:17 +03:00
im_options_set.imtest Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
im_options_unset.imtest Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
im_utils.imtest WL#2789 "Instance Manager: test using mysql-test-run testing framework" 2005-10-01 01:14:50 +04:00
index_merge.test BUG#17314: Can't use index_merge/intersection for MERGE tables 2006-02-11 21:51:43 +03:00
index_merge_bdb.test
index_merge_innodb.test BUG#13484: In ha_innobase::cmp_ref call Field::key_cmp() as this is the function 2005-10-01 11:56:01 +04:00
index_merge_innodb2.test
index_merge_ror.test
index_merge_ror_cpk.test
information_schema.test After merge fix for Bug#12076 --with-extra-charsets has no effect 2006-04-04 15:40:42 +05:00
information_schema_db.test Fix for bug #18113 "SELECT * FROM information_schema.xxx crashes server" 2006-03-20 13:42:02 +04:00
information_schema_inno.test Review of code pushed since last 5.0 pull: 2005-10-06 17:54:43 +03:00
init_connect-master.opt
init_connect.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
init_file-master.opt
init_file.test WL#2930 2005-12-06 21:28:13 +01:00
innodb-big.test
innodb-deadlock.test Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 2005-09-01 17:21:03 +02:00
innodb-lock.test Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 2005-09-01 17:21:03 +02:00
innodb-master.opt
innodb-replace.test
innodb.test Restoring changes erroneously removed by applying 2006-03-30 00:17:35 +04:00
innodb_cache-master.opt
innodb_cache.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
innodb_gis.test Add DROP TABLE before trying to create view (in mysqldump) 2005-10-27 22:45:18 +03:00
innodb_handler.test
innodb_notembedded.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
innodb_unsafe_binlog-master.opt Changes from the innodb-5.0-ss115 snapshot. 2006-01-16 14:32:43 +03:00
innodb_unsafe_binlog.test Changes from the innodb-5.0-ss115 snapshot. 2006-01-16 14:32:43 +03:00
insert.test Use common function 'append_field' to output the value of one field to the result. 2006-02-01 11:36:32 +01:00
insert_select-binlog.test
insert_select.test Merge 4.1 - 5.0 2005-10-28 02:36:19 +03:00
insert_update.test Merge xiphis.org:/usr/home/antony/work2/p2-bug10109.3 2005-08-10 22:17:53 +01:00
join.test Merge mysql.com:/home/timka/mysql/src/5.0-virgin 2006-03-06 11:41:19 +02:00
join_crash.test Implementation of WL#2486 - 2005-08-12 17:57:19 +03:00
join_nested.test Fixed bug #18279: crash in the cases when on conditions are moved 2006-03-29 16:45:29 -08:00
join_outer.test Fixed bug #17164. 2006-03-24 12:44:54 -08:00
key.test After merge fix. 2005-08-29 21:06:45 +02:00
key_cache-master.opt
key_cache.test Bug#10473 - Can't set 'key_buffer_size' system variable to ZERO 2005-08-07 20:39:17 +02:00
key_diff.test
key_primary.test
keywords.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
kill.test after merge 2006-03-06 23:43:47 +01:00
kill_n_check.sh portability fix: sh does not support "==". This resulted in IM tests failing on range of platforms. 2005-10-16 19:30:10 +04:00
limit.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
loaddata.test Reverting yesterday's patch. (cmiller:1.2099) 2006-03-29 10:56:11 -05:00
lock.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
lock_multi.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
lock_tables_lost_commit-master.opt
lock_tables_lost_commit.test
lowercase_table-master.opt
lowercase_table.test Merge mysql.com:/home/jimw/my/mysql-4.1-clean 2005-08-31 19:12:16 -07:00
lowercase_table2.test
lowercase_table3-master.opt
lowercase_table3.test Make lowercase_table3 get skipped on Windows, as intended. (Bug #11568) 2005-08-02 15:58:41 -07: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 postmerge changes 2005-09-02 09:50:17 +03:00
merge.test BUG#5390 - problems with merge tables 2005-12-20 16:35:05 +01:00
metadata.test Fix mysql_info() returning bad data in the results of a multi-statement 2005-08-10 18:32:17 -07:00
mix_innodb_myisam_binlog-master.opt
mix_innodb_myisam_binlog.test Remove hard-coded ../var/.. path in test mix_innodb_myisam_binlog, 2006-02-20 09:34:02 +01:00
multi_statement-master.opt
multi_statement.test Review of code pushed since last 5.0 pull: 2005-10-06 17:54:43 +03:00
multi_update-master.opt
multi_update.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
myisam-blob-master.opt
myisam-blob.test
myisam.test Merge mysql.com:/home/mydev/mysql-4.1-bug14980 2006-03-10 15:06:04 +01:00
mysql.test Bug#16859 involves truncating column data at NUL characters. Instead, the 2006-03-03 16:26:38 -05:00
mysql_client_test.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
mysql_delimiter.sql Fix 'source' command in mysql client to handle delimiter command 2005-08-09 12:17:28 -07:00
mysql_delimiter_source.sql Fix 'source' command in mysql client to handle delimiter command 2005-08-09 12:17:28 -07:00
mysql_protocols.test Dont' run the mysql_protocols on Windows 2006-03-01 15:22:47 +01:00
mysqlbinlog-master.opt
mysqlbinlog.test BUG#16217 fix partly backported from 5.0. It is different in mysqlbinlog part. 2006-02-10 15:12:27 +02:00
mysqlbinlog2.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
mysqlcheck.test Fix for bug#13783 mysqlcheck tries to optimize and analyze information_schema 2005-10-18 14:25:03 +05:00
mysqldump-max.test BUG #7815 2005-09-26 22:43:09 -07:00
mysqldump.test Make the "system" command become executed in a bash shell in cygwin. 2006-03-02 16:28:45 +01:00
mysqlshow.test Review fixes of new pushed code 2006-01-06 00:47:49 +02:00
mysqltest.test mysqltest.test: 2006-03-09 13:17:19 -06:00
ndb_alter_table.test Merge mysql.com:/opt/local/work/mysql-4.1-root 2005-11-25 13:57:13 +03:00
ndb_autodiscover.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
ndb_autodiscover2-master.opt
ndb_autodiscover2.test Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 2005-09-01 17:21:03 +02:00
ndb_basic.test Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1 2006-02-10 17:50:17 +01:00
ndb_bitfield.test bug#16125 - ndb bitfield of exact 32 bits, incorrect assertion (i.e. only noticable in debug compiled) 2006-01-02 14:38:38 +01:00
ndb_blob.test ndb - replace+tinyblob back-patch from 5.0 [ discard on 4.1->5.0 merge ] 2006-02-03 15:23:58 +01:00
ndb_cache.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
ndb_cache2.test
ndb_cache_multi.test
ndb_cache_multi2.test Bug#16795 ndb_cache_multi2 2006-02-27 10:29:55 +01:00
ndb_charset.test ndb - bug#14007 5.0 *** does not automerge into 5.1 *** 2005-11-16 13:26:26 +01:00
ndb_condition_pushdown.test Fix for Bug #15722 Engine_condition_pushdown fails when using blobs(text) 2006-03-28 09:59:20 +02:00
ndb_config.test Escape \ in "exec" 2006-02-20 15:03:16 +01:00
ndb_database.test
ndb_gis.test Add DROP TABLE before trying to create view (in mysqldump) 2005-10-27 22:45:18 +03:00
ndb_grant.later Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
ndb_index.test
ndb_index_ordered.test ndb - fix ha_ndb crash on ordered index on nullable varchar 2005-09-01 14:12:48 +02:00
ndb_index_unique.test ndb - bug#15918 fix 2006-02-07 19:57:31 +01:00
ndb_insert.test Added tests with IGNORE and NULL values 2006-03-28 10:01:23 +02:00
ndb_limit.test
ndb_load.test Change from std_data to std_data_ln 2006-02-14 17:15:24 +01:00
ndb_lock.test
ndb_minmax.test
ndb_multi.test Fix to make ndb_multi.test (Bug #15401 NDB lock problems) more predictable 2005-12-14 16:29:56 +01:00
ndb_read_multi_range.test ndb - bug#17729 bug#18406 2006-03-28 14:38:16 +02:00
ndb_replace.test Fix for Bug#17431 INSERT IGNORE INTO returns failed: 1296: err 4350 'Transaction already aborted' 2006-03-23 09:48:46 +01:00
ndb_restore.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
ndb_subquery.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
ndb_transaction.test
ndb_truncate.test
ndb_types.test type_binary.result, type_binary.test: 2005-10-13 19:16:19 +05:00
ndb_update.test
negation_elimination.test
not_embedded_server-master.opt Force a server restart for the not_embedded_server test to satisfy 2005-10-13 11:10:45 -07:00
not_embedded_server.test
null.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
null_key.test WL#2486 - natural and using join according to SQL:2003 2005-08-23 18:08:04 +03:00
odbc.test
olap.test Manual merge 2005-09-15 22:21:30 +04:00
openssl_1.test Always test ssl and compress 2005-10-12 13:56:07 +02:00
order_by.test WL#2486 - natural and using join according to SQL:2003 2005-08-23 18:08:04 +03:00
order_fill_sortbuf-master.opt
order_fill_sortbuf.test
outfile.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
overflow.test
packet.test Skip two tests that fail on Windows that just reflect limitations of 2005-08-03 17:38:55 -07:00
preload.test
ps.test Post review fixes for BUG#16474: SP crashed MySQL. 2006-03-28 14:16:21 +02:00
ps_1general.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
ps_2myisam.test
ps_3innodb.test
ps_4heap.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
ps_5merge.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
ps_6bdb.test
ps_7ndb.test
ps_10nestset.test
ps_11bugs.test
ps_grant.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
query_cache.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
query_cache_merge.test
query_cache_notembedded.test We should prohobit concurent read of inserting file in SP 2006-03-15 19:15:52 +02:00
raid.test
range.test select.result, mysqldump-max.result: 2005-10-13 21:28:44 +05:00
read_only.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
rename.test
repair.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
replace.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
rollback.test
row.test stop on NULL comparison only if it is allowed (BUG#12509) 2005-08-18 12:07:14 +03:00
rowid_order_bdb.test
rowid_order_innodb.test
rpl000001-slave.opt
rpl000001.test Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my50-mysqltestrun_check_testcases 2006-01-27 10:49:07 +01:00
rpl000002.test
rpl000004.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl000005.test
rpl000006.test
rpl000008-slave.opt
rpl000008.test
rpl000009-slave.opt
rpl000009.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl000010-slave.opt
rpl000010.test
rpl000011.test
rpl000012.test
rpl000013-slave.opt
rpl000013.test
rpl000015-slave.sh Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl000015.slave-mi
rpl000015.test Replace win filename s with unix equivalent 2006-02-17 12:07:45 +01:00
rpl000017-slave.opt
rpl000017-slave.sh Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl000017.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
rpl000018-master.opt
rpl000018-slave.opt
rpl000018.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
rpl_alter.test
rpl_auto_increment-master.opt
rpl_auto_increment.test
rpl_chain_temp_table.test
rpl_change_master.test Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 2005-09-01 17:21:03 +02:00
rpl_charset.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_commit_after_flush.test
rpl_create_database-master.opt
rpl_create_database-slave.opt
rpl_create_database.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
rpl_ddl.test BUG#13343 CREATE|etc TRIGGER|VIEW|USER don't commit the transaction (inconsistency) 2005-10-13 05:12:17 -04:00
rpl_deadlock-slave.opt
rpl_deadlock.test BUG#15624: Use --real_sleep in rpl_deadlock.test to avoid breaking when run with --sleep. 2005-12-13 11:42:10 +01:00
rpl_delete_all.test fixed test after merge 2005-08-19 11:38:14 +03:00
rpl_do_grant.test
rpl_drop.test Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 2005-09-01 17:21:03 +02:00
rpl_drop_db.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_drop_temp-slave.opt
rpl_drop_temp.test Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 2005-09-01 17:21:03 +02:00
rpl_dual_pos_advance-master.opt To force a restart at the end of test, the option file must be non-empty, it's not enough if it exists and is empty. 2005-10-12 22:29:36 +02:00
rpl_dual_pos_advance.test Fix for BUG#13023: "SQL Thread is up but doesn't move forward". Details in slave.cc; 2005-10-12 13:29:55 +02:00
rpl_EE_error.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_empty_master_crash.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
rpl_error_ignored_table-slave.opt
rpl_error_ignored_table.test Fix for bug #15623: Test case rpl000001 and rpl_error_ignored_table failure on MacOSX 2005-12-14 21:42:08 +04:00
rpl_failed_optimize-master.opt
rpl_failed_optimize.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
rpl_failsafe.test
rpl_flush_log_loop-master.opt Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_flush_log_loop-master.sh Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_flush_log_loop-slave.opt Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_flush_log_loop-slave.sh Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_flush_log_loop.test Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 2005-09-01 17:21:03 +02:00
rpl_flush_tables.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
rpl_free_items-slave.opt
rpl_free_items.test
rpl_get_lock.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
rpl_heap.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
rpl_ignore_grant-slave.opt
rpl_ignore_grant.test
rpl_ignore_revoke-slave.opt BUG#9483 test was overworked to account reviews finally to leave only REVOKE check. 2006-01-10 13:44:08 +02:00
rpl_ignore_revoke.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
rpl_ignore_table-slave.opt BUG#16487 importing the test case from 5.0 (the fix is done in BUG#15699) 2006-01-26 12:51:34 +02:00
rpl_ignore_table.test BUG#16487 importing the test case from 5.0 (the fix is done in BUG#15699) 2006-01-26 12:51:34 +02:00
rpl_init_slave-slave.opt
rpl_init_slave.test
rpl_innodb.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_insert_id-slave.opt
rpl_insert_id.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
rpl_insert_ignore-slave.opt
rpl_insert_ignore.test
rpl_insert_select.test The earlier commit for BUG#10456 did not add the test file 2005-08-02 15:15:28 -06:00
rpl_loaddata.test Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my50-mysqltestrun_check_testcases 2006-01-27 10:49:07 +01:00
rpl_loaddata_rule_m-master.opt
rpl_loaddata_rule_m.test Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my50-mysqltestrun_check_testcases 2006-01-27 10:49:07 +01:00
rpl_loaddata_rule_s-slave.opt
rpl_loaddata_rule_s.test Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my50-mysqltestrun_check_testcases 2006-01-27 10:49:07 +01:00
rpl_loaddatalocal.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_log-master.opt
rpl_log-slave.opt
rpl_log.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_log_pos.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
rpl_many_optimize.test
rpl_master_pos_wait.test
rpl_max_relay_size.test Adding comment for force manual merge 5.0 -> wl1012 2005-09-12 22:47:15 +02:00
rpl_misc_functions-slave.sh Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_misc_functions.test Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my50-mysqltestrun_check_testcases 2006-01-27 10:49:07 +01:00
rpl_multi_delete-slave.opt
rpl_multi_delete.test Fixed race conditions in rpl_multi_update and rpl_multi_delete tests which 2005-09-23 16:59:19 +04:00
rpl_multi_delete2-slave.opt fix for BUG#11139 (multi-delete with alias breaking replication if table rules are 2005-09-14 06:31:38 -06:00
rpl_multi_delete2.test fix for BUG#11139 (multi-delete with alias breaking replication if table rules are 2005-09-14 06:31:38 -06:00
rpl_multi_query.test Adding comment for force manual merge 5.0 -> wl1012 2005-09-12 22:47:15 +02:00
rpl_multi_update.test Fixed race conditions in rpl_multi_update and rpl_multi_delete tests which 2005-09-23 16:59:19 +04:00
rpl_multi_update2-slave.opt
rpl_multi_update2.test - set 'updating' in both tables list if we have two of them (because of subquery) (BUG#13236) 2005-10-14 00:02:38 +03:00
rpl_multi_update3.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
rpl_multi_update4-slave.opt BUG#15699 importing the fix from 5.0 2006-01-26 12:49:55 +02:00
rpl_multi_update4.test BUG#15699 importing the fix from 5.0 2006-01-26 12:49:55 +02:00
rpl_mystery22.test
rpl_openssl.test Fix for bug#13605 'rpl_openssl' test hangs 2005-10-06 19:51:08 +05:00
rpl_optimize.test
rpl_ps.test
rpl_redirect.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
rpl_relayrotate-slave.opt
rpl_relayrotate.test Attempt to fix rpl_relayrotate.test for host openbsd, fix suggested by Guilhem 2005-12-09 14:38:35 +01:00
rpl_relayspace-slave.opt
rpl_relayspace.test
rpl_replicate_do-slave.opt
rpl_replicate_do.test Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my50-mysqltestrun_check_testcases 2006-01-27 10:49:07 +01:00
rpl_reset_slave.test Adding comment for force manual merge 5.0 -> wl1012 2005-09-12 22:47:15 +02:00
rpl_rewrite_db-slave.opt
rpl_rewrite_db.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_rotate_logs-master.opt
rpl_rotate_logs-slave.sh Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_rotate_logs.slave-mi
rpl_rotate_logs.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
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 Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
rpl_slave_status.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
rpl_sp-master.opt
rpl_sp-slave.opt Fix for BUG#14769 "Function fails to replicate if fails half-way (slave stops)": 2006-02-18 17:26:30 +01:00
rpl_sp.test Fix for BUG#14769 "Function fails to replicate if fails half-way (slave stops)": 2006-02-18 17:26:30 +01:00
rpl_sp_effects-master.opt Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCEDUREs/FUNCTIONs. 2005-08-25 17:34:34 +04:00
rpl_sp_effects-slave.opt Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCEDUREs/FUNCTIONs. 2005-08-25 17:34:34 +04:00
rpl_sp_effects.test Fix for BUG#12637: Make SPs+user variables replication work: 2005-09-07 19:39:47 +04:00
rpl_sporadic_master-master.opt
rpl_sporadic_master.test
rpl_start_stop_slave.test
rpl_temporary.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
rpl_timezone-master.opt
rpl_timezone-slave.opt
rpl_timezone.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
rpl_trigger.test After-merge fix: fix the test case for BUG#16266 to query 2006-03-08 00:13:27 +03:00
rpl_trunc_temp.test After merge 2006-03-08 10:40:29 +01:00
rpl_until.test rpl_until.test + rpl_until.result Fix (completion) for bug#12429 2005-12-12 18:00:37 +01:00
rpl_user_variables.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
rpl_variables-master.opt
rpl_variables.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
rpl_view.test fixed portability 2005-09-14 23:12:01 +03:00
schema.test Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
select.test Fixed bug #16504. 2006-03-31 21:26:17 -08:00
select_found.test
select_safe.test Fix bug #11864 non unique names are allowed in subquery 2005-08-10 17:45:00 +04:00
show_check.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
skip_grants-master.opt
skip_grants.test Additional fix for BUG#16777: Can not create trigger nor view 2006-03-10 14:40:15 +03:00
skip_name_resolve-master.opt
skip_name_resolve.test skip_name_resolve.result, skip_name_resolve.test: 2005-12-12 16:58:20 +01:00
sp-big.test Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
sp-code.test Post-review fix for BUG#15737 (corrected typo in sp-code.test comment) 2006-01-30 15:04:00 +01:00
sp-destruct.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
sp-dynamic.test Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
sp-error.test Merge mysql.com:/extern/mysql/bk/mysql-5.0-runtime 2006-03-28 15:08:17 +02:00
sp-goto.test
sp-prelocking.test A fix and a test case for Bug#15683 "crash, Function on nested 2006-03-28 15:06:29 +04:00
sp-security.test Fix for BUG#13198: SP executes if definer does not exist. 2006-03-02 16:23:42 +03:00
sp-threads.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
sp-vars.test Fix commit error: sp-vars.test should belong to mysql-test/t directory. 2005-12-07 22:06:30 +03:00
sp.test Fix for bugs#12472/#15137 'CREATE TABLE ... SELECT ... which explicitly 2006-05-09 16:39:11 +04:00
sp.test.orig Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
sp_notembedded.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
sp_trans.test Bug#10656 Stored Procedure - Create index and Truncate table command error 2006-03-09 12:08:23 +01:00
sql_mode.test Fix for BUG#13897 "failure to do SET SQL_MODE=N where N is a number > 31" (the original bug's title isn't the simplest 2006-02-18 17:32:15 +01:00
ssl.test Updated after testing 2005-10-13 11:28:06 +02:00
ssl_compress.test Updated after testing 2005-10-13 11:28:06 +02:00
status.test fix (bug #10303: Misleading Last_query_cost value). 2005-09-06 15:00:35 +05:00
strict.test Added option --valgrind-mysqltest to mysql-test-run 2005-09-14 01:41:44 +03:00
subselect.test Fix for bug #18306: MySQL crashes and restarts using subquery 2006-03-23 18:09:35 +04:00
subselect2.test Populate t1 in order to get more predictable explain results. 2005-10-07 20:14:34 +05:00
subselect_gis.test
subselect_innodb.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
subselect_notembedded.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
sum_distinct-big.test
sum_distinct.test
symlink.test Merge neptunus.(none):/home/msvensson/mysql/mysqltest_var/my50-mysqltest_var 2006-01-24 08:43:34 +01:00
synchronization.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
sysdate_is_now-master.opt BUG#15101 SYSDATE() disregards SET TIMESTAMP. 2006-03-10 16:47:56 +02:00
sysdate_is_now.test BUG#15101 SYSDATE() disregards SET TIMESTAMP. 2006-03-10 16:47:56 +02:00
system_mysql_db.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
system_mysql_db_fix-master.opt
system_mysql_db_fix.test Replace win filename s with unix equivalent 2006-02-17 12:07:45 +01:00
system_mysql_db_refs.test
tablelock.test
temp_table-master.opt Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
temp_table.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
timezone-master.opt
timezone.test
timezone2.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
timezone3-master.opt
timezone3.test
timezone_grant.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
trigger-compat.test Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my50-mysqltestrun_check_testcases 2006-01-27 10:49:07 +01:00
trigger-grant.test Use grep instead of egrep 2006-03-06 21:45:13 +01:00
trigger-trans.test Fix for bug #18153 "ALTER/OPTIMIZE/REPAIR on transactional tables corrupt 2006-03-24 14:58:18 +03:00
trigger.test Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtime 2006-03-29 14:55:04 +04:00
truncate.test
type_binary.test Merge mysql.com:/home/jimw/my/mysql-5.0-14299 2005-12-06 14:16:34 -08:00
type_bit.test Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
type_bit_innodb.test Fix error code in some tests because of merge 2005-08-08 11:42:09 -07:00
type_blob.test Move handling of suffix_length from strnxfrm_bin() to filesort to ensure proper sorting of all kind of binary objects 2005-10-14 00:04:52 +03:00
type_date.test
type_datetime.test Review of new pushed code 2005-08-09 00:13:49 +03:00
type_decimal.test Fix for bug#17826 'type_decimal' fails with ps-protocol 2006-03-03 15:29:39 +04:00
type_enum.test
type_float.test Fix windows results using "replace_result" 2006-03-22 16:47:45 +01:00
type_nchar.test
type_newdecimal-big.test Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
type_newdecimal.test Move the replcae result to before the correct select 2006-03-23 08:21:16 +01:00
type_ranges.test WL#2486 - natural and using join according to SQL:2003 2005-08-23 18:08:04 +03:00
type_set.test
type_time.test Commenting out testcases which cause type_time.test failure. 2006-01-10 17:57:46 +03:00
type_timestamp.test Merge mysql.com:/home/my/mysql-4.1 2005-07-28 17:09:54 +03:00
type_uint.test
type_varchar.test Merge neptunus.(none):/home/msvensson/mysql/mysqltest_var/my50-mysqltest_var 2006-01-24 08:43:34 +01:00
type_year.test
udf.test Update test results for udf 2006-03-10 12:12:08 +01:00
union-master.opt
union.test Merge mysql.com:/usr/home/bar/mysql-4.1.b15949 2006-03-06 16:20:15 +04:00
update.test Merge mysql.com:/opt/local/work/mysql-4.1-root 2006-02-02 18:17:18 +03:00
user_limits.test
user_var-binlog.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
user_var.test Reverting patch for BUG #14009 (use of abs() on null value causes problems with filesort 2005-11-01 15:54:30 +02:00
varbinary.test
variables-master.opt Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
variables.test Fix windows results using "replace_result" 2006-03-22 16:47:45 +01:00
view.test Fixed bug #18386. 2006-03-27 18:28:55 -08:00
view_grant.test Additional fix for BUG#16777: Can not create trigger nor view 2006-03-10 14:40:15 +03:00
view_query_cache.test We should not skip temptable view along with other derived 2005-12-01 12:01:38 +02:00
wait_timeout-master.opt Bug#2845 client fails to reconnect if using TCP/IP 2006-02-16 12:02:38 +01:00
wait_timeout.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
warnings-master.opt
warnings.test Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
windows.test Fix handling of filenames that start the same as reserved filenames 2005-08-31 18:32:15 -07:00
xa.test Bug#12935 Local and XA transactions not mutually exclusive 2005-10-05 19:58:16 +02:00