mariadb/mysql-test/r
Igor Babaev 1fde449f1d MDEV-16820 Lost 'Impossible where' from query with inexpensive subquery
This patch fixes another problem introduced by the patch for mdev-4817.
The latter changed Item_cond::fix_fields() in such a way that it could
call the virtual method is_expensive(). With the first its call
the method saves the result in Item::is_expensive_cache. For all next
calls the method returns the result from this cache. So if the item
once was determined as expensive the method always returns true.
For subqueries it's not good, because non-optimized subqueries always
is considered as expensive.
It means that the cache should be invalidated after the call of
optimize_constant_subqueries().
2018-07-24 23:53:12 -07:00
..
1st.result
aborted_clients.result
adddate_454.result
alias.result
almost_full.result
alter_table-big.result
alter_table.result Merge branch '10.0' into 10.1 2018-06-12 18:55:27 +03:00
alter_table_autoinc-5574.result
alter_table_mdev539_maria.result
alter_table_mdev539_myisam.result
alter_table_online.result MDEV-13175 Adding a new enum value at the end of a list triggers a table rebuild 2017-07-20 20:13:28 +02:00
alter_table_trans.result
analyze.result MDEV-9590: Always print "Engine-independent statistic" warnings and might be filtering columns unintentionally from engines 2016-03-21 11:48:04 +01:00
analyze_format_json.result Merge 10.0 into 10.1 2017-05-23 08:59:03 +03:00
analyze_stmt.result [MDEV-8063]: Fix incorrect commit. 2015-05-19 12:04:09 +00:00
analyze_stmt_orderby.result MDEV-16191: Analyze format=json gives incorrect value for r_limit inside a dependent 2018-06-09 19:04:51 +05:30
analyze_stmt_privileges.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
analyze_stmt_privileges2.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
analyze_stmt_slow_query_log.result MDEV-7558 analyze_stmt_slow_query_log fails sporadically in buildbot 2016-12-21 22:40:52 +02:00
ansi.result
assign_key_cache.result MDEV-15216 Assertion `! is_set() || m_can_overwrite_status' failed in Diagnostics_area::set_error_status upon operation inside XA 2018-05-08 10:48:13 +02:00
assign_key_cache_debug.result rename a test 2018-05-07 17:19:35 +02:00
auth_named_pipe.result Fix authentication plugin's tests in case username contains non-alphanumeric character, e.g dash 2016-02-01 17:51:57 +01:00
auth_rpl.result
auto_increment.result MDEV-16534 PPC64: Unexpected error with a negative value into auto-increment columns in HEAP, MyISAM, ARIA 2018-06-20 16:36:46 +04:00
auto_increment_ranges_innodb.result
auto_increment_ranges_myisam.result
bad_frm_crash_5029.result
bench_count_distinct.result MDEV-10880: Assertions keypart_map' or prebuilt->search_tuple->n_fields > 0' fail on DISTINCT and GROUP BY constant 2017-06-23 09:16:27 +02:00
big_test.require
bigint.result Merge branch '10.0' into 10.1 2016-05-04 15:23:26 +02:00
binary.result
binary_to_hex.result Bug#25340722 - PRINT BINARY DATA AS HEX IN THE MYSQL 2017-05-03 15:16:08 +00:00
blackhole.result Merge branch '5.5' into 10.0 2015-05-04 22:00:24 +02:00
blackhole_plugin.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
bool.result
bootstrap.result clarify the test case 2015-05-03 11:51:22 +02:00
bug39022.result
bug46760.result
bug47671.result
bug58669.result
bug12427262.result
bug13633383.result MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty strings 2015-09-17 11:05:07 +04:00
bulk_replace.result
cache_innodb.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
cache_temporal_4265.result MDEV-10524 Assertion `arg1_int >= 0' failed in Item_func_additive_op::result_precision() 2016-12-19 14:28:08 +04:00
case.result Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
case_insensitive_file_system.require
case_insensitive_fs.require
case_sensitive_file_system.require
cast.result MDEV-11030 Assertion `precision > 0' failed in decimal_bin_size 2017-01-12 16:37:58 +04:00
change_user.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
change_user_notembedded.result
check.result MDEV-11231 Server crashes in check_duplicate_key on CREATE TABLE ... SELECT 2016-12-04 01:59:35 +01:00
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 MDEV-8369 Unexpected impossible WHERE for a condition on a ZEROFILL field 2015-09-11 15:41:53 +04:00
compound.result MDEV-8615: Assertion `m_cpp_buf <= begin_ptr && begin_ptr <= m_cpp_buf + m_buf_length' failed in Lex_input_stream::body_utf8_start 2016-01-27 21:17:23 +01:00
compress.result MDEV-8989: ORDER BY optimizer ignores equality propagation 2016-06-01 23:43:11 +03:00
concurrent_innodb_safelog.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
concurrent_innodb_unsafelog.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
connect.result Adjust table_open_cache to avoid getting error 24 (too many open files) 2018-03-26 17:53:17 +03:00
connect_debug.result Use after free in authentication 2018-05-01 11:50:34 +02:00
consistent_snapshot.result
constraints.result MDEV-11231 Server crashes in check_duplicate_key on CREATE TABLE ... SELECT 2016-12-04 01:59:35 +01:00
contributors.result Update contributors 2018-04-05 14:23:18 +04:00
count_distinct.result MDEV-13458: Wrong result for aggregate function with distinct clause when the value for tmp_table_size is small 2017-08-09 18:09:04 +05:30
count_distinct2.result
count_distinct3.result
crash_commit_before.result
create-big.result Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not specified and if not timestamp or auto_increment 2015-08-18 11:18:57 +03:00
create-uca.result
create.result Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
create_delayed.result
create_drop_binlog.result MDEV-7817 ALTER TABLE {ADD|DROP} INDEX IF [NOT] EXISTS does not get written into binlog if nothing to do. 2015-10-06 00:18:41 +05:00
create_drop_db.result
create_drop_event.result
create_drop_function.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
create_drop_index.result MDEV-7284 INDEX: CREATE OR REPLACE 2015-04-03 15:43:55 +04:00
create_drop_procedure.result
create_drop_role.result Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
create_drop_server.result
create_drop_trigger.result
create_drop_udf.result
create_drop_user.result Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
create_drop_view.result MDEV-7886 CREATE VIEW IF NOT EXISTS produces a wrong warning 2015-04-13 22:36:49 +04:00
create_not_windows.result
create_or_replace.result Merge branch '10.0' into 10.1 2018-05-19 22:05:55 +02:00
create_or_replace2.result
create_or_replace_permission.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
create_select_tmp.result
create_w_max_indexes_64.result Merge branch '10.0' into 10.1 2016-12-11 09:53:42 +01:00
create_w_max_indexes_128.result MDEV-9021: MYSQLD SEGFAULTS WHEN BUILT USING --WITH-MAX-INDEXES=128 2015-11-09 09:28:00 -05:00
ctype_ascii.result
ctype_big5.result Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
ctype_binary.result MDEV-10524 Assertion `arg1_int >= 0' failed in Item_func_additive_op::result_precision() 2016-12-19 14:28:08 +04:00
ctype_collate.result Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not specified and if not timestamp or auto_increment 2015-08-18 11:18:57 +03:00
ctype_cp850.result MDEV-9862 Illegal mix of collation, when comparing column with CASE expression 2016-04-02 00:04:47 +04:00
ctype_cp932.result
ctype_cp932_binlog_row.result
ctype_cp932_binlog_stm.result Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
ctype_cp1250_ch.result MDEV-8694 Wrong result for SELECT..WHERE a NOT LIKE 'a ' AND a='a' 2015-08-28 17:03:09 +04:00
ctype_cp1251.result MDEV-10524 Assertion `arg1_int >= 0' failed in Item_func_additive_op::result_precision() 2016-12-19 14:28:08 +04:00
ctype_create.result MDEV-7387 [PATCH] Alter table xxx CHARACTER SET utf8, CONVERT TO CHARACTER SET latin1 should fail 2015-03-13 16:12:54 +04:00
ctype_errors.result
ctype_eucjpms.result Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
ctype_euckr.result Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
ctype_filename.result Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
ctype_filesystem.result
ctype_gb2312.result Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
ctype_gbk.result Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
ctype_gbk_binlog.result
ctype_hebrew.result
ctype_latin1.result MDEV-15005 ASAN: stack-buffer-overflow in my_strnncollsp_simple 2018-03-19 13:07:41 +04:00
ctype_latin1_de.result Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not specified and if not timestamp or auto_increment 2015-08-18 11:18:57 +03:00
ctype_latin2.result Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not specified and if not timestamp or auto_increment 2015-08-18 11:18:57 +03:00
ctype_latin2_ch.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
ctype_ldml.result MDEV-8686 A user defined collation utf8_confusables doesn't work 2016-06-23 14:25:48 +04:00
ctype_like_range.result Adding collations 2016-05-30 16:56:29 +04:00
ctype_many.result MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty strings 2015-09-17 11:05:07 +04:00
ctype_mb.result Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not specified and if not timestamp or auto_increment 2015-08-18 11:18:57 +03:00
ctype_partitions.result
ctype_recoding.result MDEV-10181 Illegal mix of collation for a field and an ASCII string as a view field 2016-06-10 15:50:19 +04:00
ctype_sjis.result Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
ctype_swe7.result
ctype_tis620.result MDEV-8694 Wrong result for SELECT..WHERE a NOT LIKE 'a ' AND a='a' 2015-08-28 17:03:09 +04:00
ctype_uca.result MDEV-10262 ucs2_thai_520_w2: wrong implicit weights on the secondary level 2016-06-21 21:36:23 +04:00
ctype_uca_innodb.result Merge /my/maria-10.1-default into 10.1 2015-08-18 11:27:00 +03:00
ctype_uca_partitions.result Multi-level collation in UCA, Thai sorting with contraction for UTF8. 2016-05-26 16:45:50 +07:00
ctype_ucs.result Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-05-07 13:49:14 +03:00
ctype_ucs2_def.result Merge remote-tracking branch 'origin/5.5' into 10.0 2017-01-06 17:09:59 +02:00
ctype_ucs2_query_cache.result Merge remote-tracking branch 'origin/5.5' into 10.0 2017-01-06 17:09:59 +02:00
ctype_ujis.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
ctype_ujis_ucs2.result
ctype_upgrade.result MDEV-11942 BLACKHOLE is no longer active in 10.1 by default, mysql_upgrade not handling the situation 2017-03-10 18:21:25 +01:00
ctype_utf8.result MDEV-15005 ASAN: stack-buffer-overflow in my_strnncollsp_simple 2018-03-19 13:07:41 +04:00
ctype_utf8mb4.result Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-05-07 13:49:14 +03:00
ctype_utf8mb4_heap.result MDEV-10191 non convertible chars convert() resulted in Null instead "?" on Windows 2017-09-15 20:59:04 +04:00
ctype_utf8mb4_innodb.result MDEV-10191 non convertible chars convert() resulted in Null instead "?" on Windows 2017-09-15 20:59:04 +04:00
ctype_utf8mb4_myisam.result MDEV-10191 non convertible chars convert() resulted in Null instead "?" on Windows 2017-09-15 20:59:04 +04:00
ctype_utf8mb4_uca.result MDEV-10262 ucs2_thai_520_w2: wrong implicit weights on the secondary level 2016-06-21 21:36:23 +04:00
ctype_utf16.result Merge branch '10.0' into 10.1 2017-01-16 03:18:14 +02:00
ctype_utf16_def.result Merge remote-tracking branch 'origin/5.5' into 10.0 2017-01-06 17:09:59 +02:00
ctype_utf16_uca.result MDEV-10262 ucs2_thai_520_w2: wrong implicit weights on the secondary level 2016-06-21 21:36:23 +04:00
ctype_utf16le.result MDEV-9178 Wrong result for CAST(CONVERT('1IJ3' USING ucs2) AS SIGNED) 2015-11-24 22:47:42 +04:00
ctype_utf32.result Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
ctype_utf32_uca.result MDEV-10262 ucs2_thai_520_w2: wrong implicit weights on the secondary level 2016-06-21 21:36:23 +04:00
date_formats.result
datetime_456.result
ddl_i18n_koi8r.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
ddl_i18n_utf8.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
deadlock_innodb.result
debug_sync.result
default.result Merge branch '10.0' into 10.1 2016-12-11 09:53:42 +01:00
default_storage_engine.result
delayed.result MDEV-9621 INSERT DELAYED fails on insert for tables with many columns 2016-04-07 19:31:10 +03:00
delete.result
delete_returning.result MDEV-13776 mysqld got signal 11 on delete returning 2017-10-23 15:35:10 -07:00
delete_returning_grant.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
delimiter_command_case_sensitivity.result MDEV-10728 -- mysqlbinlog can't be input to mysql client 2017-11-06 12:56:56 +00:00
deprecated_features.result
derived.result Merge branch '10.0' into bb-10.1-merge 2018-07-19 12:55:54 +02:00
derived_opt.result
derived_view.result Merge 10.0 into 10.1 2017-05-23 08:59:03 +03:00
dirty_close.result
distinct.result MDEV-10880: Assertions keypart_map' or prebuilt->search_tuple->n_fields > 0' fail on DISTINCT and GROUP BY constant 2017-06-23 09:16:27 +02:00
drop-no_root.result
drop.result MDEV-10846 Running mysqldump backup twice returns error: Table 2016-10-27 00:04:26 +04:00
drop_bad_db_type.result MDEV-11943 I_S.TABLES inconsistencies with tables with unknown storage engine 2017-03-10 18:21:24 +01:00
drop_debug.result
dyncol.result MDEV-15230: column_json breaks cyrillic in 10.1.31 2018-02-07 18:14:45 +01:00
empty_server_name-8224.result Fixed mysqltest run failure: 2015-08-13 01:28:15 +03:00
empty_table.result
empty_user_table.result
endspace.result
enforce_storage_engine.result MDEV-8577: With enforce-storage-engine mysql_upgrade corrupts the schema: 2015-09-12 13:16:05 +03:00
enforce_storage_engine_opt.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
engine_error_in_alter-8453.result MDEV-8453 Alter table not returning engine errors 2017-08-01 09:52:57 +02:00
error_simulation.result
errors.result Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
events_1.result Merge branch '10.0' into 10.1 2016-06-28 22:01:55 +02:00
events_2.result Merge branch '10.0' 10.1 2017-04-28 20:19:32 +02:00
events_bugs.result Merge branch '10.0' into 10.1 2016-03-21 13:02:53 +01:00
events_embedded.result
events_grant.result
events_logs_tests.result
events_microsec.result
events_restart.result Allow mysql_upgrade to enable event after table is corrected 2015-10-21 16:31:11 +03:00
events_scheduling.result
events_slowlog.result Merge remote-tracking branch 'origin/5.5' into 10.0 2017-01-06 17:09:59 +02:00
events_stress.result
events_time_zone.result
events_trans.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
events_trans_notembedded.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
execution_constants.result
explain.result MDEV-11231 Server crashes in check_duplicate_key on CREATE TABLE ... SELECT 2016-12-04 01:59:35 +01:00
explain_json.result MDEV-8840: ANALYZE FORMAT=JSON produces wrong data with BKA 2017-09-24 23:37:57 +05:30
explain_json_format_partitions.result Update test results after previous pushes 2015-04-12 10:30:10 +02:00
explain_json_innodb.result
explain_non_select.result Fix for MDEV-8321, MDEV-6223 2015-10-06 15:54:37 +03:00
explain_slowquerylog.result
ext_key_noPK_6794.result
failed_auth_3909.result
failed_auth_unixsocket.result
fast_prefix_index_fetch_innodb.result MDEV-12255 innodb_prefix_index_cluster_optimization hits debug build 2018-03-20 17:53:33 +05:30
features.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
file_contents.result
filesort_bad_i_s-7585.result MDEV-7585 Assertion `thd->is_error() || kill_errno || thd->killed == ABORT_QUERY' failed in ha_rows filesort 2015-04-27 15:42:12 +02:00
filesort_debug.result
fix_priv_tables.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
flush-innodb-notembedded.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
flush-innodb.result
flush.result
flush2.result MDEV-7110 : Add missing MySQL variable log_bin_basename and log_bin_index 2015-06-09 13:38:29 -04:00
flush_block_commit.result
flush_block_commit_notembedded.result
flush_read_lock.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
flush_read_lock_kill.result
flush_table.result
foreign_key.result
frm_bad_row_type-7333.result
fulltext.result Merge remote-tracking branch '5.5' into 10.0 2018-01-24 12:29:31 +02:00
fulltext2.result
fulltext3.result MDEV-9986 Full-text search of the utf8mb4 column causes crash 2016-04-26 12:58:14 +02:00
fulltext_cache.result
fulltext_charsets.result MDEV-11241 Certain combining marks cause MariaDB to crash when doing Full-Text searches 2016-12-03 22:03:38 +01:00
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 MDEV-10864 Wrong result for WHERE .. (f2=COMPRESS('test') OR f2=COMPRESS('TEST')) 2016-09-22 10:03:12 +04:00
func_concat.result MDEV-13790 UNHEX() of a somewhat complicated CONCAT() returns NULL 2018-01-30 11:35:27 +04:00
func_crypt.result Merge remote-tracking branch '10.0' into 10.1 2017-06-21 16:19:43 +03:00
func_date_add.result MDEV-14452 Precision in INTERVAL xxx DAY_MICROSECOND parsed wrong? 2018-03-14 14:46:23 +04:00
func_default.result
func_des_encrypt.result
func_digest.result MDEV-10425 Assertion `collation.derivation == DERIVATION_IMPLICIT' failed in Item_func_conv_charset::fix_length_and_dec() 2016-09-22 07:00:10 +04:00
func_encrypt.result MDEV-8369 Unexpected impossible WHERE for a condition on a ZEROFILL field 2015-09-11 15:41:53 +04:00
func_encrypt_nossl.result
func_encrypt_ucs2.result
func_equal.result
func_gconcat.result MDEV-5542: GROUP_CONCAT truncate output to 65.536 chars when using DISTINCT or ORDER BY 2016-03-01 21:10:59 +01:00
func_group.result MDEV-10556 Assertion `0' failed in virtual void Item_sum_field::set_result_field(Field*) 2016-09-21 09:13:33 +04:00
func_group_innodb.result
func_hybrid_type.result MDEV-9653 Assertion `length || !scale' failed in uint my_decimal_length_to_precision(uint, uint, bool) 2016-03-18 17:50:18 +04:00
func_if.result Merge branch '10.0' into 10.1 2015-10-12 00:37:58 +02:00
func_in.result Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
func_isnull.result Fixed mdev-14911: zero_date is considered as NULL, depending on 2018-01-15 11:19:14 -08:00
func_like.result MDEV-8599 "WHERE varchar_field LIKE temporal_const" does not use range optimizer 2015-08-12 17:28:45 +04:00
func_math.result Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
func_misc.result Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-05-07 13:49:14 +03:00
func_op.result
func_regexp.result
func_regexp_pcre.result Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
func_regexp_pcre_debug.result MDEV-8102 REGEXP function fails to match hex values when expression is stored as a variable 2015-05-14 14:43:37 +04:00
func_rollback.result
func_sapdb.result
func_set.result Merge branch '10.0' into 10.1 2017-12-20 13:30:05 +02:00
func_str.result Merge branch '10.0' into 10.1 2018-04-07 17:11:22 +03:00
func_system.result Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not specified and if not timestamp or auto_increment 2015-08-18 11:18:57 +03:00
func_test.result MDEV-8871 Wrong result for CREATE TABLE .. SELECT LEAST(unsigned_column,unsigned_column) 2015-09-30 10:05:16 +04:00
func_time.result Merge remote-tracking branch '10.0' into 10.1 2018-03-15 03:45:28 +02:00
func_time_hires.result Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not specified and if not timestamp or auto_increment 2015-08-18 11:18:57 +03:00
func_timestamp.result
func_weight_string.result MDEV-8369 Unexpected impossible WHERE for a condition on a ZEROFILL field 2015-09-11 15:41:53 +04:00
function_defaults.result MDEV-7778 impossible create copy of table, if table contain default value for timestamp field 2015-05-05 13:22:09 +04:00
function_defaults_innodb.result MDEV-7778 impossible create copy of table, if table contain default value for timestamp field 2015-05-05 13:22:09 +04:00
function_defaults_notembedded.result
gcc296.result
get_diagnostics.result
gis-alter_table_online.result MDEV-13175 Adding a new enum value at the end of a list triggers a table rebuild 2017-07-20 20:13:28 +02:00
gis-debug.result MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty strings 2015-09-17 11:05:07 +04:00
gis-precise.result MDEV-12705 10.1.18-MariaDB-1~jessie - mysqld got signal 11. 2017-10-07 14:17:45 +04:00
gis-rt-precise.result MDEV-12078 Using spatial index changes type from point to geometry 2017-07-11 23:27:19 +04:00
gis-rtree.result MDEV-8610 "WHERE CONTAINS(indexed_geometry_column,1)" causes full table scan 2015-08-13 14:25:51 +04:00
gis.result Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
gis2.result
grant.result Merge branch '10.0' into 10.1 2018-05-19 22:05:55 +02:00
grant2.result Merge remote-tracking branch 'origin/10.0' into 10.1 2018-05-24 11:08:02 +03:00
grant3.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
grant4.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
grant5.result MDEV-9580 SHOW GRANTS FOR <current_user> fails 2016-04-24 18:15:20 +02:00
grant_4332.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
grant_cache_no_prot.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
grant_cache_ps_prot.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
grant_explain_non_select.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
grant_lowercase.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
grant_lowercase_fs.result MDEV-6066: Merge new defaults from 5.6 and 5.7 2015-09-04 10:33:56 +02:00
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 Merge branch '10.0' into 10.1 2017-12-20 13:30:05 +02:00
group_by_innodb.result Merge branch '10.0' into 10.1 2016-12-11 09:53:42 +01:00
group_by_null.result
group_min_max.result MDEV-10880: Assertions keypart_map' or prebuilt->search_tuple->n_fields > 0' fail on DISTINCT and GROUP BY constant 2017-06-23 09:16:27 +02:00
group_min_max_innodb.result Merge branch '5.5' into 10.0 2016-09-27 09:21:19 +02:00
handler_read_last.result Added new status variables to make it easier to debug certain problems: 2016-08-21 20:18:39 +03:00
handlersocket.result MDEV-11663 Create services for functionality used by plugins 2017-04-27 19:12:38 +02:00
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 remote-tracking branch 'origin/10.0' into 10.1 2018-06-19 14:04:53 +04:00
help.result Merge branch '10.0' into 10.1 2016-06-28 22:01:55 +02:00
host_cache_size_functionality.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
huge_frm-6224.result
implicit_char_to_num_conversion.result
implicit_commit.result Merge branch '10.0' into 10.1 2018-05-08 17:08:23 +02:00
in_datetime_241.result
index_intersect.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
index_intersect_innodb.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
index_merge_innodb.result Merge remote-tracking branch 'origin/5.5' into 10.0 2017-01-06 17:09:59 +02:00
index_merge_myisam.result Merge branch '10.0' into 10.1 2016-12-11 09:53:42 +01:00
information_schema-big.result
information_schema.result Merge branch '10.0' into 10.1 2018-06-12 18:55:27 +03:00
information_schema2.result MDEV-8796 Delete with sub query with information_schema.TABLES deletes too many rows 2015-10-08 10:01:43 +02:00
information_schema_all_engines.result
information_schema_chmod.result
information_schema_db.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
information_schema_inno.result MDEV-9307 - provide info about DATA/INDEX directory in INFORMATION_SCHEMA.TA 2016-02-22 12:48:03 +01:00
information_schema_linux.result MDEV-6756: map a linux pid (child pid) to a connection id shown in the output of SHOW PROCESSLIST 2015-09-17 14:30:58 +02:00
information_schema_parameters.result
information_schema_part.result MDEV-11353 - Identical logical conditions 2016-12-20 17:42:08 +04:00
information_schema_routines.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
information_schema_stats.result MDEV-10428 main.information_schema_stats fails sporadically in buildbot 2016-07-25 01:57:00 +03:00
init_connect.result
init_connection_query_cache.result
init_file.result
init_file_longline_3816.result
init_file_set_password-7656.result MDEV-7656 init_file option does not allow changing passwords 2015-10-22 07:23:59 +02:00
innodb_bug878769.result
innodb_ext_key.result MDEV-11196: Error:Run-Time Check Failure #2 - Stack around the variable 'key_buff' 2017-05-28 00:40:36 +05:30
innodb_group.result MDEV-10556 Assertion `0' failed in virtual void Item_sum_field::set_result_field(Field*) 2016-09-21 09:13:33 +04:00
innodb_icp.result Merge branch '10.0' 10.1 2017-04-28 20:19:32 +02:00
innodb_ignore_builtin.result
innodb_load_xa.result Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
innodb_mrr_cpk.result Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not specified and if not timestamp or auto_increment 2015-08-18 11:18:57 +03:00
innodb_mysql_lock.result
innodb_mysql_lock2.result
innodb_mysql_sync.result MDEV-11231 Server crashes in check_duplicate_key on CREATE TABLE ... SELECT 2016-12-04 01:59:35 +01:00
innodb_utf8.result
insert.result Merge branch '10.0' into 10.1 2017-09-21 22:02:21 +02:00
insert_innodb.result Merge branch 'mysql/5.5' into 5.5 2016-06-14 13:55:28 +02:00
insert_notembedded.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
insert_select.result Merge branch '5.5' into 10.0 2018-05-19 15:38:34 +02:00
insert_update.result MDEV-11698 Old Bug possibly not fixed; BEFORE INSERT Trigger on NOT NULL 2017-01-17 20:16:09 +01:00
insert_update_autoinc-7150.result
ipv4_and_ipv6.result
ipv4_as_ipv6.result
ipv6.result
join.result Merge branch '10.0' into bb-10.1-merge 2018-07-19 12:55:54 +02:00
join_cache.result Merge branch '10.0' into bb-10.1-merge 2018-07-19 12:55:54 +02:00
join_crash.result
join_nested.result Fixed bug mdev-7992. 2017-02-24 09:40:53 -08:00
join_nested_jcl6.result Fixed bug mdev-7992. 2017-02-24 09:40:53 -08:00
join_optimizer.result
join_outer.result Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-05-07 13:49:14 +03:00
join_outer_innodb.result
join_outer_jcl6.result Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-05-07 13:49:14 +03:00
key.result Merge branch '10.0' into 10.1 2016-12-11 09:53:42 +01:00
key_cache.result
key_diff.result
key_primary.result
keywords.result
kill-2.result
kill.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
kill_processlist-6619.result MDEV-9945 - main.kill_processlist-6619 fails sporadically 2016-06-14 14:44:09 +04:00
kill_query-6728.result
last_value.result
limit.result Merge branch '10.0' into 10.1 2018-06-12 18:55:27 +03:00
limit_rows_examined.result Merge remote-tracking branch 'origin/5.5' into 10.0 2017-05-17 15:42:36 +03:00
loaddata.result Merge branch '10.0' 10.1 2017-04-28 20:19:32 +02:00
loaddata_autocom_innodb.result
loadxml.result Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
locale.result Merge branch '5.5' into bb-10.0 2016-06-21 14:11:02 +02:00
lock.result mysqltest: Allow HANDLER READ in --ps-protocol tests 2018-06-11 09:57:54 +02:00
lock_multi.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
lock_multi_bug38499.result
lock_multi_bug38691.result
lock_sync.result
lock_tables_lost_commit.result
locked_temporary-5955.result
log_errchk.result Merge branch '5.5' into 10.0 2015-05-04 22:00:24 +02:00
log_slow.result Merge branch '10.0' into 10.1 2017-01-16 03:18:14 +02:00
log_state.result
log_state_bug33693.result
log_tables-big.result MTR's internal check of main.log_tables-big failed 2017-08-15 20:10:04 +03:00
log_tables.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
log_tables_debug.result
log_tables_upgrade.result MDEV-11942 BLACKHOLE is no longer active in 10.1 by default, mysql_upgrade not handling the situation 2017-03-10 18:21:25 +01:00
long_tmpdir.result
lowercase0.require
lowercase1.require
lowercase2.require
lowercase_fs_off.result Merge branch '10.0' into 10.1 2015-11-19 15:52:14 +01:00
lowercase_fs_on.result backport include/search_pattern_in_file.inc from 10.1 2016-10-26 18:44:34 +02:00
lowercase_mixed_tmpdir.result
lowercase_mixed_tmpdir_innodb.result
lowercase_table.result
lowercase_table2.result MDEV-11231 Server crashes in check_duplicate_key on CREATE TABLE ... SELECT 2016-12-04 01:59:35 +01:00
lowercase_table4.result fix lowercase* tests labrador 2015-10-15 00:55:57 +02:00
lowercase_table5.result
lowercase_table_grant.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
lowercase_table_qcache.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
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 MDEV-8670 main.mdev-504 fails on Windows (in buildbot and outside) 2015-08-24 01:37:21 +03:00
mdev316.result
mdev375.result Adjust table_open_cache to avoid getting error 24 (too many open files) 2018-03-26 17:53:17 +03:00
mdev6830.result fix a couple of dbug tests not to write to /tmp 2016-04-19 11:27:00 +02:00
mdev13607.result MDEV-13607 MariaDB crash in fix_semijoin_strategies_for_picked_join_order 2017-10-23 15:33:13 -07:00
mdev_14586.result MDEV-14586 Assertion `0' failed in retrieve_auto_increment ... 2018-01-23 17:29:58 +05:30
mdl_sync.result MDEV-12620 - set lock_wait_timeout = 1;flush tables with read lock; 2017-06-16 15:47:46 +04:00
merge-big.result
merge.result Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
merge_debug.result
merge_innodb.result Bug#20691429 ASSERTION `CHILD_L' FAILED IN STORAGE/MYISAMMRG/HA_MYISAMMRG.CC:631 2016-02-09 11:28:59 +01:00
merge_mmap.result
metadata.result MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibility with MySQL 2015-09-22 14:01:54 +04:00
mix2_myisam.result Merge branch '10.0' into 10.1 2016-12-11 09:53:42 +01:00
mix2_myisam_ucs2.result
mrr_derived_crash_4610.result
mrr_icp_extra.result MDEV-11231 Server crashes in check_duplicate_key on CREATE TABLE ... SELECT 2016-12-04 01:59:35 +01:00
multi_statement.result
multi_update.result Merge branch '10.0' into 10.1 2016-06-28 22:01:55 +02:00
multi_update2.result
multi_update_innodb.result
multi_update_tiny_hash.result
myisam-big.result
myisam-blob.result MDEV-9319 ALTER from a bigger to a smaller blob type truncates too much data 2015-12-29 14:17:31 +04:00
myisam-optimize.result MDEV-8475 stale .TMM file causes MyiSAM and Aria engine to stop serving the table 2015-08-18 11:18:57 +03:00
myisam-system.result Post MDEV-11902 Fix test failures in maria and myisam storage engines 2017-03-03 20:12:48 +02:00
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 Update myisam_debug test result post print_lock_error change 2017-08-01 09:52:59 +02:00
myisam_enable_keys-10506.result Merge branch '5.5' into 10.0 2016-08-10 19:19:05 +02:00
myisam_explain_non_select_all.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
myisam_icp.result Merge branch '10.0' 10.1 2017-04-28 20:19:32 +02:00
myisam_icp_notembedded.result
myisam_mrr.result
myisam_optimize.result MDEV-11539 test_if_reopen: Assertion `strcmp(share->unique_file_name,filename) || share->last_version' failed upon select from I_S 2018-01-25 14:03:24 +01:00
myisam_recover.result Update test cases post MDEV-10286 2018-04-09 16:49:41 +03:00
myisampack.result
mysql-bug41486.result
mysql-bug45236.result
mysql.result Merge branch '10.0' into 10.1 2017-06-30 13:28:39 +02:00
mysql5613mysql.result
mysql_binary_mode.result
mysql_client_test.result
mysql_client_test_comp.result
mysql_client_test_nonblock.result
mysql_comments.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
mysql_cp932.result
mysql_embedded.result
mysql_locale_posix.result
mysql_not_windows.result mysqltest: don't eat new lines in --exec 2016-10-14 01:12:04 +02:00
mysql_protocols.result
mysql_tzinfo_to_sql_symlink.result Merge tag 'mariadb-10.0.20' into 10.1 2015-06-27 20:35:26 +02:00
mysql_upgrade-6984.result MDEV-11942 BLACKHOLE is no longer active in 10.1 by default, mysql_upgrade not handling the situation 2017-03-10 18:21:25 +01:00
mysql_upgrade.result Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
mysql_upgrade_no_innodb.result MDEV-11942 BLACKHOLE is no longer active in 10.1 by default, mysql_upgrade not handling the situation 2017-03-10 18:21:25 +01:00
mysql_upgrade_noengine.result MDEV-11942 BLACKHOLE is no longer active in 10.1 by default, mysql_upgrade not handling the situation 2017-03-10 18:21:25 +01:00
mysql_upgrade_ssl.result MDEV-11942 BLACKHOLE is no longer active in 10.1 by default, mysql_upgrade not handling the situation 2017-03-10 18:21:25 +01:00
mysql_upgrade_view.result MDEV-11942 BLACKHOLE is no longer active in 10.1 by default, mysql_upgrade not handling the situation 2017-03-10 18:21:25 +01:00
mysqladmin.result
mysqlbinlog-innodb.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
mysqlbinlog.result Merge branch '10.0' into 10.1 2017-11-10 01:14:58 +01:00
mysqlbinlog_raw_mode.result MDEV-9792 Backport MDEV-8713 to 10.1. 2016-04-27 11:08:46 +04:00
mysqlbinlog_row_big.result MDEV-8760 main.mysqlbinlog_row_big fails due to new default for max_allowed_packet 2015-09-07 02:22:35 +03:00
mysqlbinlog_row_minimal.result Fixed wrong tests found by buildbot 2015-11-17 18:19:59 +02:00
mysqlcheck.result Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
mysqld--defaults-file.result
mysqld--help,win.rdiff Adjust table_open_cache to avoid getting error 24 (too many open files) 2018-03-26 17:53:17 +03:00
mysqld--help.result Merge tag 'mariadb-10.0.35' into 10.0-galera 2018-05-07 17:20:39 +03:00
mysqld_help_crash-9183.result MDEV-9183 MariaDB 10.1 crash on mysqld --verbose --help 2015-12-19 13:59:29 +01:00
mysqld_option_err.result MDEV-9969 mysql_install_db error processing ignore_db_dirs. 2016-06-18 10:46:55 +04:00
mysqldump-compat.result
mysqldump-max.result test cleanup: remove Format_description_log_event size dependency 2015-09-04 10:33:53 +02:00
mysqldump-nl.result Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
mysqldump-no-binlog.result
mysqldump.result Merge branch '10.0' into 10.1 2018-06-12 18:55:27 +03: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 Merge branch '10.0' into 10.1 2017-06-30 13:28:39 +02:00
mysqltest_256.result
mysqltest_cont_on_error.result
mysqltest_ps.result
named_pipe.result backport include/search_pattern_in_file.inc from 10.1 2016-10-26 18:44:34 +02:00
negation_elimination.result
no-threads.result
no_binlog.result
non_blocking_api.result
not_embedded_server.result
not_partition.result
not_staging.require
not_true.require
not_valgrind.require
null.result MDEV-10347 mysqld got signal 11 2016-11-02 08:20:15 +04:00
null_key.result Added new status variables to make it easier to debug certain problems: 2016-08-21 20:18:39 +03:00
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 bugfix: copy timestamps correctly in INSERT...SELECT 2017-09-21 22:03:28 +02:00
one_thread_per_connection.require
openssl_1.result ssl tests: update ciphers as in 10.2 2017-08-08 09:56:38 +02:00
openssl_6975,tlsv10.result ssl tests: update ciphers as in 10.2 2017-08-08 09:56:38 +02:00
openssl_6975,tlsv12.result ssl tests: update ciphers as in 10.2 2017-08-08 09:56:38 +02:00
order_by.result Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
order_by_innodb.result MDEV-9457: Poor query plan chosen for ORDER BY query by a recent 10.1 2016-01-24 16:59:41 +03:00
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 Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-05-07 13:49:14 +03:00
parser_bug21114_innodb.result
parser_not_embedded.result
parser_precedence.result
parser_stack.result
partition.result Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
partition_alter.result MDEV-13097 Online alter of a partitioned MyISAM table with auto_increment 2017-06-22 12:56:33 +02:00
partition_binlog.result
partition_binlog_stmt.result
partition_blackhole.result
partition_bug18198.result
partition_cache.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
partition_cache_innodb.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
partition_cache_myisam.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
partition_charset.result
partition_column.result MDEV-11943 I_S.TABLES inconsistencies with tables with unknown storage engine 2017-03-10 18:21:24 +01:00
partition_column_prune.result
partition_csv.result
partition_datatype.result Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
partition_debug_sync.result
partition_disabled.result
partition_error.result Merge branch '5.5' into 10.0 2015-10-09 17:12:26 +02:00
partition_example.result be less annoying about sysvar-based table attributes 2015-04-10 02:36:54 +02:00
partition_exchange.result Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not specified and if not timestamp or auto_increment 2015-08-18 11:18:57 +03:00
partition_explicit_prune.result Added new status variables to make it easier to debug certain problems: 2016-08-21 20:18:39 +03:00
partition_grant.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
partition_hash.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
partition_innodb.result Merge 10.0 into 10.1 2017-03-09 08:53:08 +02:00
partition_innodb_plugin.result Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not specified and if not timestamp or auto_increment 2015-08-18 11:18:57 +03:00
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 Merge branch '5.5' into 10.0 2017-03-03 01:37:54 +02:00
partition_not_blackhole.result Merge tag 'mariadb-10.0.20' into 10.1 2015-06-27 20:35:26 +02:00
partition_not_windows.result
partition_open_files_limit.result
partition_order.result
partition_pruning.result Merge branch '10.0' into 10.1 2016-02-02 13:07:53 +02:00
partition_range.result
partition_rename_longfilename.result
partition_symlink.result MDEV-13157 Specifying DATA DIRECTORY in tables leads to failing EXCHANGE PARTITION 2017-09-18 10:40:26 +02:00
partition_sync.result
partition_truncate.result
partition_utf8.result Merge branch 'mysql-5.1' into mysql-5.5 2015-07-10 07:54:55 +05:30
partition_windows.result MDEV-14026 ALTER TABLE ... DELAY_KEY_WRITE=1 creates table copy for partitioned MyISAM table with DATA DIRECTORY/INDEX DIRECTORY options 2017-12-25 15:18:21 +01:00
perror-win.result
perror.result Merge branch '10.0' into 10.1 2018-04-07 17:11:22 +03:00
plugin.result MDEV-11663 Create services for functionality used by plugins 2017-04-27 19:12:38 +02:00
plugin_auth.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
plugin_auth_qa.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
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 MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
plugin_vars.result
pool_of_threads.result MDEV-10100 main.pool_of_threads fails sporadically in buildbot 2017-01-04 13:03:30 +02:00
preload.result
processlist.result MDEV-7807 information_schema.processlist truncates queries with binary strings 2015-05-08 00:34:06 +04:00
profiling.result
progress_976225.result
ps.result MDEV-12060 Crash in EXECUTE IMMEDIATE with an expression returning a GRANT command 2018-06-12 10:41:25 +04:00
ps_1general.result Merge branch '10.0' into 10.1 2016-07-13 12:09:59 +02:00
ps_2myisam.result MDEV-9021: MYSQLD SEGFAULTS WHEN BUILT USING --WITH-MAX-INDEXES=128 2015-11-09 09:28:00 -05:00
ps_3innodb.result MDEV-9021: MYSQLD SEGFAULTS WHEN BUILT USING --WITH-MAX-INDEXES=128 2015-11-09 09:28:00 -05:00
ps_4heap.result MDEV-9021: MYSQLD SEGFAULTS WHEN BUILT USING --WITH-MAX-INDEXES=128 2015-11-09 09:28:00 -05:00
ps_5merge.result MDEV-9021: MYSQLD SEGFAULTS WHEN BUILT USING --WITH-MAX-INDEXES=128 2015-11-09 09:28:00 -05:00
ps_10nestset.result
ps_11bugs.result
ps_change_master.result MDEV-7640: CHANGE MASTER TO doesn't work with prepared statements 2015-10-11 17:21:51 -04:00
ps_ddl.result MDEV-10702 Crash in SET STATEMENT FOR EXECUTE 2016-09-09 08:40:24 +04:00
ps_ddl1.result
ps_grant.result Bug #20683237 BACKPORT 19817663 TO 5.1 and 5.5 2015-04-27 14:33:25 +05:30
ps_max_subselect-5113.result
ps_not_windows.result
ps_qc_innodb.result MDEV-15492: Subquery crash similar to MDEV-10050 2018-03-21 19:47:42 +01:00
query_cache.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
query_cache_28249.result
query_cache_debug.result Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
query_cache_merge.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
query_cache_notembedded.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
query_cache_ps_no_prot.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
query_cache_ps_ps_prot.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
query_cache_with_views.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
quick_select_4161.result
range.result Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
range_innodb.result MDEV-6735: Range checked for each record used with key (also MDEV-7786, MDEV-7923) 2015-06-09 18:56:51 +03:00
range_mrr_icp.result Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
range_vs_index_merge.result Fixed the bug mdev-11574. 2017-10-06 00:08:36 -07:00
range_vs_index_merge_innodb.result Fixed the bug mdev-11574. 2017-10-06 00:08:36 -07:00
read_many_rows_innodb.result
read_only.result Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
read_only_innodb.result Merge branch '10.0-galera' into 10.1 2018-06-12 19:39:37 +03:00
rename.result MDEV-16229 Replication aborts with ER_VIEW_SELECT_TMPTABLE after half-failed RENAME 2018-05-22 23:05:48 +03:00
renamedb.result
repair.result Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
repair_symlink-5543.result test failures in buildbot 2017-03-11 16:23:31 +01:00
replace.result
rollback.result
round.result
row-checksum-old.result
row-checksum.result
row.result MDEV-9369 IN operator with ( num, NULL ) gives inconsistent result 2016-03-21 11:21:44 +04:00
rowid_order_innodb.result
rpl_mysqldump_slave.result
schema.result
second_frac-9175.result MDEV-9175 Query parser tansforms MICROSECOND into SECOND_FRAC, which does not work 2016-02-06 11:45:23 +01:00
secure_file_priv_win.result
select.result MDEV-12064 Bug#18411494 WRONG COMPARSION ON BIG DECIMAL VALUES. 2017-03-07 17:27:27 +04:00
select_debug.result fix a couple of dbug tests not to write to /tmp 2016-04-19 11:27:00 +02:00
select_found.result MDEV-9390 Function found_rows() gives incorrect result where the previous SELECT contains ORDER BY clause 2016-02-15 13:02:21 +01:00
select_jcl6.result MDEV-12064 Bug#18411494 WRONG COMPARSION ON BIG DECIMAL VALUES. 2017-03-07 17:27:27 +04:00
select_pkeycache.result MDEV-12064 Bug#18411494 WRONG COMPARSION ON BIG DECIMAL VALUES. 2017-03-07 17:27:27 +04:00
select_safe.result
selectivity.result Merge branch '10.0' into 10.1 2018-06-12 18:55:27 +03:00
selectivity_innodb.result Merge branch '10.0' into 10.1 2018-06-12 18:55:27 +03:00
selectivity_no_engine.result Backport to 10.0: MDEV-8779: mysqld got signal 11 in sql/opt_range_mrr.cc:100(step_down_to) 2015-09-21 17:32:37 +03:00
servers.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
set_password_plugin-9835.result Merge branch '10.0' into 10.1 2016-05-04 15:23:26 +02:00
set_statement.result Fix sporadic failure of set_statement mtr test. 2016-06-03 19:22:47 +00:00
set_statement_debug.result
set_statement_notembedded.result MDEV-6956:SET STATEMENT default_master_connection = ... has no effect 2015-03-12 09:47:36 +01:00
set_statement_notembedded_binlog.result MDEV-6997: SET STATEMENT last_insert_id FOR ... does not affect the value written to the binlog 2015-03-13 20:42:30 +01:00
set_statement_profiling.result
shm.result Update test results part#2. 2016-06-02 15:19:52 +03:00
show.result disable SHOW I_S_table for built-in I_S tables 2016-02-23 10:54:34 +01:00
show_bad_definer-5553.result
show_check.result Merge tag 'mariadb-10.0.33' into bb-10.0-galera 2017-11-03 12:34:05 +05:30
show_explain.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
show_explain_non_select.result
show_explain_ps.result
show_function_with_pad_char_to_full_length.result MDEV-13149 -- show function status now works with PAD_CHAR_TO_FULL_LENGTH 2017-10-10 16:16:12 +03:00
show_grants_with_plugin-7985.result Merge branch '5.5' into 10.0 2016-04-26 23:05:26 +02:00
show_profile.result
show_row_order-9226.result MDEV-9226 SHOW COLUMNS returns wrong column order for tables with large ENUMs 2015-12-08 09:46:51 +01:00
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 Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
single_delete_update_innodb.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
skip_grants.result Merge branch '10.0' into 10.1 2015-11-19 15:52:14 +01:00
skip_log_bin.result
skip_name_resolve.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
slowlog_enospace-10508.result MDEV-10508 Mariadb crash on out of disk space during dump import 2016-09-28 17:59:11 +02:00
sp-big.result
sp-bugs.result
sp-bugs2.result
sp-code.result
sp-destruct.result Merge 10.0 into 10.1 2018-04-24 09:26:40 +03:00
sp-dynamic.result
sp-error.result MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty strings 2015-09-17 11:05:07 +04:00
sp-fib.result
sp-group.result after-merge fixes 2015-08-04 23:40:25 +02:00
sp-innodb.result Merge branch '5.5' into 10.0 2018-04-29 00:38:10 +02:00
sp-lock.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
sp-no-code.result
sp-prelocking.result MDEV-9084 Calling a stored function from a nested select from temporary table causes unpredictable behavior 2017-01-06 10:46:21 +01:00
sp-security.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
sp-threads.result MDEV-9970 - main.sp-threads fails sporadically 2016-04-23 00:28:50 +04:00
sp-ucs2.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
sp-vars.result
sp.result MDEV-15347: Valgrind or ASAN errors in mysql_make_view on query from information_schema 2018-05-15 10:21:50 +02:00
sp_gis.result
sp_missing_4665.result
sp_notembedded.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
sp_stress_case.result
sp_sync.result
sp_trans.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
sp_trans_log.result
sql_mode.result MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibility with MySQL 2015-09-22 14:01:54 +04:00
ssl-big.result
ssl-crl-revoked-crl.result
ssl.result ssl tests: update ciphers as in 10.2 2017-08-08 09:56:38 +02:00
ssl_8k_key.result
ssl_7937,nossl.result tests for MDEV-7937: Enforce SSL when --ssl client option is used 2015-06-09 22:16:26 +02:00
ssl_7937.result tests for MDEV-7937: Enforce SSL when --ssl client option is used 2015-06-09 22:16:26 +02:00
ssl_and_innodb.result
ssl_ca.result MDEV-10211 : fix ssl test not to use specific value of ssl_cipher, as it can change between different openssl/yassl version 2016-07-12 12:21:38 +02:00
ssl_cert_verify.result Merge branch 'mysql/5.5' into 5.5 2016-02-09 11:27:40 +01:00
ssl_cipher.result
ssl_compress.result MDEV-10211 : fix ssl test not to use specific value of ssl_cipher, as it can change between different openssl/yassl version 2016-07-12 12:21:38 +02:00
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 MDEV-9836 Connection lost when using SSL 2016-04-20 19:03:59 +02:00
ssl_timeout.result MDEV-10211 : fix ssl test not to use specific value of ssl_cipher, as it can change between different openssl/yassl version 2016-07-12 12:21:38 +02:00
stack-crash.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
stat_tables-enospc.result
stat_tables.result Merge branch '10.0' into bb-10.1-merge 2018-07-19 12:55:54 +02:00
stat_tables_disabled.result
stat_tables_innodb.result Merge branch '10.0' into bb-10.1-merge 2018-07-19 12:55:54 +02:00
stat_tables_par.result MDEV-10515: Correct stat_tables_par test results 2017-02-16 16:42:25 +11:00
stat_tables_par_innodb.result MDEV-10515: Correct stat_tables_par test results 2017-02-16 16:42:25 +11:00
stat_tables_partition.result
stat_tables_rbr.result test cleanup: remove Format_description_log_event size dependency 2015-09-04 10:33:53 +02:00
stat_tables_repl.result
statistics.result Merge 10.0 into 10.1 2018-06-26 17:34:44 +03:00
statistics_close.result Fixed ASAN heap-use-after-free handler::ha_index_or_rnd_end 2018-05-23 11:26:49 +03:00
statistics_index_crash-7362.result MDEV-9118 ANALYZE TABLE for Engine independent status fetchs blob/text columns without use 2016-01-22 18:07:11 +01:00
status.result Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
status2.result
status_bug17954.result
str_to_datetime_457.result
strict.result Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
strict_autoinc_1myisam.result
strict_autoinc_2innodb.result
strict_autoinc_3heap.result
subselect.result MDEV-16820 Lost 'Impossible where' from query with inexpensive subquery 2018-07-24 23:53:12 -07:00
subselect2.result Merge branch '10.0' into 10.1 2017-01-16 03:18:14 +02:00
subselect3.result Merge branch '10.0' 10.1 2017-04-28 20:19:32 +02:00
subselect3_jcl6.result Merge branch '10.0' 10.1 2017-04-28 20:19:32 +02:00
subselect4.result Merge remote-tracking branch 'origin/5.5' into 10.0 2018-06-19 14:03:41 +04:00
subselect_cache.result Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
subselect_debug.result
subselect_exists2in.result MDEV-14164: Unknown column error when adding aggregate to function in oracle style procedure FOR loop 2017-11-09 09:31:03 +01:00
subselect_exists2in_costmat.result
subselect_extra.result
subselect_extra_no_semijoin.result Merge branch '5.5' into 10.0 2016-02-15 22:50:59 +01:00
subselect_gis.result
subselect_innodb.result Fixed the bug mdev-12931. 2017-05-29 00:27:14 -07:00
subselect_mat.result Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-05-07 13:49:14 +03:00
subselect_mat_cost.result
subselect_mat_cost_bugs.result MDEV-16235 Server crashes in my_utf8_uni or in my_strtod_int 2018-05-22 12:09:05 -07:00
subselect_no_exists_to_in.result MDEV-16820 Lost 'Impossible where' from query with inexpensive subquery 2018-07-24 23:53:12 -07:00
subselect_no_mat.result MDEV-16820 Lost 'Impossible where' from query with inexpensive subquery 2018-07-24 23:53:12 -07:00
subselect_no_opts.result MDEV-16820 Lost 'Impossible where' from query with inexpensive subquery 2018-07-24 23:53:12 -07:00
subselect_no_scache.result MDEV-16820 Lost 'Impossible where' from query with inexpensive subquery 2018-07-24 23:53:12 -07:00
subselect_no_semijoin.result MDEV-16820 Lost 'Impossible where' from query with inexpensive subquery 2018-07-24 23:53:12 -07:00
subselect_notembedded.result
subselect_nulls.result MDEV-7339 Server crashes in Item_func_trig_cond::val_int 2017-07-12 10:39:02 +02:00
subselect_partial_match.result
subselect_sj.result Merge branch '10.0' into 10.1 2018-05-05 14:01:59 +02:00
subselect_sj2.result Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
subselect_sj2_jcl6.result Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
subselect_sj2_mat.result Merge branch '10.0' into bb-10.1-merge 2018-07-19 12:55:54 +02:00
subselect_sj_aria.result
subselect_sj_jcl6.result Merge branch '10.0' into 10.1 2018-05-05 14:01:59 +02:00
subselect_sj_mat.result Merge remote-tracking branch '10.0' into 10.1 2017-06-21 16:19:43 +03:00
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 Make ELOOP be considered a File Not Found error when it comes from handlerton 2017-03-14 00:25:26 +02:00
symlink-myisam-11902.result Make ELOOP be considered a File Not Found error when it comes from handlerton 2017-03-14 00:25:26 +02:00
symlink.result MDEV-13636 ALTER TABLE ... DELAY_KEY_WRITE=1 creates table copy for MyISAM table with DATA DIRECTORY/INDEX DIRECTORY options 2017-09-18 10:40:26 +02:00
synchronization.result
sysdate_is_now.result
system_mysql_db.result Merge branch '10.0' into 10.1 2015-11-19 15:52:14 +01:00
system_mysql_db_fix40123.result Merge branch '10.0' into 10.1 2015-11-19 15:52:14 +01:00
system_mysql_db_fix50030.result Merge branch '10.0' into 10.1 2015-11-19 15:52:14 +01:00
system_mysql_db_fix50117.result Merge branch '10.0' into 10.1 2015-11-19 15:52:14 +01:00
system_mysql_db_refs.result
table_elim.result Merge 10.0 into 10.1 2017-03-09 08:53:08 +02:00
table_elim_debug.result
table_keyinfo-6838.result
table_options-5867.result be less annoying about sysvar-based table attributes 2015-04-10 02:36:54 +02:00
table_options.result
tablelock.result
tablespace.result
tc_heuristic_recover.result MDEV-13437 InnoDB fails to return error for XA COMMIT or XA ROLLBACK in read-only mode 2017-08-29 11:59:59 +03:00
temp_table.result Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
temp_table_frm.result
temporal_literal.result Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not specified and if not timestamp or auto_increment 2015-08-18 11:18:57 +03:00
temporal_scale_4283.result
timezone.result
timezone2.result
timezone3.result
timezone4.result
timezone_grant.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
tmp_table_count-7586.result
trans_read_only.result
trigger-compat.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
trigger-trans.result
trigger.result MDEV-16093 Memory leak with triggers 2018-05-26 12:49:25 +03:00
trigger_no_defaults-11698.result MDEV-11842 Fail to insert on a table where a field has no default 2017-03-10 18:21:23 +01:00
trigger_notembedded.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
trigger_null-8605.result MDEV-11551 Server crashes in Field::is_real_null 2017-01-15 07:41:13 +01:00
true.require
truncate-stale-6500.result MDEV-6500: Stale data returned after TRUNCATE PARTITION operation 2015-06-04 18:04:31 +03:00
truncate.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
truncate_badse.result
truncate_coverage.result
type_binary.result MDEV-8472 BINARY, VARBINARY and BLOB return different warnings on CAST to DECIMAL 2015-07-16 16:28:06 +04:00
type_bit.result MDEV-8867 Wrong field type or metadata for COALESCE(bit_column, 1) 2017-11-07 12:57:11 +04:00
type_bit_innodb.result
type_blob.result Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
type_date.result MDEV-14221 Assertion `0' failed in Item::field_type_for_temporal_comparison 2017-11-02 16:58:37 +04:00
type_datetime.result Merge branch '10.0' into 10.1 2016-06-28 22:01:55 +02:00
type_datetime_hires.result
type_decimal.result Merge branch '10.0' into 10.1 2016-12-11 09:53:42 +01:00
type_enum.result MDEV-8729 Wrong result for SELECT..WHERE HEX(enum_column)='61' AND enum_column='a ' 2015-09-06 18:49:17 +04:00
type_float.result MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty strings 2015-09-17 11:05:07 +04:00
type_int.result MDEV-8369 Unexpected impossible WHERE for a condition on a ZEROFILL field 2015-09-11 15:41:53 +04:00
type_nchar.result
type_newdecimal-big.result
type_newdecimal.result Bug#18411494 WRONG COMPARSION ON BIG DECIMAL VALUES 2017-03-06 23:36:48 +04:00
type_num.result MDEV-12064 Bug#18411494 WRONG COMPARSION ON BIG DECIMAL VALUES. 2017-03-07 17:27:27 +04:00
type_ranges.result Merge branch '10.0' into 10.1 2016-12-11 09:53:42 +01:00
type_set.result MDEV-8729 Wrong result for SELECT..WHERE HEX(enum_column)='61' AND enum_column='a ' 2015-09-06 18:49:17 +04:00
type_temporal_innodb.result MDEV-9604 crash in Item::save_in_field with empty enum value 2016-03-23 08:26:40 +04:00
type_temporal_mysql56.result
type_time.result MDEV-15321:different results when using value of optimizer_use_condition_selectivity=4 and =1 2018-03-16 18:35:41 +05:30
type_time_6065.result Merge remote-tracking branch 'origin/10.0' into 10.1 2018-02-10 00:06:10 +04:00
type_time_hires.result Committing a change into r/type_time_hires.result forgotten 2015-06-15 11:11:42 +04:00
type_timestamp.result Merge branch '10.0' into 10.1 2016-05-04 15:23:26 +02:00
type_timestamp_hires.result MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibility with MySQL 2015-09-22 14:01:54 +04:00
type_uint.result Merge branch '5.5' into 10.0 2016-09-27 09:21:19 +02:00
type_varchar.result Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
type_year.result MDEV-9487: Server crashes in Time_and_counter_tracker::incr_loops with UNION in ALL subquery 2016-05-04 19:46:29 +02:00
udf.result
udf_debug_sync.result
udf_notembedded.result MDEV-8644 Using a UDF in a virtual column causes a crash when stopping the server 2015-12-08 09:46:52 +01:00
udf_query_cache.result
udf_skip_grants.result
union.result Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
union_crash-714.result
uniques_crash-7912.result Fix failing test cases for MDEV-7912 patch 2015-04-29 14:16:03 +03:00
unsafe_binlog_innodb.result
update.result Added new status variables to make it easier to debug certain problems: 2016-08-21 20:18:39 +03:00
update_ignore_216.result
update_innodb.result Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
upgrade.result generalize ER_TABLE_NEEDS_UPGRADE to work for views too 2015-06-01 16:01:23 +02:00
user_limits.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
user_var-binlog.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
user_var.result MDEV-13897 SELECT @a := MAX(col) FROM t requires full index scan 2017-09-27 10:22:15 +02:00
userstat-badlogin-4824.result
userstat.result MDEV-10201 SSL tests fail on fedora23 2016-09-28 22:14:27 +02:00
varbinary.result MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty strings 2015-09-17 11:05:07 +04:00
variables-notembedded.result MDEV-7110 : Add missing MySQL variable log_bin_basename and log_bin_index 2015-06-09 13:38:29 -04:00
variables.result Update test cases post MDEV-10286 2018-04-09 16:49:41 +03:00
variables_community.result
view.result Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-05-07 13:49:14 +03:00
view_alias.result
view_debug.result Fixed wrong tests found by buildbot 2015-11-17 18:19:59 +02:00
view_grant.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
wait_timeout.result
wait_timeout_not_windows.result backport include/search_pattern_in_file.inc from 10.1 2016-10-26 18:44:34 +02:00
warnings.result
warnings_debug.result
warnings_engine_disabled.result MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
windows.result
xa.result MDEV-14609 XA Transction unable to ROLLBACK TO SAVEPOINT 2018-01-15 13:50:28 +04:00
xa_binlog.result
xa_sync.result MDEV-7793 - Race condition between XA COMMIT/ROLLBACK and disconnect 2015-05-07 16:48:30 +04:00
xml.result Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
xtradb_mrr.result MDEV-9946: main.xtradb_mrr fails sporadically 2016-08-04 13:14:45 +03:00