mariadb/mysql-test/r
Anel Husakovic 8639e28808 MDEV-16630: Ambiguous error message when check constraint matches table name
One can create table with the same name for `field` and `table` `check` constraint.
For example:
`create table t(a int check(a>0), constraint a check(a>10));`
But when inserting new rows same error is always raised.
For example with
```insert into t values (-1);```
and
```insert into t values (10);```
same error `ER_CONSTRAINT_FAILED` is obtained and it is not clear which constraint is violated.
This patch solve this error so that in case if field constraint is violated the first parameter
in the error message is `table.field_name` and if table constraint is violated the first parameter
in error message is `constraint_name`.
2018-07-01 22:32:55 +03:00
..
1st.result
aborted_clients.result
adddate_454.result
alias.result
almost_full.result
alter_table-big.result
alter_table.result Merge branch '10.1' into 10.2 2018-06-21 23:47:39 +02:00
alter_table_autoinc-5574.result
alter_table_errors.result MDEV-16110 ALTER with ALGORITHM=INPLACE breaks temporary table with virtual columns 2018-05-15 12:10:48 +02:00
alter_table_mdev539_maria.result
alter_table_mdev539_myisam.result
alter_table_online.result
alter_table_trans.result
alter_user.result
analyze.result
analyze_debug.result
analyze_format_json.result
analyze_stmt.result
analyze_stmt_orderby.result Merge branch '10.1' into 10.2 2018-06-21 23:47:39 +02:00
analyze_stmt_privileges.result
analyze_stmt_privileges2.result
analyze_stmt_slow_query_log.result
ansi.result
assign_key_cache.result
assign_key_cache_debug.result Merge branch '10.1' into 10.2 2018-05-10 13:01:42 +02:00
auth_named_pipe.result
auth_rpl.result
auto_increment.result Merge branch '10.1' into 10.2 2018-06-21 23:47:39 +02:00
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
binary_to_hex.result
blackhole.result
blackhole_plugin.result
bool.result
bootstrap.result
bug39022.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 MDEV-15338 Crash in debug build when dropping column that is part of CHECK 2018-05-23 00:32:49 +03:00
check_constraint.result MDEV-16630: Ambiguous error message when check constraint matches table name 2018-07-01 22:32:55 +03:00
check_constraint_show.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
compound.result
compress.result
concurrent_innodb_safelog.result
concurrent_innodb_unsafelog.result
connect.result
connect2.result
connect_debug.result
consistent_snapshot.result
constraints.result MDEV-16630: Ambiguous error message when check constraint matches table name 2018-07-01 22:32:55 +03:00
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_drop_binlog.result
create_drop_db.result
create_drop_event.result
create_drop_function.result
create_drop_index.result
create_drop_procedure.result
create_drop_role.result
create_drop_server.result
create_drop_trigger.result
create_drop_udf.result
create_drop_user.result
create_drop_view.result
create_not_windows.result
create_or_replace.result Merge branch '10.1' into 10.2 2018-05-20 20:25:35 +02:00
create_or_replace2.result
create_or_replace_permission.result
create_select_tmp.result
create_user.result
create_w_max_indexes_64.result
create_w_max_indexes_128.result
cte_grant.result
cte_nonrecursive.result MDEV-16473 WITH statement throws 'no database selected' error 2018-06-28 12:38:53 +02:00
cte_recursive.result MDEV-15581 Incorrect result (missing row) with UNION DISTINCT in anchor parts 2018-05-17 22:58:21 -07:00
ctype_ascii.result
ctype_big5.result
ctype_binary.result
ctype_collate.result
ctype_cp850.result
ctype_cp932.result
ctype_cp932_binlog_row.result
ctype_cp932_binlog_stm.result
ctype_cp1250_ch.result
ctype_cp1251.result
ctype_create.result
ctype_errors.result
ctype_eucjpms.result
ctype_euckr.result
ctype_filename.result
ctype_filesystem.result
ctype_gb2312.result
ctype_gbk.result
ctype_gbk_binlog.result
ctype_gbk_export_import.result
ctype_hebrew.result
ctype_latin1.result
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_nopad_8bit.result
ctype_partitions.result
ctype_recoding.result
ctype_sjis.result
ctype_swe7.result
ctype_tis620.result
ctype_uca.result
ctype_uca_innodb.result
ctype_uca_partitions.result
ctype_ucs.result
ctype_ucs2_def.result
ctype_ucs2_query_cache.result
ctype_ucs2_uca.result
ctype_ujis.result
ctype_ujis_ucs2.result
ctype_upgrade.result
ctype_utf8.result
ctype_utf8_uca.result
ctype_utf8mb4.result
ctype_utf8mb4_heap.result
ctype_utf8mb4_innodb.result
ctype_utf8mb4_myisam.result
ctype_utf8mb4_uca.result
ctype_utf16.result
ctype_utf16_def.result
ctype_utf16_uca.result
ctype_utf16le.result
ctype_utf32.result
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_debug.result
default_session.result
default_storage_engine.result
delayed.result
delete.result
delete_returning.result
delete_returning_grant.result
delimiter_command_case_sensitivity.result
deprecated_features.result
derived.result
derived_cond_pushdown.result MDEV-16517: Server crash in Item_func_in::val_int() when 2018-06-19 20:03:38 +02:00
derived_opt.result
derived_view.result MDEV-16088: Pushdown into materialized views/derived tables doesn't 2018-05-12 12:42:42 +02:00
dirty_close.result
distinct.result MDEV-14695: Assertion `n < m_size' failed in Bounds_checked_array<Element_type>::operator 2018-05-16 11:40:11 +05:30
drop-no_root.result
drop.result
drop_bad_db_type.result
dyncol.result
empty_server_name-8224.result
empty_table.result
empty_user_table.result
endspace.result
enforce_storage_engine.result
enforce_storage_engine_opt.result
engine_error_in_alter-8453.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_slowlog.result
events_stress.result
events_time_zone.result
events_trans.result
events_trans_notembedded.result
execution_constants.result
explain.result
explain_json.result
explain_json_format_partitions.result
explain_json_innodb.result
explain_non_select.result
explain_slowquerylog.result MDEV-16153 Server crashes in Apc_target::disable, ASAN heap-use-after-free in Explain_query::~Explain_query upon/after EXECUTE IMMEDIATE 2018-05-19 22:12:39 +02:00
ext_key_noPK_6794.result
failed_auth_3909.result
failed_auth_unixsocket.result
fast_prefix_index_fetch_innodb.result
features.result
file_contents.result
filesort_bad_i_s-7585.result
filesort_debug.result
fix_priv_tables.result
flush-innodb-notembedded.result
flush-innodb.result
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
frm_bad_row_type-7333.result
fulltext.result
fulltext2.result
fulltext3.result
fulltext_cache.result
fulltext_charsets.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
func_group_innodb.result
func_hybrid_type.result
func_if.result
func_in.result
func_isnull.result
func_json.result MDEV-16209 JSON_EXTRACT in query crashes server. 2018-06-18 23:00:34 +04:00
func_like.result
func_math.result
func_misc.result
func_op.result
func_regexp.result
func_regexp_pcre.result
func_regexp_pcre_debug.result
func_rollback.result
func_sapdb.result
func_set.result
func_str.result
func_system.result
func_test.result
func_time.result
func_time_hires.result
func_timestamp.result
func_weight_string.result
function_defaults.result
function_defaults_innodb.result
function_defaults_notembedded.result
gcc296.result
get_diagnostics.result
gis-alter_table_online.result
gis-debug.result
gis-json.result
gis-precise.result
gis-rt-precise.result
gis-rtree.result
gis.result
gis2.result
grant.result fix mtr warnings after 5f0510225a 2018-06-24 15:18:36 +02:00
grant2.result MDEV-16238 root/localhost authn prioritizes authentication_string over Password 2018-06-21 10:15:27 +02:00
grant3.result
grant4.result
grant5.result
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
grant_not_windows.result Merge branch '10.0' into 10.1 2018-05-19 22:05:55 +02:00
greedy_optimizer.result
group_by.result
group_by_innodb.result
group_by_null.result
group_min_max.result
group_min_max_innodb.result
handler_read_last.result
handlersocket.result
have_compress.require
have_geometry.require
have_local_infile.require
have_log_bin.require
have_met_timezone.require
have_moscow_leap_timezone.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 Merge branch '10.1' into 10.2 2018-06-21 23:47:39 +02:00
help.result
host_cache_size_functionality.result
huge_frm-6224.result
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 Merge branch '10.1' into 10.2 2018-06-21 23:47:39 +02:00
information_schema2.result
information_schema_all_engines.result
information_schema_chmod.result
information_schema_db.result
information_schema_inno.result
information_schema_linux.result
information_schema_parameters.result
information_schema_part.result
information_schema_routines.result
information_schema_stats.result
init_connect.result
init_connection_query_cache.result
init_file.result
init_file_longline_3816.result
init_file_set_password-7656.result
innodb_bug878769.result
innodb_ext_key.result
innodb_group.result
innodb_icp.result
innodb_ignore_builtin.result
innodb_load_xa.result
innodb_mrr_cpk.result
innodb_mysql_lock.result
innodb_mysql_lock2.result
innodb_mysql_sync.result
innodb_utf8.result
insert.result
insert_innodb.result
insert_notembedded.result
insert_select.result Merge branch '10.1' into 10.2 2018-05-20 20:25:35 +02:00
insert_update.result
insert_update_autoinc-7150.result
ipv4_and_ipv6.result
ipv4_as_ipv6.result
ipv6.result
join.result
join_cache.result
join_crash.result
join_nested.result
join_nested_jcl6.result
join_optimizer.result
join_outer.result
join_outer_innodb.result
join_outer_jcl6.result
key.result
key_cache.result
key_diff.result
key_primary.result
keyread.result
keywords.result
kill-2.result
kill.result
kill_processlist-6619.result
kill_query-6728.result
last_value.result
limit.result Merge branch '10.1' into 10.2 2018-06-21 23:47:39 +02:00
limit_rows_examined.result
loaddata.result
loaddata_autocom_innodb.result
loadxml.result
locale.result
lock.result Merge branch '10.1' into 10.2 2018-06-21 23:47:39 +02:00
lock_multi.result
lock_multi_bug38499.result
lock_multi_bug38691.result
lock_sync.result
lock_tables_lost_commit.result
locked_temporary-5955.result
log_errchk.result
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
long_tmpdir.result
lowercase0.require
lowercase1.require
lowercase2.require
lowercase_fs_off.result
lowercase_fs_on.result
lowercase_mixed_tmpdir.result
lowercase_mixed_tmpdir_innodb.result
lowercase_table.result
lowercase_table2.result
lowercase_table4.result
lowercase_table5.result
lowercase_table_grant.result
lowercase_table_qcache.result
lowercase_utf8.result
lowercase_view.result
max_statement_time.result MDEV-16615 ASAN SEGV in handler::print_error or server crash after error upon CREATE TABLE 2018-06-28 16:17:21 +02:00
mdev-504.result
mdev316.result
mdev375.result
mdev6830.result
mdev13607.result
mdev_14586.result
mdl.result
mdl_sync.result
merge-big.result
merge.result
merge_debug.result
merge_innodb.result
merge_mmap.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-optimize.result
myisam-system.result
myisam.result Merge branch '10.0' into 10.1 2018-05-19 22:05:55 +02:00
myisam_crash_before_flush_keys.result
myisam_debug.result
myisam_enable_keys-10506.result
myisam_explain_non_select_all.result
myisam_icp.result
myisam_icp_notembedded.result
myisam_mrr.result
myisam_optimize.result
myisam_recover.result
myisampack.result
mysql-bug41486.result
mysql-bug45236.result
mysql.result
mysql57_virtual.result
mysql5613mysql.result
mysql_binary_mode.result
mysql_client_test.result
mysql_client_test_comp.result
mysql_client_test_nonblock.result
mysql_comments.result
mysql_cp932.result
mysql_embedded.result
mysql_locale_posix.result
mysql_not_windows.result
mysql_protocols.result
mysql_tzinfo_to_sql_symlink.result
mysql_upgrade-6984.result
mysql_upgrade.result
mysql_upgrade_no_innodb.result
mysql_upgrade_noengine.result
mysql_upgrade_ssl.result
mysql_upgrade_view.result
mysqladmin.result
mysqlbinlog-innodb.result
mysqlbinlog.result
mysqlbinlog_raw_mode.result
mysqlbinlog_row_big.result
mysqlbinlog_row_compressed.result
mysqlbinlog_row_minimal.result
mysqlbinlog_stmt_compressed.result
mysqlcheck.result
mysqld--defaults-file.result
mysqld--help,win.rdiff
mysqld--help.result
mysqld_help_crash-9183.result
mysqld_option_err.result
mysqldump-compat.result
mysqldump-max.result
mysqldump-nl.result
mysqldump-no-binlog.result
mysqldump.result Merge branch '10.1' into 10.2 2018-06-21 23:47:39 +02:00
mysqldump_restore.result
mysqlhotcopy_myisam.result
mysqlshow.result
mysqlslap.result Merge branch '5.5' into 10.0 2018-06-10 17:16:27 +03:00
mysqltest.result
mysqltest_256.result
mysqltest_cont_on_error.result
mysqltest_ps.result
mysqltest_tracking_info.result MDEV-15477: SESSION_SYSVARS_TRACKER does not track last_gtid 2018-06-25 19:01:41 +02:00
named_pipe.result
negation_elimination.result
no-threads.result
no_binlog.result
no_password_column-mdev-11170.result
non_blocking_api.result
not_embedded_server.result
not_partition.result
not_staging.require
not_true.require
not_valgrind.require
null.result
null_key.result
odbc.result
olap.result MDEV-16190 Server crashes in Item_null_result::field_type on SELECT with time field, ROLLUP and HAVING 2018-06-11 16:29:22 +04:00
old-mode.result
one_thread_per_connection.require
openssl_1.result
openssl_6975,tlsv10.result
openssl_6975,tlsv12.result
order_by-mdev-10122.result
order_by.result
order_by_innodb.result
order_by_optimizer.result
order_by_optimizer_innodb.result
order_by_sortkey.result
order_by_zerolength-4285.result
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
partition_alter.result
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_default.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
partition_innodb_plugin.result
partition_innodb_semi_consistent.result
partition_innodb_stmt.result
partition_key_cache.result
partition_list.result MDEV-16101: ADD PARTITION on table partitioned by list does not work with more than 32 list values. 2018-05-14 16:30:25 -07:00
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
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
plugin_auth.result
plugin_auth_qa.result
plugin_auth_qa_1.result
plugin_auth_qa_2.result
plugin_auth_qa_3.result
plugin_innodb.result
plugin_load.result
plugin_load_option.result
plugin_loaderr.result
plugin_maturity.result
plugin_not_embedded.result
plugin_vars.result
pool_of_threads.result
preload.result
processlist.result
profiling.result
progress_976225.result
ps.result Merge branch '10.1' into 10.2 2018-06-21 23:47:39 +02:00
ps_1general.result
ps_2myisam.result
ps_3innodb.result
ps_4heap.result
ps_5merge.result
ps_10nestset.result
ps_11bugs.result
ps_change_master.result
ps_ddl.result
ps_ddl1.result
ps_grant.result
ps_max_subselect-5113.result
ps_not_windows.result
ps_qc_innodb.result
query_cache.result
query_cache_28249.result
query_cache_debug.result
query_cache_innodb.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_innodb.result
range_interrupted-13751.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 Merge branch '10.1' into 10.2 2018-06-21 23:47:39 +02:00
rename.result Merge remote-tracking branch 'origin/10.1' into 10.2 2018-05-24 18:57:52 +03:00
renamedb.result
reopen_temp_table.result
repair.result
repair_symlink-5543.result
replace.result
reset_connection.result Reset connection support in mysqltest (port from mysql) 2018-06-25 18:49:14 +02:00
rollback.result
round.result
row-checksum-old.result
row-checksum.result
row.result
rowid_order_innodb.result
rpl_mysqldump_slave.result
schema.result
second_frac-9175.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 Merge branch '10.1' into 10.2 2018-06-21 23:47:39 +02:00
selectivity_innodb.result Merge branch '10.1' into 10.2 2018-06-21 23:47:39 +02:00
selectivity_no_engine.result
servers.result
session_tracker_last_gtid.result MDEV-15477: SESSION_SYSVARS_TRACKER does not track last_gtid 2018-06-25 19:01:41 +02:00
set_password.result empty password is a valid password, don't crash 2018-06-21 10:15:27 +02:00
set_statement.result
set_statement_debug.result
set_statement_notembedded.result
set_statement_notembedded_binlog.result
set_statement_profiling.result
shm.result
show.result
show_bad_definer-5553.result
show_check.result
show_create_user.result
show_explain.result
show_explain_non_select.result
show_explain_ps.result
show_function_with_pad_char_to_full_length.result
show_grants_with_plugin-7985.result MDEV-16238 root/localhost authn prioritizes authentication_string over Password 2018-06-21 10:15:27 +02:00
show_profile.result
show_row_order-9226.result
shutdown.result
sighup-6580.result
signal.result
signal_code.result
signal_demo1.result
signal_demo2.result
signal_demo3.result
signal_sqlmode.result
single_delete_update.result
single_delete_update_innodb.result
skip_grants.result
skip_log_bin.result
skip_name_resolve.result
slowlog_enospace-10508.result
sp-big.result
sp-bugs.result
sp-bugs2.result
sp-code.result
sp-destruct.result
sp-dynamic.result
sp-error.result
sp-fib.result
sp-group.result
sp-innodb.result Merge branch '10.1' into 10.2 2018-05-10 13:01:42 +02:00
sp-lock.result
sp-no-code.result
sp-prelocking.result
sp-security.result fix mtr warnings after 5f0510225a 2018-06-24 15:18:36 +02:00
sp-threads.result
sp-ucs2.result
sp-vars.result
sp.result MDEV-16311 Server crash when using a NAME_CONST() with a CURSOR 2018-06-13 23:37:09 +04:00
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_7937,nossl.result
ssl_7937.result
ssl_and_innodb.result
ssl_ca.result
ssl_cert_verify.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
ssl_timeout-9836.result
ssl_timeout.result
stack-crash.result
stat_tables-enospc.result
stat_tables.result
stat_tables_disabled.result
stat_tables_innodb.result
stat_tables_innodb_debug.result
stat_tables_myisam_debug.result
stat_tables_par.result
stat_tables_par_innodb.result
stat_tables_partition.result
stat_tables_rbr.result
stat_tables_repl.result
statistics.result Merge 10.1 into 10.2 2018-06-26 18:16:49 +03:00
statistics_close.result Merge remote-tracking branch 'origin/10.1' into 10.2 2018-05-24 18:57:52 +03:00
statistics_index_crash-7362.result
status.result
status2.result
status_bug17954.result
str_to_datetime_457.result
strict.result
strict_autoinc_1myisam.result
strict_autoinc_2innodb.result
strict_autoinc_3heap.result
subselect-crash_15755.result MDEV-15755 Query crashing MariaDB in cleanup_after_query 2018-05-15 12:10:48 +02:00
subselect.result
subselect2.result
subselect3.result
subselect3_jcl6.result
subselect4.result Merge remote-tracking branch 'origin/5.5' into 10.0 2018-06-19 14:03:41 +04:00
subselect_cache.result
subselect_debug.result
subselect_exists2in.result
subselect_exists2in_costmat.result
subselect_extra.result MDEV-16088: Pushdown into materialized views/derived tables doesn't 2018-05-12 12:42:42 +02:00
subselect_extra_no_semijoin.result
subselect_gis.result
subselect_innodb.result
subselect_mat.result
subselect_mat_cost.result
subselect_mat_cost_bugs.result Merge branch '10.1' into 10.2 2018-06-21 23:47:39 +02:00
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 Merge branch '10.1' into 10.2 2018-05-10 13:01:42 +02:00
subselect_sj2.result
subselect_sj2_jcl6.result
subselect_sj2_mat.result Merge branch '10.1' into 10.2 2018-06-21 23:47:39 +02:00
subselect_sj_aria.result
subselect_sj_jcl6.result Merge branch '10.1' into 10.2 2018-05-10 13:01:42 +02:00
subselect_sj_mat.result
subselect_sj_nonmerged.result MDEV-16374: Filtered shows 0 for materilization scan for a semi join, which makes optimizer always picks 2018-06-09 11:40:28 +05:30
sum_distinct-big.result
sum_distinct.result
symlink-aria-11902.result
symlink-myisam-11902.result
symlink.result
synchronization.result
sysdate_is_now.result
system_mysql_db.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_keyinfo-6838.result
table_options-5867.result
table_options.result
tablelock.result
tablespace.result
tc_heuristic_recover.result
temp_table.result
temp_table_frm.result
temporal_literal.result
temporal_scale_4283.result
thread_id_overflow.result
timezone.result
timezone2.result
timezone3.result
timezone4.result
timezone_grant.result
tmp_table_count-7586.result
trans_read_only.result
trigger-compat.result
trigger-trans.result
trigger.result Merge 10.1 into 10.2 2018-05-29 16:52:12 +03:00
trigger_no_defaults-11698.result
trigger_notembedded.result
trigger_null-8605.result
trigger_wl3253.result
true.require
truncate-stale-6500.result
truncate.result
truncate_badse.result
truncate_coverage.result
type_binary.result
type_bit.result MDEV-9334 ALTER from DECIMAL to BIGINT UNSIGNED returns a wrong result 2018-06-15 10:11:51 +04:00
type_bit_innodb.result
type_blob.result MDEV-12809 Bad column type created for TEXT(1431655798) CHARACTER SET utf8 2018-06-21 15:17:15 +04:00
type_date.result
type_datetime.result
type_datetime_hires.result
type_decimal.result MDEV-12574 MAX(old_decimal) produces a column of the old DECIMAL type 2018-06-25 09:08:07 +04:00
type_enum.result
type_float.result
type_int.result MDEV-9334 ALTER from DECIMAL to BIGINT UNSIGNED returns a wrong result 2018-06-15 10:11:51 +04:00
type_json.result MDEV-16630: Ambiguous error message when check constraint matches table name 2018-07-01 22:32:55 +03:00
type_nchar.result
type_newdecimal-big.result
type_newdecimal.result
type_num.result
type_num_innodb.result
type_ranges.result
type_set.result
type_temporal_innodb.result
type_temporal_mysql56.result
type_time.result
type_time_6065.result
type_time_hires.result
type_timestamp.result
type_timestamp_hires.result
type_uint.result
type_varchar.result
type_year.result
udf.result
udf_debug_sync.result
udf_notembedded.result
udf_query_cache.result
udf_skip_grants.result
union.result
union_crash-714.result
uniques_crash-7912.result
unsafe_binlog_innodb.result
update.result
update_ignore_216.result
update_innodb.result
upgrade.result
user_limits.result
user_var-binlog.result
user_var.result
userstat-badlogin-4824.result
userstat.result
varbinary.result
variables-notembedded.result
variables.result
variables_community.result
view.result
view_alias.result
view_debug.result
view_grant.result
wait_timeout.result
warnings.result
warnings_debug.result
warnings_engine_disabled.result
win.result MDEV-15853: Assertion `tab->filesort_result == 0' failed 2018-05-11 03:23:17 +05:30
win_as_arg_to_aggregate_func.result
win_avg.result
win_big-mdev-10092.result
win_big-mdev-11697.result
win_big.result
win_bit.result
win_empty_over.result
win_first_last_value.result
win_i_s.result
win_insert_select.result
win_lead_lag.result
win_min_max.result
win_nth_value.result
win_ntile.result
win_orderby.result
win_percent_cume.result
win_rank.result
win_std.result
win_sum.result
windows.result
xa.result
xa_binlog.result
xa_sync.result
xml.result
xtradb_mrr.result