mariadb/mysql-test/r
Dmitry Shulga 8bb8385f02 Fixed bug#12546938 (formerly known as 61005) - CREATE IF NOT EXIST EVENT
will create multiple running events.

A CREATE IF NOT EXIST on an event that existed and was enabled caused
multiple instances of the event to run. Disabling the event didn't  help.
If the event was  dropped, the event stopped running, but when created
again, multiple instances of the event were still running. The only way
to get out of this situation was  to restart the server.

The problem was that Event_db_repository::create_event() didn't return
enough information to discriminate between situation when event didn't
exist and was created and when event did exist and was not created
(but a warning was emitted). As result in the latter case event
was added to in-memory queue of events second time. And this led to
unwarranted multiple executions of the same event.

The solution is to add out-parameter to Event_db_repository::create_event()
method which will signal that event was not created because it already
exists and so it should not be added to the in-memory queue.
2011-05-27 16:23:08 +07:00
..
1st.result
alias.result
almost_full.result Bug #42408 Faulty regex for detecting [Warning] and [ERROR] in mysqld error log 2009-08-25 15:56:50 +02:00
alter_table-big.result Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
alter_table.result Bug #31145: ALTER TABLE DROP COLUMN, ADD COLUMN crashes (linux) or 2009-12-18 14:00:30 +02:00
analyse.result Bug#11756242 48137: PROCEDURE ANALYSE() LEAKS MEMORY WHEN RETURNING NULL 2011-04-14 12:11:57 +04:00
analyze.result
ansi.result
archive-big.result
archive.result BUG#11764339 - valgrind errors, random data when returning 2011-03-03 11:43:07 +03:00
archive_bitfield.result
archive_gis.result Merge into dev tree. 2009-02-10 16:27:35 +03:00
auto_increment.result Bug #50619 assert in handler::update_auto_increment 2011-01-04 14:36:37 +01:00
backup.result Bug#47974 'TYPE=storage_engine' is deprecated and will be 2010-02-09 11:30:50 +01:00
bench_count_distinct.result
big_test.require
bigint.result Bug #45360: wrong results 2010-02-25 23:13:11 +04:00
binary.result
binlog_tx_isolation.result
bool.result
bootstrap.result
bug39022.result A 5.1-only version of fix for bug #46947 "Embedded SELECT 2010-05-28 00:07:40 +04:00
bug46080.result fixed various pb2 test failures on windows. 2010-02-02 14:17:21 +02:00
bug46261.result Bug#46261 Plugins can be installed with --skip-grant-tables 2010-04-22 15:52:00 +02:00
bug46760.result Bug#46760: Fast ALTER TABLE no longer works for InnoDB 2009-09-18 16:01:18 +03:00
bug47671.result Fix for BUG#47671 - wrong character-set after upgrade from 5.1.34 to 5.1.39 2009-11-25 12:25:49 +05:30
bulk_replace.result
cache_innodb.result Post-merge fix for Bug#36326 2009-01-31 15:55:06 -02:00
case.result
case_insensitive_file_system.require
case_insensitive_fs.require Bug#41049 does syntax "grant" case insensitive? 2009-10-27 12:09:19 +04:00
case_sensitive_file_system.require
cast.result fixed a missing warning 2011-04-07 14:44:26 +03:00
change_user.result Assorted post-merge fixes, clean-up, integration, compat with 5.6. 2010-11-25 03:11:05 +00:00
check.result 2. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-02-05 21:47:23 +01:00
check_var_limit.require
client_xml.result Bug#13618 : mysqldump --xml omits comment on table field 2011-01-14 19:50:34 +05:30
comments.result
commit_1innodb.result BUG#59338 Inconsistency in binlog for statements that don't change any rows STATEMENT SBR 2011-01-28 12:09:15 +00:00
compare.result Bug#40277: SHOW CREATE VIEW returns invalid SQL 2010-03-09 07:36:26 -03:00
compress.result
concurrent_innodb_safelog.result Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
concurrent_innodb_unsafelog.result Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
connect.result Bug #49752: 2469.126.2 unintentionally breaks authentication against 2010-11-11 07:34:14 +00:00
consistent_snapshot.result Bug#44664: valgrind warning for COMMIT_AND_CHAIN and ROLLBACK_AND_CHAIN 2009-05-11 20:54:00 -03:00
constraints.result
contributors.result
count_distinct.result Bug#47371 reference by same column name 2009-12-22 13:52:23 +04:00
count_distinct2.result
count_distinct3.result Bug#26887 - main.count_distinct3 fails randomly 2009-04-16 13:47:44 -04:00
crash_commit_before.result
create-big.result Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
create.result BUG#47418 RBR fails, failure with mixup of base/temporary/view 2010-01-16 15:44:24 +08:00
create_not_windows.result
create_select_tmp.result
csv.result merge 45482 2010-03-09 16:09:32 +01:00
csv_alter_table.result
csv_not_null.result 2011-01-25 12:14:28 +05:30
ctype_ascii.result
ctype_big5.result
ctype_collate.result 5.0-bugteam->5.1-bugteam merge 2009-03-19 13:26:12 +04:00
ctype_cp932_binlog_row.result Merge BUG#43263 from 5.0-bugteam to 5.1-bugteam 2009-05-31 13:44:41 +08:00
ctype_cp932_binlog_stm.result mtr: cleaned up some superfluos global warning suppressions 2011-03-30 14:33:53 +02:00
ctype_cp1250_ch.result Bug#48053 String::c_ptr has a race and/or does an invalid 2011-02-17 12:43:53 +01:00
ctype_cp1251.result Bug#48053 String::c_ptr has a race and/or does an invalid 2011-02-17 12:43:53 +01:00
ctype_create.result
ctype_eucjpms.result Bug#48053 String::c_ptr has a race and/or does an invalid 2011-02-17 12:43:53 +01:00
ctype_euckr.result Backporting "WL#3332 Korean Enhancements" and 2009-07-24 11:27:23 +05:00
ctype_filename.result
ctype_filesystem.result
ctype_gb2312.result
ctype_gbk.result
ctype_gbk_binlog.result Bug#46010 main.ctype_gbk_binlog fails sporadically : Table 't2' already exists 2009-09-07 13:42:54 +08:00
ctype_hebrew.result
ctype_latin1.result Bug#58022 ... like ... escape export_set ( ... ) crashes when export_set returns warnings 2010-11-18 11:53:08 +03:00
ctype_latin1_de.result
ctype_latin2.result
ctype_latin2_ch.result
ctype_ldml.result Bug #51976 LDML collations issue 2010-03-22 16:27:59 +04:00
ctype_many.result Bug#58371 Assertion failed: !s.uses_buffer_owned_by(this) with format string function 2011-01-17 15:11:33 +03:00
ctype_mb.result
ctype_recoding.result Manual merge. 2009-08-10 15:46:20 -03:00
ctype_sjis.result Bug 11766519 - 59648: MY_STRTOLL10_MB2: ASSERTION `(*ENDPTR - S) % 2 == 0' FAILED. 2011-03-03 18:39:26 +03:00
ctype_tis620.result
ctype_uca.result
ctype_ucs.result Bug 11766519 - 59648: MY_STRTOLL10_MB2: ASSERTION `(*ENDPTR - S) % 2 == 0' FAILED. 2011-03-03 18:39:26 +03:00
ctype_ucs2_def.result
ctype_ujis.result Bug#57257 Replace(ExtractValue(...)) causes MySQL crash 2010-11-11 13:25:23 +03:00
ctype_ujis_ucs2.result
ctype_utf8.result Fix for bug#57272: crash in rpad() when using utf8 2010-10-12 23:25:40 +04:00
date_formats.result Bug#58005 utf8 + get_format causes failed assertion: !str || str != Ptr' 2010-11-12 13:12:15 +03:00
ddl_i18n_koi8r.result Postfix for tests failing due to fix for bug#11766310. 2011-02-22 19:28:50 +05:30
ddl_i18n_utf8.result Postfix for tests failing due to fix for bug#11766310. 2011-02-22 19:28:50 +05:30
deadlock_innodb.result
debug_sync.result WL#4259 - Debug Sync Facility 2009-09-29 17:38:40 +02:00
default.result Bug#33717 INSERT...(default) fails for enum. Crashes CSV tables, loads spaces for MyISAM 2010-02-17 16:13:42 +04:00
delayed.result Postfix for Bug #47682 strange behaviour of INSERT DELAYED 2009-11-18 13:49:45 +01:00
delete.result Bug #53034: Multiple-table DELETE statements not accepting 2010-08-31 02:16:38 +04:00
derived.result Fixed following problems: 2010-12-14 12:33:03 +03:00
dirty_close.result Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
disabled_partition.require
distinct.result Bug #46159: simple query that never returns 2009-09-06 00:42:17 +04:00
drop.result
empty_table.result
endspace.result
error_simulation.result Bug#41660: Sort-index_merge for non-first join table may 2010-06-24 15:21:23 +02:00
errors.result
events_1.result Patch for Bug#12394306: the sever may crash if mysql.event is corrupted. 2011-05-04 16:59:24 +04:00
events_2.result
events_bugs.result Fixed bug#12546938 (formerly known as 61005) - CREATE IF NOT EXIST EVENT 2011-05-27 16:23:08 +07:00
events_embedded.result
events_grant.result
events_logs_tests.result
events_microsec.result
events_restart.result Patch for Bug#12394306: the sever may crash if mysql.event is corrupted. 2011-05-04 16:59:24 +04:00
events_scheduling.result Backport from next-mr-bugfixing of tor.didriksen@sun.com-20100106140051-3j2iuag63eltsr2e 2010-05-19 11:18:59 +02:00
events_stress.result Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
events_time_zone.result
events_trans.result
events_trans_notembedded.result
exampledb.result
execution_constants.result
explain.result Bug#56814 Explain + subselect + fulltext crashes server 2010-10-18 16:12:27 +04:00
fix_priv_tables.result
flush.result
flush2.result
flush_block_commit.result Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
flush_block_commit_notembedded.result Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
flush_read_lock_kill.result Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
flush_table.result
foreign_key.result
fulltext.result Bug#54484 explain + prepared statement: crash and Got error -1 from storage engine 2010-10-18 14:47:26 +04:00
fulltext2.result
fulltext3.result
fulltext_cache.result
fulltext_distinct.result
fulltext_left_join.result
fulltext_multi.result
fulltext_order_by.result Bug #49734: Crash on EXPLAIN EXTENDED UNION ... ORDER BY <any non-const-function> 2009-12-22 17:52:15 +02:00
fulltext_plugin.result
fulltext_update.result
fulltext_var.result
func_compress.result Bug #32223 SETting max_allowed_packet variable 2009-06-19 11:27:19 +02:00
func_concat.result Bug #40625: Concat fails on DOUBLE values in a Stored 2010-04-03 00:30:22 +04:00
func_crypt.result Manual merge. 2009-06-01 16:00:38 +04:00
func_date_add.result
func_default.result
func_des_encrypt.result Bug #35087: Inserting duplicate values at one time with DES_ENCRYPT leads 2009-04-17 18:52:57 +03:00
func_encrypt.result ENCRYPT function always returns NULL on windows. 2009-04-27 15:05:01 +05:00
func_encrypt_nossl.result
func_encrypt_ucs2.result BUG#11766519 (bug#59648): MY_STRTOLL10_MB2: ASSERTION `(*ENDPTR - S) % 2 == 0' FAILED 2011-03-03 15:04:04 +03:00
func_equal.result
func_gconcat.result backport of bug #54476 fix from 5.1-bugteam to 5.0-bugteam. 2010-12-14 23:52:53 +03:00
func_group.result Bug#11766270 59343: YEAR(4): INCORRECT RESULT AND VALGRIND WARNINGS WITH MIN/MAX, UNION 2011-04-12 14:01:33 +04:00
func_group_innodb.result
func_if.result
func_in.result Bug#11766212 59270: NOT IN (YEAR( ... ), ... ) PRODUCES MANY VALGRIND WARNINGS 2011-04-12 13:51:36 +04:00
func_isnull.result Bug#53933 crash when using uncacheable subquery in the having clause of outer query 2010-06-08 10:22:40 +04:00
func_like.result Bug#59149 valgrind warnings with "like .. escape .." function 2011-01-17 12:30:22 +03:00
func_math.result Bug#12392636 ASSERTION FAILED: SCALE >= 0 && PRECISION > 0 && SCALE <= PRECISION 2011-05-26 14:06:39 +04:00
func_misc.result backport of bug #54461 from 5.1-security to 5.0-security 2010-11-24 23:03:16 +03:00
func_op.result
func_regexp.result
func_rollback.result
func_sapdb.result Bug #55565: debug assertion when ordering by expressions with user 2010-08-13 16:05:46 +03:00
func_set.result Bug#45168: assertion with convert() and empty set value 2009-06-16 16:36:15 +02:00
func_str.result Bug#58165: "my_empty_string" gets modified and causes LOAD DATA to fail and 2011-01-13 08:57:15 +01:00
func_system.result
func_test.result
func_time.result Bug#12403504 AFTER FIX FOR #11889186 : ASSERTION FAILED: DELSUM+(INT) Y/4-TEMP > 0 2011-05-18 10:47:43 +04:00
func_timestamp.result
gcc296.result
gis-rtree.result BUG#51877 - HANDLER interface causes invalid memory read 2010-03-25 15:49:01 +04:00
gis.result Fixed a wrong error code in gis.test 2011-03-09 17:21:22 +02:00
grant.result Merged fix for bug #36544 "DROP USER does not remove stored 2011-02-07 15:06:22 +03:00
grant2.result Bug#48319: Server crashes on "GRANT/REVOKE ... TO CURRENT_USER" 2009-10-29 22:06:10 -07:00
grant3.result Follow up for bug#36742. Changed test case for bug#19828 2010-10-18 21:03:53 +07:00
grant_cache_no_prot.result Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
grant_cache_ps_prot.result Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
grant_lowercase_fs.result Bug#41049 does syntax "grant" case insensitive? 2009-10-27 12:09:19 +04:00
greedy_optimizer.result
group_by.result Bug#11766675 - 59839: Aggregation followed by subquery yields wrong result 2011-02-18 11:50:06 +01:00
group_min_max.result Bug#53859: Valgrind: opt_sum_query(TABLE_LIST*, List<Item>&, 2010-06-11 09:38:29 +02:00
group_min_max_innodb.result
handler_innodb.result 5.0-bugteam->5.1-bugteam merge 2009-04-17 13:46:27 +05:00
handler_myisam.result Fix for bug #54007: assert in ha_myisam::index_next, HANDLER 2010-06-09 14:45:04 +04:00
have_big5.require
have_binlog_format_mixed.require
have_binlog_format_row.require
have_binlog_format_statement.require
have_community_features.require Pull 5.1 treatment of community features into 5.0. 2009-05-05 17:03:23 -04:00
have_compress.require
have_cp866.require
have_cp932.require
have_cp1250_ch.require
have_cp1251.require
have_crypt.require
have_debug.require
have_debug_sync.require WL#4259 - Debug Sync Facility 2009-09-29 17:38:40 +02:00
have_dynamic_loading.require
have_eucjpms.require
have_euckr.require
have_example_plugin.require
have_gb2312.require
have_gbk.require
have_geometry.require
have_koi8r.require
have_latin2_ch.require
have_local_infile.require
have_log_bin.require
have_met_timezone.require
have_moscow_leap_timezone.require
have_mysql_upgrade.result
have_ndb_extra.require
have_ndbapi_examples.require
have_outfile.require Merge 5.0 -> 5.1 2009-02-03 14:45:17 +01:00
have_partition.require
have_perror.require
have_query_cache.require
have_simple_parser.require
have_sjis.require
have_ssl.require
have_symlink.require
have_tis620.require
have_ucs2.require
have_udf_example.require
have_ujis.require
have_utf8.require
having.result Bug#11756928 48916: SERVER INCORRECTLY PROCESSING HAVING CLAUSES WITH AN ORDER BY CLAUSE 2011-04-22 11:20:55 +04:00
heap.result
heap_auto_increment.result
heap_btree.result merging with local fix. 2009-05-06 15:00:14 +05:30
heap_hash.result
help.result
implicit_char_to_num_conversion.result Adding bug scenario for data types in main suite 2011-05-14 21:44:49 +05:30
index_merge_innodb.result Bug#56423: Different count with SELECT and CREATE SELECT queries 2010-10-07 10:13:11 +02:00
index_merge_myisam.result Bug#56423: Different count with SELECT and CREATE SELECT queries 2010-10-07 10:13:11 +02:00
information_schema.result Bug#35333, "If Federated table can't connect to remote host, can't retrieve metadata" 2010-11-29 18:51:46 -06:00
information_schema_chmod.result
information_schema_db.result Bug#35333, "If Federated table can't connect to remote host, can't retrieve metadata" 2010-11-29 18:51:46 -06:00
information_schema_inno.result
information_schema_part.result
init_connect.result
init_file.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
innodb_ignore_builtin.result Bug#42610 Dynamic plugin broken in 5.1.31 2009-02-09 19:03:52 +04:00
innodb_mysql_lock2.result A 5.1-only version of fix for bug #46947 "Embedded SELECT 2010-05-28 00:07:40 +04:00
insert.result Bug #54106 assert in Protocol::end_statement, 2010-08-09 13:39:59 +02:00
insert_notembedded.result
insert_select.result Simple fix of suppress pattern in test insert_select 2011-02-16 21:43:12 +01:00
insert_update.result Fix for Bug#43546 Several 5.0 tests do not pass MTR's --check option 2009-04-28 20:12:18 +02:00
is_debug_build.require
is_embedded.require
isam.result
join.result backport: Bug #55568 from 5.1-security to 5.0-security 2010-11-23 00:29:47 +03:00
join_crash.result
join_nested.result
join_outer.result Bug#57688 Assertion `!table || (!table->write_set || bitmap_is_set(table->write_set, field 2010-10-29 12:23:06 +04:00
join_outer_innodb.result
key.result
key_cache.result Assorted post-merge fixes, clean-up, integration, compat with 5.6. 2010-11-25 03:11:05 +00:00
key_diff.result
key_primary.result
keywords.result
kill.result
limit.result
loaddata.result Bug#11765139 58069: LOAD DATA INFILE: VALGRIND REPORTS INVALID MEMORY READS AND WRITES WITH U 2011-04-15 12:51:34 +04:00
loaddata_autocom_innodb.result
locale.result Bug#43207 wrong LC_TIME names for romanian locale 2009-10-19 13:44:44 +05:00
lock.result Bug#39843 DELETE requires write access to table in subquery in where clause 2009-03-05 15:22:33 +01:00
lock_multi.result Merge Bug#43230 into mysql-5.1-bugteam 2009-04-03 16:46:00 -03:00
lock_multi_bug38499.result Reduce test case runtime. 2009-08-28 18:49:16 -03:00
lock_multi_bug38691.result Reduce test case runtime. 2009-08-28 18:49:16 -03:00
lock_sync.result Bug# 11763784 (former 56541) 2011-03-29 10:09:05 +02:00
lock_tables_lost_commit.result 1. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-02-02 22:20:25 +01:00
log_state.result Bug #49756 Rows_examined is always 0 in the slow query log for 2010-05-12 13:19:12 +02:00
log_tables-big.result
log_tables.result A fix and a test case for Bug#47924 -main.log_tables times out 2010-11-07 23:42:54 +06:00
log_tables_debug.result Post-merge fix: modify regular expression to better handle 24 hour 2009-06-15 20:27:27 -03:00
log_tables_upgrade.result Bug#49823: mysql_upgrade fatal error due to general_log / slow_low CSV NULL 2010-02-26 09:22:48 -03:00
long_tmpdir.result
lowercase0.require
lowercase1.require
lowercase2.require
lowercase_fs_off.result Bug#41049 does syntax "grant" case insensitive? 2009-10-27 12:09:19 +04:00
lowercase_mixed_tmpdir.result
lowercase_mixed_tmpdir_innodb.result BUG#45638 - Create temporary table with engine innodb fails 2009-09-09 14:38:50 +05:00
lowercase_table.result
lowercase_table2.result Bug #11758687: 50924: object names not resolved correctly 2011-04-04 16:04:15 +03:00
lowercase_table3.result Bug #42408 Faulty regex for detecting [Warning] and [ERROR] in mysqld error log 2009-08-28 16:13:27 +02:00
lowercase_table4.result Bug #46941 crash with lower_case_table_names=2 and foreign key 2010-10-19 12:27:09 +02:00
lowercase_table_grant.result
lowercase_table_qcache.result
lowercase_utf8.result 5.0->bugteam->5.1-bugteam merge 2009-02-18 16:09:46 +04:00
lowercase_view.result Bug #53095: SELECT column_name FROM INFORMATION_SCHEMA.STATISTICS 2010-06-25 15:59:44 +03:00
merge-big.result
merge.result Bug#35333, "If Federated table can't connect to remote host, can't retrieve 2010-11-29 22:46:43 -06:00
merge_innodb.result
metadata.result Bug#41788 mysql_fetch_field returns org_table == table by a view 2010-03-12 10:33:16 +04:00
mix2_myisam.result
mix2_myisam_ucs2.result
multi_statement.result
multi_update.result Fixed following problems: 2010-12-14 12:33:03 +03:00
multi_update2.result
multi_update_tiny_hash.result
myisam-blob.result
myisam-system.result
myisam.result Merge fix for BUG51866 to mysql-5.1-bugteam. 2010-03-25 16:11:16 +04:00
myisam_crash_before_flush_keys.result BUG#47455 - The myisam_crash_before_flush_keys test fails on Windows 2009-10-14 16:26:16 +05:00
myisam_debug.result Addition to the fix for BUG#40827 - Killing insert-select to MyISAM can cause 2009-04-30 16:33:44 +05:30
myisampack.result merge 5.0-bugteam to 5.1-bugteam 2009-04-07 17:06:15 +05:30
mysql-bug41486.result Fix for bug #43801: mysql.test takes too long, fails due to 2009-03-25 10:32:01 +03:00
mysql-bug45236.result Bug #45236: large blob inserts from mysqldump fail, possible 2009-06-10 11:24:47 +04:00
mysql.result Additional fix for bug#54899 2010-12-01 12:25:31 +05:30
mysql_client_test.result Bug#54041: MySQL 5.0.92 fails when tests from Connector/C suite run 2010-07-30 09:17:10 -03:00
mysql_comments.result
mysql_cp932.result
mysql_protocols.result
mysql_upgrade.result Bug #53613: mysql_upgrade incorrectly revokes TRIGGER privilege on given table 2010-07-01 12:05:09 +03:00
mysqladmin.result Bug#58221 : mysqladmin --sleep=x --count=x keeps looping 2011-01-16 02:04:08 +05:30
mysqlbinlog-cp932.result Bug#46010 main.ctype_gbk_binlog fails sporadically : Table 't2' already exists 2009-09-07 13:42:54 +08:00
mysqlbinlog.result BUG#11766427, BUG#59539: Filter by server id in mysqlbinlog fails 2011-03-25 15:16:13 +01:00
mysqlbinlog2.result
mysqlbinlog_base64.result BUG#12354268: MYSQLBINLOG --BASE64-OUTPUT=DECODE-ROWS DOES NOT 2011-05-05 23:48:15 +01:00
mysqlbinlog_row.result
mysqlbinlog_row_big.result BUG#59177: mysqlbinlog_row_big fails on Windows with out of memory 2011-01-12 19:32:45 +00:00
mysqlbinlog_row_innodb.result BUG#49618: Field length stored incorrectly in binary log 2010-03-22 13:10:18 +01:00
mysqlbinlog_row_myisam.result
mysqlbinlog_row_trans.result Post-fix for BUG#28976. 2009-08-27 10:32:27 +01:00
mysqlcheck.result mysqlcheck failed to fix table names when using the --fix-table-names 2009-05-20 18:31:10 -07:00
mysqldump-compat.result
mysqldump-max.result manual merge 2009-02-19 18:22:28 +01:00
mysqldump-no-binlog.result
mysqldump.result Minor fix in mysqldump test. 2011-03-17 16:28:16 +05:30
mysqldump_restore.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
mysqlhotcopy_archive.result Patch for bug#52913 including all review results and changes of date format. 2010-06-03 10:31:26 +02:00
mysqlhotcopy_myisam.result Patch for bug#52913 including all review results and changes of date format. 2010-06-03 10:31:26 +02:00
mysqlshow.result
mysqlslap.result Bug#11765157 - 58090: mysqlslap drops schema specified in 2011-04-08 12:22:44 +05:30
mysqltest.result Bug #59002 Please make mtr print correct file and line number when tests fail 2011-01-11 15:00:21 +01:00
named_pipe.result
ndb_default_cluster.require
negation_elimination.result
no-threads.result
no_binlog.result BUG#50780: 'show binary logs' debug assertion when binary 2010-02-05 17:51:55 +00:00
not_embedded.require
not_embedded_server.result Fixed bug#58026 - massive recursion and crash in regular expression 2011-02-04 10:47:46 +06:00
not_ndb.require
not_ndb_default.require
not_openssl.require
not_partition.require
not_partition.result
not_true.require Bug#32430: 'show innodb status' causes errors 2009-09-25 11:26:49 +02:00
not_valgrind.require
not_windows.require
null.result Bug #39265: fix for the bug 33699 should be reverted 2009-02-05 13:49:32 +04:00
null_key.result
odbc.result
olap.result Automerge. 2009-11-06 17:54:19 +03:00
one_thread_per_connection.require
openssl_1.result merge 2010-01-29 16:54:27 +02:00
order_by.result mtr: cleaned up some superfluos global warning suppressions 2011-03-30 14:33:53 +02:00
order_fill_sortbuf.result
outfile.result Merge 5.0 -> 5.1 2009-02-03 14:45:17 +01:00
outfile_loaddata.result Bug #53088: mysqldump with -T & --default-character-set set 2010-05-07 00:41:37 +04:00
overflow.result
packet.result Bug #11766769: 59959: SMALL VALUES OF --MAX-ALLOWED-PACKET 2011-03-25 12:57:27 +02:00
parser.result Move test for bug 39559, which uses command-line mysql client 2009-04-17 16:00:53 -04:00
parser_bug21114_innodb.result
parser_not_embedded.result The mysql command-line client would include superfluous spaces at the end of 2009-05-20 17:04:44 -07:00
parser_precedence.result
parser_stack.result
partition.result Bug#59297: Can't find record in 'tablename' on update inner join 2011-01-24 13:41:44 +01:00
partition_archive.result
partition_binlog_stmt.result Bug#51851: Server with SBR locks mutex twice on 2010-10-01 13:39:04 +02:00
partition_blackhole.result
partition_bug18198.result Bug #42849: innodb crash with varying time_zone on partitioned 2009-12-13 23:29:50 +03:00
partition_charset.result
partition_csv.result A few suppression follow-ups 2009-09-03 08:38:06 +02:00
partition_datatype.result
partition_debug_sync.result Bug#42438: Crash ha_partition::change_table_ptr 2010-02-01 16:07:00 +01:00
partition_disabled.result
partition_error.result merge 2011-01-26 16:50:21 +01:00
partition_federated.result
partition_grant.result
partition_hash.result Bug#53806: Wrong estimates for range query in partitioned MyISAM table 2010-08-27 10:43:51 +02:00
partition_innodb.result merging. 2010-10-15 20:13:35 +05:00
partition_innodb_builtin.result Bug#32430: 'show innodb status' causes errors 2009-09-25 11:26:49 +02:00
partition_innodb_plugin.result Bug#55091: Server crashes on ADD PARTITION after a failed attempt 2010-10-05 14:57:51 +02:00
partition_innodb_semi_consistent.result
partition_innodb_stmt.result
partition_list.result
partition_mgm.result Move test for bug 39559, which uses command-line mysql client 2009-04-17 16:00:53 -04:00
partition_mgm_err.result Bug#36001: Partitions: spelling and using some error messages 2009-02-18 21:10:19 +01:00
partition_mgm_err2.result
partition_myisam.result Post push fix for bug#11766249 bug#59316 2011-04-27 17:51:06 +02:00
partition_not_blackhole.result Bug#46086: crash when dropping a partitioned table 2010-07-08 14:36:55 +02:00
partition_not_windows.result
partition_open_files_limit.result Bug#46922: crash when adding partitions and open_files_limit 2009-10-08 15:36:43 +02:00
partition_order.result
partition_pruning.result Bug#53806: Wrong estimates for range query in partitioned MyISAM table 2010-08-26 17:14:18 +02:00
partition_range.result Bug#53806: Wrong estimates for range query in partitioned MyISAM table 2010-08-27 10:43:51 +02:00
partition_rename_longfilename.result Bug #30102 rename table does corrupt tables with partition files on failure. 2009-07-27 16:50:43 +05:30
partition_symlink.result
partition_windows.result
perror-win.result
perror.result
plugin.result
plugin_load.result
plugin_not_embedded.result BUG#58246: INSTALL PLUGIN not secure & crashable 2010-12-01 13:54:50 +01:00
preload.result Recommit for merging and pushing 2009-02-27 16:11:15 +02:00
profiling.result
ps.result result fix 2010-10-04 12:51:26 +04:00
ps_1general.result Bug 43355 Prepared for commit on 5.1 gca 2009-04-01 10:58:55 +02:00
ps_2myisam.result Bug #53296: LONG BLOB value types are not recognized 2010-08-16 16:43:21 +03:00
ps_3innodb.result Bug #53296: LONG BLOB value types are not recognized 2010-08-16 16:43:21 +03:00
ps_4heap.result Bug #53296: LONG BLOB value types are not recognized 2010-08-16 16:43:21 +03:00
ps_5merge.result Bug #53296: LONG BLOB value types are not recognized 2010-08-16 16:43:21 +03:00
ps_10nestset.result
ps_11bugs.result
ps_ddl.result BUG#47418 RBR fails, failure with mixup of base/temporary/view 2010-01-16 15:44:24 +08:00
ps_ddl1.result
ps_grant.result 5.0-bugteam->5.1-bugteam merge 2009-10-27 14:09:36 +04:00
ps_not_windows.result
query_cache.result Moved test case for bug 31157 from query_cache.test to subselect.test 2009-11-03 17:18:43 +01:00
query_cache_28249.result
query_cache_debug.result Bug#43758 Query cache can lock up threads in 'freeing items' state 2009-06-17 16:28:11 +02:00
query_cache_merge.result
query_cache_notembedded.result Remove test case for bug 40264. 2009-02-13 17:26:20 -02:00
query_cache_ps_no_prot.result
query_cache_ps_ps_prot.result
query_cache_with_views.result Bug#46615 Assertion in Query_cache::invalidate in INSERT in a VIEW of a MERGE table 2010-03-24 17:37:41 +01:00
raid.result
range.result Fix for bug#57030: ('BETWEEN' evaluation is incorrect') 2011-02-01 13:20:16 +01:00
read_many_rows_innodb.result
read_only.result Merge 5.0 -> 5.1 of fix for Bug#42003 and Bug#43114 2009-03-06 15:56:17 +01:00
read_only_innodb.result
rename.result
renamedb.result Bug #53804: serious flaws in the alter database .. upgrade 2010-05-21 22:47:32 +04:00
repair.result Bug #42563: Message tells me to repair table though Storage 2009-04-14 19:19:15 +05:00
replace.result
rollback.result
round.result
row.result Bug #54190: Comparison to row subquery produces incorrect 2010-09-09 16:46:13 +04:00
rowid_order_innodb.result
rpl_colSize.result
rpl_extraColmaster_innodb.result
rpl_extraColmaster_myisam.result
schema.result Bug #54360 Deadlock DROP/ALTER/CREATE DATABASE with open HANDLER 2010-06-26 19:36:00 +02:00
select.result Fix for bug #54459: Assertion failed: param.sort_length, 2010-06-24 12:00:48 +04:00
select_found.result
select_safe.result
server_id.require
server_id1.require
shm.result Fixed a test failure becase of a new warning caused by the fix for 2011-03-28 13:32:25 +03:00
show_check.result mtr: cleaned up some superfluos global warning suppressions 2011-03-30 14:33:53 +02:00
skip_grants.result
skip_log_bin.result
skip_name_resolve.result Bug #37168: Missing variable - skip_name_resolve 2010-03-31 16:12:37 +03:00
slave-running.result
slave-stopped.result
sp-big.result
sp-bugs.result Fixed bug#54375 - Error in stored procedure leaves connection 2010-11-11 10:52:51 +06:00
sp-code.result
sp-destruct.result mtr: cleaned up some superfluos global warning suppressions 2011-03-30 14:33:53 +02:00
sp-dynamic.result
sp-error.result Bug#47974 'TYPE=storage_engine' is deprecated and will be 2010-02-09 11:30:50 +01:00
sp-fib.result Bug#15866 Prepared for push on 5.0 2009-07-03 10:19:32 +02:00
sp-prelocking.result
sp-security.result merge 2009-11-27 18:10:28 +02:00
sp-threads.result
sp-ucs2.result Bug#48766 SHOW CREATE FUNCTION returns extra data in return clause 2009-12-02 15:17:08 +04:00
sp-vars.result
sp.result Bug#47974 'TYPE=storage_engine' is deprecated and will be 2010-02-09 11:30:50 +01:00
sp_gis.result
sp_notembedded.result Bug#47736 killing a select from a view when the view is processing a function, asserts 2010-02-05 13:39:46 +04:00
sp_stress_case.result
sp_sync.result Bug#48157: crash in Item_field::used_tables 2010-01-12 15:16:26 +01:00
sp_trans.result Bug#47974 'TYPE=storage_engine' is deprecated and will be 2010-02-09 11:30:50 +01:00
sp_trans_log.result Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
sql_mode.result Bug#45100: Incomplete DROP USER in case of SQL_MODE = 'PAD_CHAR_TO_FULL_LENGTH' 2009-06-12 18:11:19 -03:00
ssl-big.result
ssl.result
ssl_8k_key.result
ssl_cipher.result BUG #11760210: 52596: SSL_CIPHER_LIST NOT SET OR RETURNED FOR "SHOW STATUS LIKE 'SSL_CIPHER_LIST'" 2011-03-11 16:16:34 +05:30
ssl_compress.result
ssl_connect.result
status.result Bug #29971 status.test fails 2009-06-10 11:58:36 +03:00
status2.result
strict.result Bug#41465: confusing error message when comment is too long 2009-03-05 08:20:01 -03:00
strict_autoinc_1myisam.result
strict_autoinc_2innodb.result
strict_autoinc_3heap.result
subselect.result Bug#11765713 58705: OPTIMIZER LET ENGINE DEPEND ON UNINITIALIZED VALUES CREATED BY OPT_SUM_QU 2011-04-14 16:35:24 +02:00
subselect2.result
subselect3.result Bug#40277: SHOW CREATE VIEW returns invalid SQL 2010-03-09 07:36:26 -03:00
subselect4.result Bug#58207: invalid memory reads when using default column value and 2011-01-12 09:55:31 +01:00
subselect_debug.result
subselect_gis.result
subselect_innodb.result
subselect_notembedded.result
sum_distinct-big.result
sum_distinct.result
symlink.result BUG#40980 - Drop table can remove another MyISAM table's 2010-04-01 18:49:02 +04:00
synchronization.result Merge 5.0 -> 5.1 2009-02-09 22:00:15 +01:00
sysdate_is_now.result
system_mysql_db.result 5.0-bugteam->5.1-bugteam merge 2009-10-27 14:09:36 +04:00
system_mysql_db_refs.result
tablelock.result
temp_table.result
testdb_only.require
timezone.result
timezone2.result Bug #55424: convert_tz crashes when fed invalid data 2010-08-06 23:29:37 +04:00
timezone3.result
timezone4.result
timezone_grant.result
trigger-compat.result merge 5.0 -> 5.1 2009-02-19 18:24:25 -05:00
trigger-trans.result
trigger.result WL#5370 Keep forward-compatibility when changing 2010-08-18 12:56:06 +08:00
trigger_notembedded.result Fixed bug #55421 - Protocol::end_statement(): Assertion `0' on 2010-09-07 15:53:46 +07:00
true.require
truncate.result
type_binary.result
type_bit.result Bug#50591 bit(31) causes Duplicate entry '1-NULL' for key 'group_key' 2010-02-16 13:13:49 +04:00
type_bit_innodb.result
type_blob.result Bug #52160: crash and inconsistent results when grouping 2010-10-31 19:04:38 +03:00
type_date.result Bug#50918: Date columns treated differently in Views than in 2010-03-16 10:20:07 +01:00
type_datetime.result Bug#59173: Failure to handle DATE(TIME) values where Year, Month or Day is 2011-01-19 15:09:32 +01:00
type_decimal.result
type_enum.result
type_float.result Automerge. 2009-02-14 20:14:10 +03:00
type_nchar.result
type_newdecimal-big.result
type_newdecimal.result Bug#55436: buffer overflow in debug binary of dbug_buff in Field_new_decimal::store_value 2010-11-11 09:46:49 +00:00
type_ranges.result
type_set.result
type_time.result Bug#53942 valgrind warnings with timestamp() function and incomplete datetime values 2010-05-31 13:25:11 +04:00
type_timestamp.result Bug 11758558 - 50774: WRONG RESULTSET WHEN TIMESTAMP VALUES ARE APPENDED WITH 2011-04-18 10:44:41 +02:00
type_uint.result
type_varchar.result
type_year.result Bug#59211: Select Returns Different Value for min(year) Function 2011-01-12 10:37:15 +01:00
udf.result Bug#52060 - test udf fails on Snow Leopard 2010-03-18 11:26:27 +01:00
udf_skip_grants.result
union.result Bug#40277: SHOW CREATE VIEW returns invalid SQL 2010-03-09 07:36:26 -03:00
unsafe_binlog_innodb.result
update.result Bug #54734 assert in Diagnostics_area::set_ok_status 2010-07-19 11:03:52 +02:00
upgrade.result Bug #53804: serious flaws in the alter database .. upgrade 2010-05-21 22:47:32 +04:00
user_limits.result
user_var-binlog.result
user_var.result Bug #57187: more user variable fun with multiple 2010-12-06 23:38:31 +03:00
varbinary.result Fix for Bug#43546 Several 5.0 tests do not pass MTR's --check option 2009-04-28 20:12:18 +02:00
variables-big.result Bug#58197: main.variables-big fails on windows 2010-11-15 16:17:38 +01:00
variables-notembedded.result Fixed a test failure in embedded because of the fix for BUG#11766769 2011-03-28 13:25:03 +03:00
variables.result Fixed a test failure in embedded because of the fix for BUG#11766769 2011-03-28 13:25:03 +03:00
variables_community.result renaming test variables+c to variables_community, + is problematic 2010-02-11 14:26:58 +01:00
variables_debug.result Bug #56709: Memory leaks at running the 5.1 test suite 2010-09-22 23:33:18 +04:00
view.result Bug #11829681 - 60295: ERROR 1356 ON VIEW THAT EXECUTES FINE AS A QUERY 2011-04-08 12:05:20 +04:00
view_alias.result Bug#40277: SHOW CREATE VIEW returns invalid SQL 2010-03-09 07:36:26 -03:00
view_grant.result Fix for bug #58499 "DEFINER-security view selecting from 2011-01-12 16:08:30 +03:00
wait_timeout.result
warnings.result Bug#47974 'TYPE=storage_engine' is deprecated and will be 2010-02-09 11:30:50 +01:00
warnings_engine_disabled.result
windows.require
windows.result Bug#45498: Socket variable not available on Windows 2009-09-22 08:22:07 -03:00
xa.result Merge an addition to BUG51342 5.0-bugteam -> 5.1-bugteam. 2010-03-10 19:31:22 +04:00
xml.result Bug#11766725 (Bug#59901) EXTRACTVALUE STILL BROKEN AFTER FIX FOR BUG #44332 2011-03-01 15:30:18 +03:00