mariadb/mysql-test/t
unknown 86b715a79f BUG#25897: Some queries are no longer possible after a CREATE VIEW
fails

The bug was introduced with the push of the fix for bug#20953: after
the error on view creation we never reset the error state, so some
valid statements would give the same error after that.

The solution is to properly reset the error state.


mysql-test/r/view.result:
  Add result for bug#25897: Some queries are no longer possible after
  a CREATE VIEW fails.
mysql-test/t/view.test:
  Add test case for bug#25897: Some queries are no longer possible after
  a CREATE VIEW fails.
sql/sql_lex.cc:
  Add st_parsing_options::reset() method, call it from lex_start().
sql/sql_lex.h:
  Add st_parsing_options::reset() method, call it from constructor.
2007-02-04 16:49:24 +03:00
..
alias.test
alter_table-big.test Fix for bug #25044 "ALTER TABLE ... ENABLE KEYS acquires global 'opening 2007-01-19 23:15:59 +03:00
alter_table.test Manual merge 2007-01-18 18:37:52 -07:00
analyse.test
analyze.test
ansi.test
archive.test Wait for INSERT DELAYED to finish i.e sleep in while loop until 2006-12-11 16:43:21 +01:00
archive_gis.test
auto_increment.test
backup-master.sh
backup.test A fix for the broken 4.1-runtime tree. 2007-01-16 21:23:52 +03:00
bdb-alter-table-1.test
bdb-alter-table-2-master.opt
bdb-alter-table-2.test
bdb-crash.test
bdb-deadlock.test WL#3475 (Threads for the embedded server in mysqltest) 2006-10-23 15:02:51 +05:00
bdb-deadlock.tminus
bdb.test several fixes to make tests pass in embedded-server mode 2006-11-13 20:06:45 +04:00
bdb_cache-master.opt
bdb_cache.test
bdb_gis.test
bench_count_distinct.test
bigint.test Bug#19955: unsigned bigint used as signed with MOD function 2006-11-15 12:23:07 -05:00
binary.test
binlog-master.opt
binlog.test
blackhole.test
bool.test
bulk_replace.test
case.test
cast.test
check.test
client_xml.test
comments.test
compare.test
compress.test
connect.test
consistent_snapshot.test
constraints.test
count_distinct.test
count_distinct2-master.opt
count_distinct2.test
count_distinct3.test
create.test Remove compiler warnings 2006-11-20 22:42:06 +02:00
create_not_windows.test
create_select_tmp.test
csv.test Remove compiler warnings 2006-11-20 22:42:06 +02:00
ctype_big5.test
ctype_collate.test Remove compiler warnings 2006-11-20 22:42:06 +02:00
ctype_cp932.test
ctype_cp932_binlog.test
ctype_cp932_notembedded.test
ctype_cp1250_ch.test Remove compiler warnings 2006-11-20 22:42:06 +02:00
ctype_cp1251.test
ctype_create.test
ctype_eucjpms.test
ctype_euckr.test
ctype_gb2312.test
ctype_gbk.test
ctype_hebrew.test Fix for the bug #24037 "Lossy Hebrew to Unicode conversion". 2006-12-22 15:30:37 +03:00
ctype_latin1.test
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
ctype_sjis.test
ctype_tis620.test
ctype_uca.test
ctype_ucs.test Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-11-20 22:46:52 +02:00
ctype_ucs2_def-master.opt
ctype_ucs2_def.test
ctype_ucs_binlog.test
ctype_ujis.test
ctype_utf8.test Merge mysql.com:/usr/home/bar/mysql-4.1.b22646 2006-11-20 15:06:33 +04:00
date_formats-master.opt
date_formats.test Merge mysql.com:/usr/home/ram/work/bug22029/my41-bug22029 2006-11-22 09:19:51 +04:00
default.test Bug#20691: DATETIME col (NOT NULL, NO DEFAULT) may insert garbage when \ 2006-11-09 18:33:58 -05:00
delayed.test several fixes to make tests pass in embedded-server mode 2006-11-13 20:06:45 +04:00
delete.test Fix for bug #23412: delete rows with null date field 2006-10-27 18:08:50 +05:00
derived.test
dirty_close.test
disabled.def Disabling back im_daemon_life_cycle.test, which was temporarily enabled in 2007-01-24 22:11:27 +03:00
distinct.test Bug #15881: cast problems 2007-01-05 14:02:50 +02:00
drop.test
drop_temp_table.test
empty_table.test
endspace.test
errors.test
exampledb.test
execution_constants.test several fixes to make tests pass in embedded-server mode 2006-11-13 20:06:45 +04:00
explain.test
federated.test federated.test: 2006-11-29 13:56:59 -05:00
federated_archive.test
federated_bug_13118.test
fix_priv_tables.test Bug#20589 Missing some table level privileges after upgrade 2006-11-29 12:04:29 +01:00
flush.test Merge mysql.com:/home/hf/work/mysql-4.1-mrg 2006-11-16 23:16:44 +04:00
flush2-master.opt Bug#17733 Flushing logs causes daily server crash 2006-12-01 09:49:19 +01:00
flush2.test Bug#17733 Flushing logs causes daily server crash 2006-12-01 09:49:19 +01:00
flush_block_commit.test Merge mysql.com:/home/hf/work/mysql-4.1-mrg 2006-11-16 23:16:44 +04:00
flush_block_commit_notembedded.test several fixes to make tests pass in embedded-server mode 2006-11-13 20:06:45 +04:00
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
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_des_encrypt.test
func_encrypt-master.opt
func_encrypt.test
func_encrypt_nossl.test
func_equal.test
func_gconcat.test func_group.test, func_group.result, func_gconcat.result, func_gconcat.test: 2006-11-30 18:47:59 +02:00
func_group.test In func_group.test, round the results of std() for some calls, because Windows' sqrt() function appears to return fewer "significant" digits than the Unix implementations. 2006-12-26 12:42:54 -07:00
func_if.test
func_in.test Merge polly.local:/tmp/maint/bug24261/my50-bug24261 2006-12-08 22:38:03 +03:00
func_isnull.test
func_like.test
func_math.test
func_misc.test
func_op.test
func_regexp.test
func_sapdb.test Remove compiler warnings 2006-11-20 22:42:06 +02:00
func_set.test
func_str.test Bug #24947: REPEAT function returns NULL when passed a field as the count parameter 2006-12-19 15:54:12 -07:00
func_system.test
func_test.test Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug23411/my41-bug23411 2006-11-06 17:45:47 -05:00
func_time.test Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maint 2006-11-29 13:41:03 +04:00
func_timestamp.test
gcc296.test
gis-rtree.test Bug #23578: Corruption prevents Optimize table from working properly with a 2006-12-19 15:04:26 +02:00
gis.test merging fix 2006-12-07 15:22:43 +04:00
grant.test Remove compiler warnings 2006-11-20 22:42:06 +02:00
grant2.test
grant3-master.opt
grant3.test
grant_cache.test remove hard-coded socket paths from some tests 2006-12-19 15:10:15 +01:00
greedy_optimizer.test Remove compiler warnings 2006-11-20 22:42:06 +02:00
group_by.test
group_min_max.test Merge dl145s.mysql.com:/data0/bk/team_tree_merge/mysql-5.0 2006-11-29 11:25:22 +01:00
handler.test
having.test
heap.test
heap_auto_increment.test
heap_btree.test
heap_hash.test
help.test
im_daemon_life_cycle-im.opt
im_daemon_life_cycle.imtest Fix for BUG##24415: Instance manager test im_daemon_life_cycle 2006-11-23 22:55:36 +03:00
im_life_cycle-im.opt
im_life_cycle.imtest Fix for BUG##24415: Instance manager test im_daemon_life_cycle 2006-11-23 22:55:36 +03:00
im_options_set.imtest
im_options_unset.imtest
im_utils-im.opt
im_utils.imtest Fix for BUG##24415: Instance manager test im_daemon_life_cycle 2006-11-23 22:55:36 +03:00
index_merge.test
index_merge_bdb.test
index_merge_innodb.test
index_merge_innodb2.test
index_merge_ror.test BUG#25048 - ERROR 126 : Incorrect key file for table '.XXXX.MYI'; try to 2006-12-26 17:47:30 +04:00
index_merge_ror_cpk.test
information_schema.test Merge kpdesk.mysql.com:/home/thek/dev/bug22043/my50-bug22043 2006-12-01 18:00:45 +01:00
information_schema_chmod.test Bug #23125 [patch] trigger test fails when run as root 2006-12-22 00:38:34 +01:00
information_schema_db.test several fixes to make tests pass in embedded-server mode 2006-11-13 20:06:45 +04:00
information_schema_inno.test
init_connect-master.opt
init_connect.test Cleanup after test cases 2006-11-15 10:23:27 +01:00
init_file-master.opt
init_file.test
innodb-big.test
innodb-deadlock.test WL#3475 (Threads for the embedded server in mysqltest) 2006-10-23 15:02:51 +05:00
innodb-lock.test WL#3475 (Threads for the embedded server in mysqltest) 2006-10-23 15:02:51 +05:00
innodb-master.opt
innodb-replace.test
innodb.test Merge bk@192.168.21.1:mysql-5.0-opt 2006-12-08 15:22:46 +04:00
innodb_cache-master.opt
innodb_cache.test
innodb_gis.test
innodb_handler.test
innodb_mysql-master.opt Added innodb_rollback_on_timeout option to restore the 4.1 2006-12-19 16:57:51 -07:00
innodb_mysql.test Added innodb_rollback_on_timeout option to restore the 4.1 2006-12-19 16:57:51 -07:00
innodb_notembedded.test
innodb_timeout_rollback-master.opt Added innodb_rollback_on_timeout option to restore the 4.1 2006-12-19 16:57:51 -07:00
innodb_timeout_rollback.test Added innodb_rollback_on_timeout option to restore the 4.1 2006-12-19 16:57:51 -07:00
innodb_unsafe_binlog-master.opt
innodb_unsafe_binlog.test
insert.test several fixes to make tests pass in embedded-server mode 2006-11-13 20:06:45 +04:00
insert_notembedded.test several fixes to make tests pass in embedded-server mode 2006-11-13 20:06:45 +04:00
insert_select-binlog.test
insert_select.test several fixes to make tests pass in embedded-server mode 2006-11-13 20:06:45 +04:00
insert_update.test
join.test BUG#25106: A USING clause in combination with a VIEW results in column 2007-01-11 19:10:01 +02:00
join_crash.test
join_nested.test Fixed bug #24345. 2007-01-03 12:16:03 -08:00
join_outer.test
key.test
key_cache-master.opt
key_cache.test Cleanup after test cases 2006-11-15 10:23:27 +01:00
key_diff.test
key_primary.test
keywords.test
kill.test Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint 2006-12-08 17:09:43 +01:00
kill_n_check.sh Fix for BUG##24415: Instance manager test im_daemon_life_cycle 2006-11-23 22:55:36 +03:00
limit.test Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 2006-11-28 20:59:57 +01:00
loaddata.test
loaddata_autocom_innodb.test
loaddata_autocom_ndb.test
lock.test
lock_multi.test lock_multi disabled 2006-12-26 20:22:16 +04:00
lock_tables_lost_commit-master.opt
lock_tables_lost_commit.test
log.sh Use standard shell instead of BASH. 2006-12-04 14:05:27 +03:00
lowercase_fs_off.test Update test cases after run with --check-testcases 2006-11-14 19:45:52 +01:00
lowercase_table-master.opt
lowercase_table.test Bug#20404: SHOW CREATE TABLE fails with Turkish I 2006-10-30 14:40:15 +04:00
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
metadata.test Bug #20191: getTableName gives wrong or inconsistent result when using VIEWs 2006-11-09 16:55:42 +02:00
mix_innodb_myisam_binlog-master.opt
mix_innodb_myisam_binlog.test Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/50 2007-01-18 10:06:36 -07:00
multi_statement-master.opt
multi_statement.test
multi_update-master.opt
multi_update.test
myisam-blob-master.opt
myisam-blob.test
myisam.test Merge mysql.com:/home/svoj/devel/bk/mysql-5.0 2007-01-25 01:26:57 +04:00
mysql.test Replace the --exec in a while loop that causes 3400 executions of cygwin/bash on 2007-01-17 13:43:03 +01:00
mysql_client_test.opt
mysql_client_test.test
mysql_delimiter.sql Bug#19799 delimiter command not working correctly when sourcing a sql file 2006-11-22 01:27:06 -05:00
mysql_delimiter_19799.sql Bug#19799 delimiter command not working correctly when sourcing a sql file 2006-11-21 21:10:02 -05:00
mysql_delimiter_source.sql
mysql_protocols.test Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
mysql_upgrade.test mysql_upgrade disabled in embedded server 2007-01-03 03:33:26 +04:00
mysqladmin.test Merge pilot.mysql.com:/home/msvensson/mysql/mysql-4.1 2007-01-17 11:13:03 +01:00
mysqlbinlog-master.opt
mysqlbinlog.test After merge fix for bug N22645 2006-12-14 16:31:23 +04:00
mysqlbinlog2.test
mysqlcheck.test
mysqldump-max.test Fix spelling errors in test files 2006-10-24 17:54:45 +02:00
mysqldump.test Merge mysql.com:/home/bkroot/mysql-5.0-rpl 2006-12-08 23:33:39 +01:00
mysqlshow.test
mysqltest.test Bug #23125 [patch] trigger test fails when run as root 2006-12-22 00:38:34 +01:00
ndb_alter_table.test
ndb_alter_table2.test
ndb_autodiscover.test
ndb_autodiscover2-master.opt
ndb_autodiscover2.test
ndb_autodiscover3.test
ndb_basic.test bug#25746 ndb: 4209 error with 2 VARCHAR primary keys 2007-01-23 00:34:00 +07:00
ndb_bitfield.test
ndb_blob.test
ndb_cache.test
ndb_cache2.test
ndb_cache_multi.test
ndb_cache_multi2.test
ndb_charset.test
ndb_condition_pushdown.test
ndb_config.test
ndb_database.test
ndb_gis.test
ndb_grant.later
ndb_index.test
ndb_index_ordered.test bug#24820 CREATE INDEX ....USING HASH on NDB table creates ordered index, not HASH index: Changed test since error mesage wasn't predictable 2007-01-08 13:53:37 +01:00
ndb_index_unique.test Merge mysql.com:/windows/Linux_space/MySQL/mysql-4.1 2006-12-07 15:51:16 +01:00
ndb_insert.test
ndb_limit.test
ndb_load.test
ndb_loaddatalocal.test
ndb_lock.test Fix for bug#20390 "SELECT FOR UPDATE does not release locks 2007-01-15 12:32:38 +03:00
ndb_minmax.test
ndb_multi.test ndb - ndb_multi spurious failure 2006-10-31 16:09:31 +01:00
ndb_read_multi_range.test bug#19956 Problems with VARCHAR primary key and BLOB fields:added test case 2006-12-15 09:03:21 +01:00
ndb_rename.test
ndb_replace.test
ndb_restore.test
ndb_subquery.test
ndb_transaction.test
ndb_trigger.test
ndb_truncate.test
ndb_types.test Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/41 2007-01-18 13:26:48 -07:00
ndb_update.test #18487 UPDATE IGNORE not supported for unique constraint violation of non-primary key: call peek_index_rows 2006-11-30 15:02:33 +01:00
negation_elimination.test
not_embedded_server-master.opt
not_embedded_server.test
null.test Remove compiler warnings 2006-11-20 22:42:06 +02:00
null_key.test
odbc.test
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
order_by.test Merge olga.mysql.com:/home/igor/mysql-4.1-opt 2007-01-10 08:55:55 -08:00
order_fill_sortbuf-master.opt
order_fill_sortbuf.test
outfile.test
overflow.test
packet.test
perror.test
preload.test
ps-master.opt
ps.test Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-24 19:33:06 +03:00
ps_1general.test
ps_2myisam.test
ps_3innodb.test
ps_4heap.test
ps_5merge.test
ps_6bdb.test
ps_7ndb.test
ps_10nestset.test
ps_11bugs.test
ps_grant.test
query_cache.test Merge bk@192.168.21.1:mysql-5.0-opt 2006-11-17 10:30:16 +04:00
query_cache_merge.test
query_cache_notembedded.test Merge kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build-work 2006-12-19 15:31:10 +01:00
raid.test
range.test Merge mysql.com:/usr/home/ram/work/bug22533/my41-bug22533 2007-01-18 09:39:47 +04:00
read_only.test Fix for bug #22077 "DROP TEMPORARY TABLE fails with wrong error if read_only is set" 2006-11-20 17:35:23 +03:00
rename.test Merge mysql.com:/home/hf/work/mysql-4.1-mrg 2006-11-16 23:16:44 +04:00
repair.test Merge mysql.com:/home/svoj/devel/mysql/engines/mysql-4.1-engines 2006-10-19 18:04:34 +05:00
replace.test
rollback.test
round.test
row.test
rowid_order_bdb.test
rowid_order_innodb.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 Merge kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build-work 2006-12-19 15:31:10 +01:00
rpl000017-slave.opt
rpl000017-slave.sh
rpl000017.test Merge kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build-work 2006-12-19 15:31:10 +01:00
rpl000018-master.opt
rpl000018-slave.opt
rpl_alter.test
rpl_auto_increment-master.opt
rpl_auto_increment.test
rpl_auto_increment_11932.test
rpl_change_master.test Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
rpl_charset.test
rpl_charset_sjis.test Bug#23619 Incorrectly escaped multibyte characters in binary log break replication 2006-11-09 14:27:34 +04: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-slave.opt
rpl_deadlock.test Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 2006-11-28 20:59:57 +01:00
rpl_delete_all.test
rpl_do_grant.test Bug#24158 SET PASSWORD in binary log fails under ANSI_QUOTES 2006-11-30 11:08:23 +04:00
rpl_drop.test
rpl_drop_db.test Cleanup after test cases 2006-11-15 10:23:27 +01:00
rpl_drop_temp-slave.opt
rpl_drop_temp.test
rpl_dual_pos_advance-master.opt
rpl_dual_pos_advance.test
rpl_EE_error.test
rpl_empty_master_crash-master.opt
rpl_empty_master_crash.test
rpl_error_ignored_table-slave.opt
rpl_error_ignored_table.test Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
rpl_failed_optimize-master.opt
rpl_failed_optimize.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_ignore_grant-slave.opt
rpl_ignore_grant.test
rpl_ignore_revoke-slave.opt
rpl_ignore_revoke.test Cleanup after test cases 2006-11-15 10:23:27 +01:00
rpl_ignore_table-slave.opt Bug#22877 replication character sets get out of 2006-11-01 12:30:01 +04:00
rpl_ignore_table.test Bug#22877 replication character sets get out of 2006-11-01 12:30:01 +04:00
rpl_init_slave-slave.opt
rpl_init_slave.test Cleanup after test cases 2006-11-15 10:23:27 +01:00
rpl_innodb.test
rpl_insert_id-slave.opt
rpl_insert_id.test
rpl_insert_ignore-slave.opt
rpl_insert_ignore.test
rpl_insert_select.test
rpl_loaddata.test Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
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_locale.test Bug#22645 LC_TIME_NAMES: Statement not replicated 2006-12-07 09:31:53 +04:00
rpl_log-master.opt Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
rpl_log-slave.opt
rpl_log.test Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
rpl_log_pos.test
rpl_many_optimize.test
rpl_master_pos_wait.test
rpl_max_relay_size.test Cleanup after test cases 2006-11-15 10:23:27 +01:00
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_query.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_mystery22.test
rpl_ndb_innodb_trans-slave.opt
rpl_ndb_innodb_trans.test
rpl_openssl.test Cset exclude: msvensson@neptunus.(none)|ChangeSet|20061215122345|24188 2006-12-22 10:20:20 +01:00
rpl_optimize.test
rpl_packet-master.opt
rpl_packet-slave.opt
rpl_packet.test bug#19402 SQL close to the size of the max_allowed_packet fails on the slave 2006-11-15 12:53:07 +02:00
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 Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
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 Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-11 09:43:44 -05: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
rpl_slave_status.test
rpl_sp-master.opt
rpl_sp-slave.opt
rpl_sp.test Fix for BUG#19725 "Calls to SF in other database are not replicated 2007-01-08 22:01:06 +01:00
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_temporary.test
rpl_timezone-master.opt
rpl_timezone-slave.opt
rpl_timezone.test Cleanup after test cases 2006-11-15 10:23:27 +01:00
rpl_trigger.test Bug#23703 (DROP TRIGGER needs an IF EXISTS) 2006-11-13 15:40:22 -07:00
rpl_trunc_temp.test
rpl_until.test
rpl_user_variables.test
rpl_variables-master.opt
rpl_variables.test Cleanup after test cases 2006-11-15 10:23:27 +01:00
rpl_view-slave.opt
rpl_view.test
schema.test
select.test Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maint 2007-01-19 08:56:03 +04:00
select_found.test
select_safe.test
show_check-master.opt
show_check.test Merge mysql.com:/home/hf/work/mysql-4.1-mrg 2006-11-16 23:16:44 +04:00
skip_grants-master.opt
skip_grants.test
skip_name_resolve-master.opt
skip_name_resolve.test
sp-big.test
sp-code.test Bug#19194 (Right recursion in parser for CASE causes excessive stack usage, 2006-11-17 12:14:29 -07:00
sp-destruct.test
sp-dynamic.test
sp-error.test Proposed fix for bug#24491 "using alias from source table in insert ... 2007-01-23 15:03:48 +03:00
sp-prelocking.test Remove compiler warnings 2006-11-20 22:42:06 +02:00
sp-security.test
sp-threads.test
sp-vars.test Bug#20028 (Function with select return no data) 2006-10-19 11:39:51 -07:00
sp.test Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/50 2007-01-18 10:06:36 -07:00
sp_notembedded.test
sp_stress_case.test minor cleanup 2006-12-11 18:52:24 -07:00
sp_trans.test
sql_mode.test
ssl.test
ssl_compress.test
ssl_des-master.opt
ssl_des.test
status.test Merge mysql.com:/home/hf/work/mysql-4.1-mrg 2006-11-16 23:16:44 +04:00
strict.test Remove compiler warnings 2006-11-20 22:42:06 +02:00
strict_autoinc_1myisam.test
strict_autoinc_2innodb.test
strict_autoinc_3heap.test
strict_autoinc_4bdb.test
strict_autoinc_5ndb.test
subselect.test Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.0-runtime 2007-01-30 10:16:46 -07:00
subselect2.test
subselect3.test BUG#8804: wrong results for NULL IN (SELECT ...) 2006-10-31 20:51:09 +03:00
subselect_gis.test
subselect_innodb.test
subselect_notembedded.test
sum_distinct-big.test
sum_distinct.test
symlink.test Use $MYSQLTESTVARDIR 2007-01-19 12:03:03 +01:00
synchronization.test
sysdate_is_now-master.opt
sysdate_is_now.test
system_mysql_db.test
system_mysql_db_fix30020-master.opt Rename system_mysql_db_fix.test to system_mysql_db_fix30020 as it tests 2006-11-21 15:31:11 +01:00
system_mysql_db_fix30020.test Rename system_mysql_db_fix.test to system_mysql_db_fix30020 as it tests 2006-11-21 15:31:11 +01:00
system_mysql_db_fix40123-master.opt Rename system_mysql_db_fix.test to system_mysql_db_fix30020 as it tests 2006-11-21 15:31:11 +01:00
system_mysql_db_fix40123.test Rename system_mysql_db_fix.test to system_mysql_db_fix30020 as it tests 2006-11-21 15:31:11 +01:00
system_mysql_db_refs.test
tablelock.test
temp_table-master.opt
temp_table.test
timezone-master.opt
timezone.test Fix Bug #9191 "TIMESTAMP/from_unixtime() no longer accepts 2^31-1" 2006-11-01 16:47:40 +03:00
timezone2.test Merge mysql.com:/home/cps/mysql/trees/4.1-runtime-bug9191 2006-11-01 17:35:35 +03:00
timezone3-master.opt
timezone3.test
timezone4-master.opt Fix Bug #9191 "TIMESTAMP/from_unixtime() no longer accepts 2^31-1" 2006-11-01 16:47:40 +03:00
timezone4.test Fix Bug #9191 "TIMESTAMP/from_unixtime() no longer accepts 2^31-1" 2006-11-01 16:47:40 +03:00
timezone_grant.test
trigger-compat.test
trigger-grant.test
trigger-trans.test
trigger.test Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-11 09:43:44 -05:00
truncate.test
type_binary.test Bug#14171: Wrong internal default value for a BINARY field. 2007-01-09 22:35:30 +03:00
type_bit.test Increased heap max length to > 4G for 64 bit machines 2006-11-28 00:47:21 +02:00
type_bit_innodb.test
type_blob.test
type_date.test
type_datetime.test bug #19491 (CAST do DATETIME wrong result) 2006-10-25 20:14:39 +05:00
type_decimal.test
type_enum.test
type_float.test
type_nchar.test
type_newdecimal-big.test
type_newdecimal.test Merge bk-internal:/home/bk/mysql-5.0 2006-11-27 16:25:52 +01:00
type_ranges.test
type_set.test
type_time.test
type_timestamp.test
type_uint.test
type_varchar.test item_func.cc: 2006-12-04 14:26:05 +02:00
type_year.test
udf.test Bug #15439: UDF name case handling forces DELETE FROM mysql.func to remove 2006-12-15 11:38:30 +02:00
union-master.opt
union.test
update.test
user_limits.test
user_var-binlog.test
user_var.test Fixed bug#16861: User defined variable can have a wrong value if a tmp table was 2007-01-09 23:24:56 +03:00
utils.sh Fix for BUG##24415: Instance manager test im_daemon_life_cycle 2006-11-23 22:55:36 +03:00
varbinary.test Bug #23125 [patch] trigger test fails when run as root 2006-12-22 00:38:34 +01:00
variables.test Merge mysql.com:/usr/home/bar/mysql-4.1.b22645 2006-12-05 14:08:19 +04:00
view.test BUG#25897: Some queries are no longer possible after a CREATE VIEW 2007-02-04 16:49:24 +03:00
view_grant.test Merge moonlight.home:/home/tomash/src/mysql_ab/mysql-5.0 2007-01-18 13:06:10 +03:00
view_query_cache.test
wait_for_process.sh Fix for BUG##24415: Instance manager test im_daemon_life_cycle 2006-11-23 22:55:36 +03:00
wait_for_socket.sh Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-11-29 02:44:12 +03:00
wait_timeout-master.opt
wait_timeout.test
warnings-master.opt
warnings.test
windows.test Bug#17498 failed to put data file in custom directory use "data directory" option 2006-12-07 17:01:00 +01:00
xa.test