mariadb/mysql-test/r
Sergei Golubchik 303eec5774 MDEV-6880 Can't define CURRENT_TIMESTAMP as default value for added column
ALTER TABLE: don't fill default values per row, do it once.
And do it in two places - for copy_data_between_tables() and for online ALTER.

Also, run function_defaults test both for MyISAM and for InnoDB.
2014-11-18 22:25:33 +01:00
..
1st.result
aborted_clients.result
adddate_454.result
alias.result
almost_full.result
alter_table-big.result
alter_table.result
alter_table_autoinc-5574.result
alter_table_mdev539_maria.result
alter_table_mdev539_myisam.result
alter_table_online.result
alter_table_trans.result
analyze.result
ansi.result
assign_key_cache-5405.result
auth_rpl.result
auto_increment.result
auto_increment_ranges_innodb.result
auto_increment_ranges_myisam.result
bad_frm_crash_5029.result
bench_count_distinct.result
big_test.require
bigint.result
binary.result
blackhole.result
blackhole_plugin.result
bool.result
bootstrap.result
bug39022.result
bug46261.result
bug46760.result
bug47671.result
bug58669.result
bug12427262.result
bug13633383.result
bulk_replace.result
cache_innodb.result
cache_temporal_4265.result
case.result
case_insensitive_file_system.require
case_insensitive_fs.require
case_sensitive_file_system.require
cast.result
change_user.result
change_user_notembedded.result
check.result
check_var_limit.require
client_xml.result
comment_column.result
comment_column2.result
comment_index.result
comment_table.result
comments.result
commit.result
commit_1innodb.result
compare.result
compress.result
concurrent_innodb_safelog.result
concurrent_innodb_unsafelog.result
connect.result
consistent_snapshot.result
constraints.result
contributors.result
count_distinct.result
count_distinct2.result
count_distinct3.result
crash_commit_before.result
create-big.result
create-uca.result
create.result
create_delayed.result
create_not_windows.result
create_or_replace.result fix intermittent failures of main.create_or_replace test in buildbot 2014-09-17 15:11:24 +02:00
create_or_replace2.result
create_select_tmp.result
ctype_ascii.result
ctype_big5.result Adding tests for handling 0x5C as the second byte in a multi-byte sequence, 2014-09-23 15:58:54 +04:00
ctype_binary.result
ctype_collate.result
ctype_cp932.result Bug #11755818 : LIKE DOESN'T MATCH WHEN CP932_BIN/SJIS_BIN 2014-08-12 17:16:51 +05:30
ctype_cp932_binlog_row.result
ctype_cp932_binlog_stm.result Adding tests for handling 0x5C as the second byte in a multi-byte sequence, 2014-09-23 15:58:54 +04:00
ctype_cp1250_ch.result
ctype_cp1251.result
ctype_create.result
ctype_errors.result
ctype_eucjpms.result MDEV-6776 ujis and eucjmps erroneously accept 0x8EA0 as a valid byte sequence 2014-09-24 17:27:00 +04:00
ctype_euckr.result
ctype_filename.result
ctype_filesystem.result
ctype_gb2312.result Adding thorough tests covering what happens with escaped sequences 2014-09-12 12:57:27 +04:00
ctype_gbk.result Adding tests for handling 0x5C as the second byte in a multi-byte sequence, 2014-09-23 15:58:54 +04:00
ctype_gbk_binlog.result
ctype_hebrew.result
ctype_latin1.result MDEV-6752 Trailing incomplete characters are not replaced to question marks on conversion 2014-09-18 12:40:55 +04:00
ctype_latin1_de.result
ctype_latin2.result
ctype_latin2_ch.result
ctype_ldml.result
ctype_like_range.result
ctype_many.result
ctype_mb.result
ctype_partitions.result MDEV-6255 DUPLICATE KEY Errors on SELECT .. GROUP BY that uses temporary and filesort. 2014-09-11 22:42:35 +03:00
ctype_recoding.result
ctype_sjis.result Adding tests for handling 0x5C as the second byte in a multi-byte sequence, 2014-09-23 15:58:54 +04:00
ctype_swe7.result MDEV-6737 Stored routines do now work with swe7: "The table mysql.proc is missing, corrupt, or contains bad data" 2014-09-12 16:06:18 +04:00
ctype_tis620.result
ctype_uca.result
ctype_ucs.result - MDEV-6695 Bad column name for UCS2 string literals 2014-09-04 21:58:48 +04:00
ctype_ucs2_def.result
ctype_ucs2_query_cache.result
ctype_ujis.result MDEV-6776 ujis and eucjmps erroneously accept 0x8EA0 as a valid byte sequence 2014-09-24 17:27:00 +04:00
ctype_ujis_ucs2.result
ctype_upgrade.result Automatic merge from 5.5 2014-08-19 21:35:14 +03:00
ctype_utf8.result Adding thorough tests covering what happens with escaped sequences 2014-09-12 12:57:27 +04:00
ctype_utf8mb4.result
ctype_utf8mb4_heap.result
ctype_utf8mb4_innodb.result
ctype_utf8mb4_myisam.result
ctype_utf8mb4_uca.result
ctype_utf16.result MDEV-6044 MySQL BUG#12735829 - SPACE() FUNCTION WARNING REFERS TO REPEAT() IN ER_WARN_ALLOWED_PACKET_OVERFLOWED 2014-09-04 08:50:06 +04:00
ctype_utf16_def.result
ctype_utf16_uca.result
ctype_utf16le.result
ctype_utf32.result MDEV-6661 PI() does not work well in UCS2/UTF16/UTF32 context 2014-09-01 20:57:32 +04:00
ctype_utf32_uca.result
date_formats.result
datetime_456.result
ddl_i18n_koi8r.result
ddl_i18n_utf8.result
deadlock_innodb.result
debug_sync.result
default.result
default_storage_engine.result
delayed.result
delete.result
delete_returning.result
delete_returning_grant.result
deprecated_features.result
derived.result
derived_opt.result Merge 2014-10-29 15:20:46 +03:00
derived_view.result 5.5 merge 2014-09-16 14:03:17 +02:00
dirty_close.result
distinct.result
drop-no_root.result
drop.result
drop_bad_db_type.result
drop_debug.result
dyncol.result MDEV-7116: Dynamic column hangs/segfaults 2014-11-17 17:13:30 +01:00
empty_table.result
empty_user_table.result
endspace.result
error_simulation.result
errors.result
events_1.result
events_2.result
events_bugs.result
events_embedded.result
events_grant.result
events_logs_tests.result
events_microsec.result
events_restart.result
events_scheduling.result
events_stress.result
events_time_zone.result
events_trans.result
events_trans_notembedded.result
execution_constants.result
explain.result
explain_non_select.result
explain_slowquerylog.result
failed_auth_3909.result
failed_auth_unixsocket.result
features.result Fixed problem with very slow shutdown when using 100,000 MyISAM tables with delay_key_write 2014-07-19 17:46:08 +03:00
file_contents.result
filesort_debug.result
fix_priv_tables.result
flush-innodb-notembedded.result
flush-innodb.result InnoDB 5.6.20 2014-09-11 16:42:54 +02:00
flush.result
flush2.result
flush_block_commit.result
flush_block_commit_notembedded.result
flush_read_lock.result
flush_read_lock_kill.result
flush_table.result
foreign_key.result
fulltext.result
fulltext2.result
fulltext3.result
fulltext_cache.result
fulltext_derived_4257.result
fulltext_derived_4316.result
fulltext_distinct.result
fulltext_left_join.result
fulltext_multi.result
fulltext_order_by.result
fulltext_update.result
fulltext_var.result
func_analyse.result
func_compress.result
func_concat.result
func_crypt.result
func_date_add.result
func_default.result
func_des_encrypt.result
func_digest.result
func_encrypt.result
func_encrypt_nossl.result
func_encrypt_ucs2.result
func_equal.result
func_gconcat.result
func_group.result MDEV-6743 crash in GROUP_CONCAT(IF () ORDER BY 1) 2014-09-23 13:57:29 +03:00
func_group_innodb.result
func_if.result
func_in.result
func_isnull.result
func_like.result
func_math.result
func_misc.result
func_op.result
func_regexp.result
func_regexp_pcre.result MDEV-6965 non-captured group \2 in regexp_replace 2014-11-10 16:43:27 +04:00
func_rollback.result
func_sapdb.result
func_set.result
func_str.result MDEV-6044 MySQL BUG#12735829 - SPACE() FUNCTION WARNING REFERS TO REPEAT() IN ER_WARN_ALLOWED_PACKET_OVERFLOWED 2014-09-04 08:50:06 +04:00
func_system.result
func_test.result MDEV-7001 Bad result for NOT NOT STRCMP('a','b') and NOT NOT NULLIF(2,3) 2014-11-02 01:08:09 +04:00
func_time.result 5.5.39 merge 2014-08-07 18:06:56 +02:00
func_time_hires.result
func_timestamp.result
func_weight_string.result
function_defaults.result MDEV-6880 Can't define CURRENT_TIMESTAMP as default value for added column 2014-11-18 22:25:33 +01:00
function_defaults_innodb.result MDEV-6880 Can't define CURRENT_TIMESTAMP as default value for added column 2014-11-18 22:25:33 +01:00
function_defaults_notembedded.result
galera_sst_mode.result MDEV-6490: Post-fix for the failing test. 2014-08-07 09:59:08 -04:00
gcc296.result
get_diagnostics.result
gis-debug.result MDEV-6073 Merge gis test cases form 5.6. 2014-07-01 00:30:24 +05:00
gis-precise.result Backport from 10.0: 2014-10-08 18:10:31 +04:00
gis-rt-precise.result
gis-rtree.result
gis.result MDEV-6073 Merge gis test cases form 5.6. 2014-07-01 00:30:24 +05:00
gis2.result
grant.result
grant2.result
grant3.result
grant4.result
grant5.result MDEV-6625 SHOW GRANTS for current_user_name@wrong_host_name 2014-08-21 21:25:22 +02:00
grant_4332.result
grant_cache_no_prot.result
grant_cache_ps_prot.result
grant_explain_non_select.result
grant_lowercase.result
grant_lowercase_fs.result
greedy_optimizer.result
group_by.result 5.5 merge 2014-11-03 17:47:37 +01:00
group_by_innodb.result
group_by_null.result
group_min_max.result MDEV-6991 GROUP_MIN_MAX optimization is erroneously applied in some cases 2014-11-18 23:15:54 +04:00
group_min_max_innodb.result 5.5.39 merge 2014-08-07 18:06:56 +02:00
handler_read_last.result
handlersocket.result
have_compress.require
have_crypt.require
have_geometry.require
have_local_infile.require
have_log_bin.require
have_met_timezone.require
have_moscow_leap_timezone.require
have_mutex_deadlock_detector.require
have_ndb_extra.require
have_ndbapi_examples.require
have_outfile.require
have_perror.require
have_pool_of_threads.require
have_profiling.require
have_query_cache.require
have_symlink.require
have_utf8mb4.require
have_utf16.require
have_utf32.require
have_working_dns.require
having.result
help.result
host_cache_size_functionality.result
huge_frm-6224.result MDEV-6224 Incorrect information in file when *.frm is > 256K 2014-07-08 19:38:26 +02:00
implicit_char_to_num_conversion.result
implicit_commit.result
in_datetime_241.result
index_intersect.result
index_intersect_innodb.result
index_merge_innodb.result
index_merge_myisam.result
information_schema-big.result
information_schema.result MDEV-7073 main.information_schema and main.information_schema_all_engines fail in buildbot on a build without perfschema 2014-11-12 06:27:56 +04:00
information_schema2.result
information_schema_all_engines.result
information_schema_chmod.result
information_schema_db.result
information_schema_inno.result
information_schema_parameters.result
information_schema_part.result
information_schema_routines.result
init_connect.result
init_connection_query_cache.result
init_file.result
init_file_longline_3816.result
innodb_bug878769.result
innodb_ext_key.result
innodb_icp.result
innodb_ignore_builtin.result
innodb_load_xa.result 5.5.39 merge 2014-08-07 18:06:56 +02:00
innodb_mrr_cpk.result Merge 5.3->5.5 2014-10-29 13:22:48 +03:00
innodb_mysql_lock.result
innodb_mysql_lock2.result MDEV-6050 MySQL Bug#13036505 62540: TABLE LOCKS WITHIN STORED FUNCTIONS ARE BACK IN 5.5 WITH MIXED AND ROW BI 2014-07-31 12:03:20 +02:00
innodb_mysql_sync.result
innodb_utf8.result
insert.result
insert_notembedded.result
insert_select.result
insert_update.result
ipv4_and_ipv6.result main.ipv4_and_ipv6 - fails on sid 2014-08-06 11:47:26 +02:00
ipv4_as_ipv6.result
ipv6.result
join.result
join_cache.result Merge 2014-10-29 15:20:46 +03:00
join_crash.result
join_nested.result
join_nested_jcl6.result 5.3 merge 2014-09-12 16:51:41 +02:00
join_optimizer.result
join_outer.result Merge 5.3->5.5 2014-10-29 13:22:48 +03:00
join_outer_innodb.result
join_outer_jcl6.result Merge 2014-10-29 15:20:46 +03:00
key.result
key_cache.result Fixed problem with very slow shutdown when using 100,000 MyISAM tables with delay_key_write 2014-07-19 17:46:08 +03:00
key_diff.result
key_primary.result
keywords.result
kill.result
kill_processlist-6619.result MDEV-6619 SHOW PROCESSLIST returns empty result set after KILL QUERY 2014-09-12 08:41:35 +02:00
last_value.result
limit.result
limit_rows_examined.result
loaddata.result
loaddata_autocom_innodb.result
loadxml.result
locale.result
lock.result
lock_multi.result
lock_multi_bug38499.result
lock_multi_bug38691.result
lock_sync.result MDEV-6050 MySQL Bug#13036505 62540: TABLE LOCKS WITHIN STORED FUNCTIONS ARE BACK IN 5.5 WITH MIXED AND ROW BI 2014-07-31 12:03:20 +02:00
lock_tables_lost_commit.result
locked_temporary-5955.result
log_errchk.result Bug#14757009: WHEN THE GENERAL_LOG IS A SOCKET AND THE READER 2014-07-17 11:21:18 +05:30
log_slow.result
log_state.result
log_state_bug33693.result
log_tables-big.result
log_tables.result
log_tables_debug.result
log_tables_upgrade.result Automatic merge from 5.5 2014-08-19 21:35:14 +03:00
long_tmpdir.result
lowercase0.require
lowercase1.require
lowercase2.require
lowercase_fs_off.result
lowercase_mixed_tmpdir.result
lowercase_mixed_tmpdir_innodb.result
lowercase_table.result
lowercase_table2.result
lowercase_table3.result
lowercase_table4.result
lowercase_table5.result
lowercase_table_grant.result
lowercase_table_qcache.result
lowercase_utf8.result
lowercase_view.result
mdev-504.result
mdev316.result
mdev375.result
mdl_sync.result
merge-big.result
merge.result
merge_debug.result
merge_innodb.result
merge_mmap.result
merge_recover.result
metadata.result
mix2_myisam.result
mix2_myisam_ucs2.result
mrr_derived_crash_4610.result
mrr_icp_extra.result
multi_statement.result
multi_update.result
multi_update2.result
multi_update_innodb.result
multi_update_tiny_hash.result
myisam-big.result
myisam-blob.result
myisam-system.result
myisam.result
myisam_crash_before_flush_keys.result
myisam_debug.result
myisam_explain_non_select_all.result MDEV-6430: It is impossible to see if "filesort with small limit" optimization was used 2014-07-09 13:09:41 +04:00
myisam_icp.result
myisam_icp_notembedded.result
myisam_mrr.result
myisam_optimize.result
myisampack.result
mysql-bug41486.result
mysql-bug45236.result
mysql.result
mysql5613mysql.result
mysql_binary_mode.result
mysql_client_test.result
mysql_client_test_comp.result Fixed assert in perfschema/pfs.cc::start_idle_wait_v1 when using performance schema and big packets in debug version. 2014-07-19 13:38:40 +03:00
mysql_client_test_nonblock.result
mysql_comments.result
mysql_cp932.result
mysql_embedded.result
mysql_locale_posix.result
mysql_not_windows.result
mysql_plugin.result
mysql_protocols.result
mysql_tzinfo_to_sql_symlink.result
mysql_upgrade.result If one uses 3 --verbose options to mysql_upgrade or mysqlcheck one will now get on stdout all ALTER, RENAME and CHECK commands that mysqlcheck executes. 2014-08-14 15:38:08 +03:00
mysql_upgrade_no_innodb.result If one uses 3 --verbose options to mysql_upgrade or mysqlcheck one will now get on stdout all ALTER, RENAME and CHECK commands that mysqlcheck executes. 2014-08-14 15:38:08 +03:00
mysql_upgrade_ssl.result If one uses 3 --verbose options to mysql_upgrade or mysqlcheck one will now get on stdout all ALTER, RENAME and CHECK commands that mysqlcheck executes. 2014-08-14 15:38:08 +03:00
mysqladmin.result
mysqlbinlog-innodb.result
mysqlbinlog.result
mysqlbinlog_row_big.result
mysqlcheck.result
mysqld--defaults-file.result
mysqld--help,win.rdiff
mysqld--help.result 5.5.39 merge 2014-08-07 18:06:56 +02:00
mysqld_option_err.result
mysqldump-compat.result
mysqldump-max.result
mysqldump-no-binlog.result
mysqldump.result
mysqldump_restore.result
mysqlhotcopy_myisam.result
mysqlshow.result
mysqlslap.result
mysqltest.result mysqltest: support pairs of delimiters in replace_regex 2014-08-04 21:19:24 +02:00
mysqltest_256.result
mysqltest_cont_on_error.result
mysqltest_ps.result
named_pipe.result
ndb_default_cluster.require
negation_elimination.result
no-threads.result
no_binlog.result
non_blocking_api.result
not_embedded.require
not_embedded_server.result
not_ndb.require
not_ndb_default.require
not_partition.result
not_staging.require
not_true.require
not_valgrind.require
not_windows.require
null.result MDEV-7001 Bad result for NOT NOT STRCMP('a','b') and NOT NOT NULLIF(2,3) 2014-11-02 01:08:09 +04:00
null_key.result
odbc.result
olap.result
old-mode.result MDEV-6649 Different warnings for TIME and TIME(N) when @@old_mode=zero_date_time_cast 2014-10-20 16:42:00 +04:00
one_thread_per_connection.require
openssl_1.result
order_by.result
order_by_innodb.result MDEV-6434: Wrong result (extra rows) with ORDER BY, multiple-column index, InnoDB 2014-07-22 15:52:49 +04:00
order_by_sortkey.result MDEV-6430: It is impossible to see if "filesort with small limit" optimization was used 2014-07-09 13:09:41 +04:00
order_fill_sortbuf.result
outfile.result
outfile_loaddata.result
overflow.result
packet.result
parser.result
parser_bug21114_innodb.result
parser_not_embedded.result
parser_precedence.result
parser_stack.result
partition.result 5.5.39 merge 2014-08-07 18:06:56 +02:00
partition_binlog.result
partition_binlog_stmt.result
partition_blackhole.result
partition_bug18198.result
partition_cache.result
partition_cache_innodb.result
partition_cache_myisam.result
partition_charset.result
partition_column.result
partition_column_prune.result
partition_csv.result
partition_datatype.result
partition_debug_sync.result
partition_disabled.result
partition_error.result
partition_example.result
partition_exchange.result
partition_explicit_prune.result
partition_grant.result
partition_hash.result
partition_innodb.result 5.5.39 merge 2014-08-07 18:06:56 +02:00
partition_innodb_plugin.result
partition_innodb_semi_consistent.result
partition_innodb_stmt.result
partition_key_cache.result
partition_list.result
partition_mgm.result
partition_mgm_err.result
partition_mgm_err2.result
partition_myisam.result
partition_not_blackhole.result
partition_not_windows.result
partition_open_files_limit.result
partition_order.result
partition_pruning.result mysql-5.5.39 merge 2014-08-02 21:26:16 +02:00
partition_range.result
partition_rename_longfilename.result
partition_symlink.result
partition_sync.result
partition_truncate.result
partition_utf8.result
partition_windows.result
perror-win.result
perror.result
plugin.result Bug#18903155: BACKPORT BUG-18008907 TO 5.5+ VERSIONS. 2014-06-27 17:04:08 +05:30
plugin_auth.result
plugin_auth_qa.result
plugin_auth_qa_1.result
plugin_auth_qa_2.result
plugin_auth_qa_3.result Bug #17357528 BACKPORT BUG#16513435 TO 5.5 AND 5.6 2014-06-30 19:24:25 +05:30
plugin_innodb.result
plugin_load.result
plugin_load_option.result
plugin_loaderr.result disable the test for MDEV-6351 on embedded 2014-07-28 09:42:52 +02:00
plugin_maturity.result
plugin_not_embedded.result
plugin_vars.result
pool_of_threads.result
preload.result
processlist.result Fix sporadic test failure in main.processlist 2014-10-31 12:48:17 +01:00
profiling.result
progress_976225.result
ps.result
ps_1general.result
ps_2myisam.result
ps_3innodb.result
ps_4heap.result
ps_5merge.result
ps_10nestset.result
ps_11bugs.result
ps_ddl.result
ps_ddl1.result
ps_grant.result
ps_max_subselect-5113.result
ps_not_windows.result
query_cache.result
query_cache_28249.result
query_cache_debug.result
query_cache_merge.result
query_cache_notembedded.result
query_cache_ps_no_prot.result
query_cache_ps_ps_prot.result
query_cache_with_views.result
quick_select_4161.result
range.result
range_mrr_icp.result
range_vs_index_merge.result
range_vs_index_merge_innodb.result
read_many_rows_innodb.result
read_only.result
read_only_innodb.result
rename.result
renamedb.result
repair.result
repair_symlink-5543.result
replace.result
rollback.result
round.result
row-checksum-old.result
row-checksum.result
row.result
rowid_order_innodb.result
rpl_mysqldump_slave.result MDEV-6336: mysqldump --master-data does not work with GTID setups 2014-07-09 13:36:28 +02:00
schema.result
secure_file_priv_win.result
select.result
select_debug.result
select_found.result
select_jcl6.result
select_pkeycache.result
select_safe.result
selectivity.result Fix buildbot failure: make selectivity.test and selectivity_innodb.test work when 2014-11-11 19:59:31 +03:00
selectivity_innodb.result Fix buildbot failure: make selectivity.test and selectivity_innodb.test work when 2014-11-11 19:59:31 +03:00
selectivity_no_engine.result
servers.result
shm.result
show_bad_definer-5553.result MDEV-5553 A view or procedure with a non existing definer can block "SHOW TABLE STATUS" with an unclear error message 2014-10-07 11:55:39 +02:00
show_check.result
show_explain.result
show_explain_non_select.result
show_explain_ps.result
show_profile.result
shutdown.result
sighup-6580.result MDEV-6580 Assertion `thd' failed in my_malloc_size_cb_func upon writing status report into error log 2014-09-07 20:19:12 +02:00
signal.result
signal_code.result
signal_demo1.result
signal_demo2.result
signal_demo3.result
signal_sqlmode.result
single_delete_update.result MDEV-6430: It is impossible to see if "filesort with small limit" optimization was used 2014-07-09 13:09:41 +04:00
skip_grants.result
skip_log_bin.result
skip_name_resolve.result
sp-big.result
sp-bugs.result 5.5 merge 2014-09-16 14:03:17 +02:00
sp-bugs2.result MDEV-6610 Assertion `thd->is_error() || thd->killed' failed in mysql_execute_command on executing an SP with repeated CREATE TABLE .. SELECT 2014-09-06 09:46:41 +02:00
sp-code.result
sp-destruct.result
sp-dynamic.result
sp-error.result
sp-fib.result
sp-lock.result
sp-no-code.result
sp-prelocking.result
sp-security.result
sp-threads.result
sp-ucs2.result
sp-vars.result
sp.result
sp_gis.result
sp_missing_4665.result
sp_notembedded.result
sp_stress_case.result
sp_sync.result
sp_trans.result
sp_trans_log.result
sql_mode.result
ssl-big.result
ssl-crl-revoked-crl.result
ssl.result
ssl_8k_key.result
ssl_and_innodb.result
ssl_cipher.result
ssl_compress.result
ssl_connect.result
ssl_crl.result
ssl_crl_clients-valid.result
ssl_crl_clients.result
ssl_crl_clients_valid.result
ssl_crl_clrpath.result
stack-crash.result
stat_tables-enospc.result MDEV-6181 EITS could eat all tmpdir space and hang 2014-08-04 21:36:02 +02:00
stat_tables.result
stat_tables_disabled.result
stat_tables_innodb.result
stat_tables_par.result
stat_tables_par_innodb.result
stat_tables_partition.result
stat_tables_rbr.result
stat_tables_repl.result
statistics.result
status.result
status2.result
status_bug17954.result
status_user.result
str_to_datetime_457.result
strict.result
strict_autoinc_1myisam.result
strict_autoinc_2innodb.result
strict_autoinc_3heap.result
subselect.result
subselect2.result
subselect3.result
subselect3_jcl6.result
subselect4.result
subselect_cache.result
subselect_debug.result
subselect_exists2in.result
subselect_exists2in_costmat.result
subselect_extra.result
subselect_extra_no_semijoin.result
subselect_gis.result
subselect_innodb.result
subselect_mat.result 5.5.39 merge 2014-08-07 18:06:56 +02:00
subselect_mat_cost.result
subselect_mat_cost_bugs.result
subselect_no_exists_to_in.result
subselect_no_mat.result
subselect_no_opts.result
subselect_no_scache.result
subselect_no_semijoin.result
subselect_notembedded.result
subselect_nulls.result
subselect_partial_match.result
subselect_sj.result
subselect_sj2.result
subselect_sj2_jcl6.result
subselect_sj2_mat.result
subselect_sj_aria.result
subselect_sj_jcl6.result
subselect_sj_mat.result 5.5.39 merge 2014-08-07 18:06:56 +02:00
subselect_sj_nonmerged.result
sum_distinct-big.result
sum_distinct.result
symlink.result
synchronization.result
sysdate_is_now.result
system_mysql_db.result
system_mysql_db_fix30020.result
system_mysql_db_fix40123.result
system_mysql_db_fix50030.result
system_mysql_db_fix50117.result
system_mysql_db_refs.result
table_elim.result
table_elim_debug.result
table_options-5867.result MDEV-5867 ALTER TABLE t1 ENGINE=InnoDB keeps bad options when t1 ENGINE is CONNECT 2014-07-08 19:39:27 +02:00
table_options.result
tablelock.result
tablespace.result
temp_table.result
temporal_literal.result
temporal_scale_4283.result
timezone.result
timezone2.result
timezone3.result
timezone4.result
timezone_grant.result
trans_read_only.result
trigger-compat.result
trigger-trans.result
trigger.result
trigger_notembedded.result
true.require
truncate.result
truncate_badse.result
truncate_coverage.result
type_binary.result
type_bit.result MDEV-6052 Inconsistent results with bit type 2014-08-05 11:47:58 +02:00
type_bit_innodb.result MDEV-6052 Inconsistent results with bit type 2014-08-05 11:47:58 +02:00
type_blob.result
type_date.result
type_datetime.result
type_datetime_hires.result
type_decimal.result 5.3 merge 2014-08-01 16:51:12 +02:00
type_enum.result MDEV-6991 GROUP_MIN_MAX optimization is erroneously applied in some cases 2014-11-18 23:15:54 +04:00
type_float.result MDEV-6950 Bad results with joins comparing DATE/DATETIME and INT/DECIMAL/DOUBLE/ENUM/VARCHAR columns 2014-11-18 16:33:29 +04:00
type_nchar.result
type_newdecimal-big.result
type_newdecimal.result MDEV-6950 Bad results with joins comparing DATE/DATETIME and INT/DECIMAL/DOUBLE/ENUM/VARCHAR columns 2014-11-18 16:33:29 +04:00
type_ranges.result
type_set.result MDEV-6950 Bad results with joins comparing DATE/DATETIME and INT/DECIMAL/DOUBLE/ENUM/VARCHAR columns 2014-11-18 16:33:29 +04:00
type_temporal_mysql56.result
type_time.result 5.5.40+ merge 2014-10-09 10:30:11 +02:00
type_time_6065.result
type_time_hires.result
type_timestamp.result
type_timestamp_hires.result
type_uint.result MDEV-6950 Bad results with joins comparing DATE/DATETIME and INT/DECIMAL/DOUBLE/ENUM/VARCHAR columns 2014-11-18 16:33:29 +04:00
type_varchar.result MDEV-6950 Bad results with joins comparing DATE/DATETIME and INT/DECIMAL/DOUBLE/ENUM/VARCHAR columns 2014-11-18 16:33:29 +04:00
type_year.result
udf.result
udf_debug_sync.result
udf_query_cache.result
udf_skip_grants.result
union.result mysql-5.5.39 merge 2014-08-02 21:26:16 +02:00
union_crash-714.result
unsafe_binlog_innodb.result
update.result
update_ignore_216.result
upgrade.result
user_limits.result
user_var-binlog.result
user_var.result
userstat-badlogin-4824.result
varbinary.result
variables-notembedded.result
variables.result 5.5 merge 2014-09-16 14:03:17 +02:00
variables_community.result
view.result 5.5.39 merge 2014-08-07 18:06:56 +02:00
view_alias.result
view_grant.result
wait_timeout.result
warnings.result
warnings_debug.result
warnings_engine_disabled.result
windows.result
xa.result
xa_binlog.result
xml.result
xtradb_mrr.result