mariadb/mysql-test/main
Monty eb483c5181 Updated optimizer costs in multi_range_read_info_const() and sql_select.cc
- multi_range_read_info_const now uses the new records_in_range interface
- Added handler::avg_io_cost()
- Don't calculate avg_io_cost() in get_sweep_read_cost if avg_io_cost is
  not 1.0.  In this case we trust the avg_io_cost() from the handler.
- Changed test_quick_select to use TIME_FOR_COMPARE instead of
  TIME_FOR_COMPARE_IDX to align this with the rest of the code.
- Fixed bug when using test_if_cheaper_ordering where we didn't use
  keyread if index was changed
- Fixed a bug where we didn't use index only read when using order-by-index
- Added keyread_time() to HEAP.
  The default keyread_time() was optimized for blocks and not suitable for
  HEAP. The effect was the HEAP prefered table scans over ranges for btree
  indexes.
- Fixed get_sweep_read_cost() for HEAP tables
- Ensure that range and ref have same cost for simple ranges
  Added a small cost (MULTI_RANGE_READ_SETUP_COST) to ranges to ensure
  we favior ref for range for simple queries.
- Fixed that matching_candidates_in_table() uses same number of records
  as the rest of the optimizer
- Added avg_io_cost() to JT_EQ_REF cost. This helps calculate the cost for
  HEAP and temporary tables better. A few tests changed because of this.
- heap::read_time() and heap::keyread_time() adjusted to not add +1.
  This was to ensure that handler::keyread_time() doesn't give
  higher cost for heap tables than for normal tables. One effect of
  this is that heap and derived tables stored in heap will prefer
  key access as this is now regarded as cheap.
- Changed cost for index read in sql_select.cc to match
  multi_range_read_info_const(). All index cost calculation is now
  done trough one function.
- 'ref' will now use quick_cost for keys if it exists. This is done
  so that for '=' ranges, 'ref' is prefered over 'range'.
- scan_time() now takes avg_io_costs() into account
- get_delayed_table_estimates() uses block_size and avg_io_cost()
- Removed default argument to test_if_order_by_key(); simplifies code
2020-03-27 03:58:32 +02:00
..
1st.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
1st.test
aborted_clients.result
aborted_clients.test
adddate_454.result
adddate_454.test
alias.result
alias.test
almost_full.result
almost_full.test
alter_table,aria.rdiff MDEV-16290 ALTER TABLE ... RENAME COLUMN syntax 2020-03-03 13:50:32 +03:00
alter_table,heap.rdiff MDEV-16290 ALTER TABLE ... RENAME COLUMN syntax 2020-03-03 13:50:32 +03:00
alter_table-big.result
alter_table-big.test
alter_table.combinations MDEV-16290 ALTER TABLE ... RENAME COLUMN syntax 2020-03-03 13:50:32 +03:00
alter_table.result Added IF EXISTS to RENAME TABLE and ALTER TABLE 2020-03-24 20:47:41 +02:00
alter_table.test Added IF EXISTS to RENAME TABLE and ALTER TABLE 2020-03-24 20:47:41 +02:00
alter_table_autoinc-5574.result
alter_table_autoinc-5574.test
alter_table_debug.result MDEV-19612 Split ALTER related data type specific code in sql_table.cc to Type_handler 2019-05-28 15:50:11 +04:00
alter_table_debug.test Adding a forgotten --source include/have_debug.inc into alter_table_debug.test 2019-05-28 17:02:50 +04:00
alter_table_errors.result MDEV-19236 Improve error message for ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE 2019-04-12 12:28:09 +03:00
alter_table_errors.test Merge 10.2 into 10.3 2019-02-19 17:41:13 +02:00
alter_table_mdev539_maria.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
alter_table_mdev539_maria.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
alter_table_mdev539_myisam.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
alter_table_mdev539_myisam.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
alter_table_online.result Replace ha_notify_table_changed() with notify_tabledef_changed() 2019-05-23 01:20:18 +03:00
alter_table_online.test
alter_table_trans.result
alter_table_trans.test
alter_user.result Merge branch '10.4' into 10.5 2020-03-11 17:52:49 +01:00
alter_user.test Merge branch '10.4' into 10.5 2020-03-11 17:52:49 +01:00
analyze.result MDEV-15253: Default optimizer setting changes for MariaDB 10.4 2018-12-09 09:22:00 +05:30
analyze.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
analyze_debug.result
analyze_debug.test
analyze_format_json.result MDEV-21580: Allow packed sort keys in sort buffer 2020-03-10 15:09:17 +05:30
analyze_format_json.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
analyze_stmt.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
analyze_stmt.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
analyze_stmt_orderby.result MDEV-21838: Add information about packed addon fields in ANALYZE FORMAT=JSON 2020-02-28 15:15:51 +05:30
analyze_stmt_orderby.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
analyze_stmt_privileges.result
analyze_stmt_privileges.test
analyze_stmt_privileges2.result MDEV-20109: Optimizer ignores distinct key created for materialized... 2019-08-30 12:02:40 +03:00
analyze_stmt_privileges2.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
analyze_stmt_slow_query_log-master.opt
analyze_stmt_slow_query_log.result
analyze_stmt_slow_query_log.test
ansi.result MDEV-16186 Concatenation operator || returns wrong results in sql_mode=ORACLE 2018-05-16 17:21:31 +04:00
ansi.test MDEV-16186 Concatenation operator || returns wrong results in sql_mode=ORACLE 2018-05-16 17:21:31 +04:00
assign_key_cache.result Merge branch '10.2' into 10.3 2018-05-11 13:15:10 +02:00
assign_key_cache.test Merge branch '10.2' into 10.3 2018-05-11 13:15:10 +02:00
assign_key_cache_debug.result Merge branch '10.2' into 10.3 2018-05-11 13:15:10 +02:00
assign_key_cache_debug.test Merge branch '10.2' into 10.3 2018-05-11 13:15:10 +02:00
auth_named_pipe-master.opt
auth_named_pipe.result
auth_named_pipe.test
auth_rpl-slave.opt
auth_rpl.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
auth_rpl.test
auto_increment.result Merge branch '10.2' into 10.3 2018-06-30 16:39:20 +02:00
auto_increment.test Merge branch '10.2' into 10.3 2018-06-30 16:39:20 +02:00
auto_increment_ranges.inc MDEV-17333 Assertion in update_auto_increment() upon exotic LOAD 2019-10-10 00:20:34 +03:00
auto_increment_ranges_innodb.result MDEV-17333 Assertion in update_auto_increment() upon exotic LOAD 2019-10-10 00:20:34 +03:00
auto_increment_ranges_innodb.test Merge 10.2 into 10.3 2018-11-07 13:11:04 +02:00
auto_increment_ranges_myisam.result MDEV-17333 Assertion in update_auto_increment() upon exotic LOAD 2019-10-10 00:20:34 +03:00
auto_increment_ranges_myisam.test
backup_aria.result Added syntax and implementation for BACKUP STAGE's 2018-12-09 22:12:27 +02:00
backup_aria.test Added syntax and implementation for BACKUP STAGE's 2018-12-09 22:12:27 +02:00
backup_interaction.result Merge branch '10.4' into 10.5 2020-03-11 17:52:49 +01:00
backup_interaction.test Merge branch '10.4' into 10.5 2020-03-11 17:52:49 +01:00
backup_lock.result Moved early check for table existance to mysql_execute_command() 2018-12-09 22:12:28 +02:00
backup_lock.test Moved early check for table existance to mysql_execute_command() 2018-12-09 22:12:28 +02:00
backup_lock_debug.result Record BACKUP and SCHEMA namespaces order 2019-06-06 14:41:45 +04:00
backup_lock_debug.test Record BACKUP and SCHEMA namespaces order 2019-06-06 14:41:45 +04:00
backup_locks.result Added support for BACKUP LOCK / BACKUP UNLOCK 2019-01-14 16:18:50 +02:00
backup_locks.test Added support for BACKUP LOCK / BACKUP UNLOCK 2019-01-14 16:18:50 +02:00
backup_priv.result Added syntax and implementation for BACKUP STAGE's 2018-12-09 22:12:27 +02:00
backup_priv.test Added syntax and implementation for BACKUP STAGE's 2018-12-09 22:12:27 +02:00
backup_stages.result Added syntax and implementation for BACKUP STAGE's 2018-12-09 22:12:27 +02:00
backup_stages.test Added syntax and implementation for BACKUP STAGE's 2018-12-09 22:12:27 +02:00
backup_syntax.result Fixes for failures related to push for BACKUP LOCK 2019-01-15 09:56:33 +02:00
backup_syntax.test Added syntax and implementation for BACKUP STAGE's 2018-12-09 22:12:27 +02:00
bad_frm_crash_5029.result
bad_frm_crash_5029.test
bench_count_distinct.result
bench_count_distinct.test
bigint.result Merge 10.2 into 10.3 2018-11-19 18:45:53 +02:00
bigint.test Merge 10.2 into 10.3 2018-11-19 18:45:53 +02:00
binary.result
binary.test
binary_to_hex.result
binary_to_hex.test
blackhole.result
blackhole.test
blackhole_plugin.result
blackhole_plugin.test
bool.result
bool.test
bootstrap-master.opt
bootstrap.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
bootstrap.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
brackets.result MDEV-20632: Recursive CTE cycle detection using CYCLE clause (nonstandard) 2020-03-10 07:20:49 +01:00
brackets.test MDEV-19956 Queries with subqueries containing UNION are not parsed 2019-09-23 09:57:37 -07:00
bug39022.result
bug39022.test
bug46760-master.opt
bug46760.result
bug46760.test
bug47671-master.opt
bug47671.result
bug47671.test
bug58669-master.opt
bug58669.result
bug58669.test
bug12427262.result MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
bug12427262.test
bug13633383.result
bug13633383.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
bulk_replace.result
bulk_replace.test
cache_innodb.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
cache_innodb.test
cache_temporal_4265.result Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
cache_temporal_4265.test Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
case.result MDEV-17411 Wrong WHERE optimization with simple CASE and searched CASE 2018-10-11 13:39:53 +04:00
case.test MDEV-17411 Wrong WHERE optimization with simple CASE and searched CASE 2018-10-11 13:39:53 +04:00
cast.result Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
cast.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
change_user.result
change_user.test
change_user_notembedded.result
change_user_notembedded.test
charset_client_win.result Merge 10.2 into 10.3 2019-06-19 08:56:10 +03:00
charset_client_win.test Merge 10.2 into 10.3 2019-06-19 08:56:10 +03:00
check.result Merge 10.2 into 10.3 2019-02-19 17:41:13 +02:00
check.test Merge 10.2 into 10.3 2019-02-19 17:41:13 +02:00
check_constraint.result Merge 10.2 into 10.3 2019-03-12 14:26:34 +02:00
check_constraint.test Merge 10.2 into 10.3 2019-03-12 14:26:34 +02:00
check_constraint_innodb.result MDEV-19236 Improve error message for ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE 2019-04-12 12:28:09 +03:00
check_constraint_innodb.test Merge 10.2 into 10.3 2019-02-19 17:41:13 +02:00
check_constraint_show.result
check_constraint_show.test
client_xml.result
client_xml.test
column_compression.inc
column_compression.result Merge 10.4 into 10.5 2019-06-20 09:22:10 +03:00
column_compression.test Merge 10.4 into 10.5 2019-06-20 09:22:10 +03:00
column_compression_parts.result Enabling innodb.innodb-alter-table, main.column_compression_parts and 2018-12-15 01:26:01 +05:30
column_compression_parts.test MDEV-15253: Default optimizer setting changes for MariaDB 10.4 2018-12-09 09:22:00 +05:30
column_compression_rpl.result
column_compression_rpl.test
column_compression_utf16.result MDEV-15938 - TINYTEXT CHARACTER SET utf8 COMPRESSED truncates data 2018-04-30 19:34:08 +04:00
column_compression_utf16.test MDEV-15938 - TINYTEXT CHARACTER SET utf8 COMPRESSED truncates data 2018-04-30 19:34:08 +04:00
comment_column.result
comment_column.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
comment_column2.result
comment_column2.test
comment_database.result MDEV-307 review minor edits, add yacc_ora support 2019-05-21 09:33:30 +03:00
comment_database.test MDEV-307 Add functionality for database comments 2019-05-21 09:33:17 +03:00
comment_index.result
comment_index.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
comment_table.result
comment_table.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
comments.result
comments.test
commit.result
commit.test
commit_1innodb.result
commit_1innodb.test
compare.result Proper fix for disabling warnings in read_statistics_for_table(). 2019-09-22 04:08:48 +03:00
compare.test Proper fix for disabling warnings in read_statistics_for_table(). 2019-09-22 04:08:48 +03:00
compound.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
compound.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
compress.result MDEV-19713 Remove big_tables system variable 2019-09-28 19:21:14 +02:00
compress.test
concurrent_innodb_safelog.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
concurrent_innodb_safelog.test MDEV-19544 Remove innodb_locks_unsafe_for_binlog 2019-05-23 10:25:12 +03:00
concurrent_innodb_unsafelog.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
concurrent_innodb_unsafelog.test MDEV-19544 Remove innodb_locks_unsafe_for_binlog 2019-05-23 10:25:12 +03:00
connect-abstract.cnf MDEV-15655: Add Linux abstract socket support 2018-05-10 13:55:28 +04:00
connect-abstract.result MDEV-15655: Add Linux abstract socket support 2018-05-10 13:55:28 +04:00
connect-abstract.test MDEV-15655: Add Linux abstract socket support 2018-05-10 13:55:28 +04:00
connect.cnf
connect.result Merge branch '10.3' into 10.4 2020-02-11 14:40:35 +01:00
connect.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
connect2.cnf
connect2.result
connect2.test
connect_debug.result Merge branch '10.2' into 10.3 2020-01-21 09:11:14 +01:00
connect_debug.test Merge branch '10.2' into 10.3 2020-01-21 09:11:14 +01:00
consistent_snapshot.result
consistent_snapshot.test
constraints.result Merge 10.2 into 10.3 2019-08-29 12:00:12 +03:00
constraints.test Merge 10.2 into 10.3 2019-08-29 12:00:12 +03:00
contributors.result Merge branch '10.2' into 10.3 2018-09-28 16:37:06 +02:00
contributors.test
count_distinct.result
count_distinct.test
count_distinct2-master.opt
count_distinct2.result
count_distinct2.test
count_distinct3.result
count_distinct3.test
crash_commit_before-master.opt
crash_commit_before.result
crash_commit_before.test
create-big.result Fixed main.create-big failure 2018-12-10 22:59:46 +04:00
create-big.test Fixed main.create-big failure 2018-12-10 22:59:46 +04:00
create-uca.result
create-uca.test
create.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
create.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
create_delayed.result
create_delayed.test
create_drop_binlog.result Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
create_drop_binlog.test
create_drop_db.result
create_drop_db.test
create_drop_event.result Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
create_drop_event.test
create_drop_function.result
create_drop_function.test
create_drop_index.result
create_drop_index.test
create_drop_procedure.result
create_drop_procedure.test
create_drop_role.result Merge 10.2 into 10.3 2019-03-04 17:01:00 +02:00
create_drop_role.test Merge 10.2 into 10.3 2019-03-04 17:01:00 +02:00
create_drop_server.result Merge 10.2 into 10.3 2019-09-23 10:25:34 +03:00
create_drop_server.test
create_drop_trigger.result
create_drop_trigger.test
create_drop_udf.result
create_drop_udf.test
create_drop_user.result Use mysql.user.authentication_string for password 2018-10-31 16:06:16 +01:00
create_drop_user.test Use mysql.user.authentication_string for password 2018-10-31 16:06:16 +01:00
create_drop_view.result
create_drop_view.test
create_not_windows.result
create_not_windows.test
create_or_replace-master.opt
create_or_replace.result Added new MDL_BACKUP locks for all backup stages 2018-12-09 22:12:27 +02:00
create_or_replace.test Added new MDL_BACKUP locks for all backup stages 2018-12-09 22:12:27 +02:00
create_or_replace2.result Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
create_or_replace2.test Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
create_or_replace_permission.result
create_or_replace_permission.test
create_replace_tmp.result Merge 10.2 into 10.3 2018-07-23 18:56:52 +03:00
create_replace_tmp.test Merge 10.2 into 10.3 2018-07-23 18:56:52 +03:00
create_select_tmp.result bugfix: CREATE...SELECT lost COMMENT and VERSIONING 2019-02-14 17:30:22 +01:00
create_select_tmp.test bugfix: CREATE...SELECT lost COMMENT and VERSIONING 2019-02-14 17:30:22 +01:00
create_user.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
create_user.test
create_utf8.result Cleaned up some MTR tests 2018-12-09 22:12:24 +02:00
create_utf8.test Cleaned up some MTR tests 2018-12-09 22:12:24 +02:00
create_w_max_indexes_64.result
create_w_max_indexes_64.test
create_w_max_indexes_128.result Merge 10.2 into 10.3 2019-11-19 00:38:33 +02:00
create_w_max_indexes_128.test
cte_cycle.result MDEV-20632: Recursive CTE cycle detection using CYCLE clause (nonstandard) 2020-03-10 07:20:49 +01:00
cte_cycle.test MDEV-20632: Recursive CTE cycle detection using CYCLE clause (nonstandard) 2020-03-10 07:20:49 +01:00
cte_grant.result
cte_grant.test
cte_nonrecursive.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
cte_nonrecursive.test Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
cte_recursive.result MDEV-20632: Recursive CTE cycle detection using CYCLE clause (nonstandard) 2020-03-10 07:20:49 +01:00
cte_recursive.test MDEV-19713 Remove big_tables system variable 2019-09-28 19:21:14 +02:00
cte_recursive_not_embedded.result Merge 10.2 into 10.3 2018-07-23 18:56:52 +03:00
cte_recursive_not_embedded.test Merge 10.2 into 10.3 2018-07-23 18:56:52 +03:00
ctype_ascii.result
ctype_ascii.test
ctype_big5.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_big5.test
ctype_binary.result MDEV-8844 Unreadable control characters printed as is in warnings 2019-12-06 18:51:05 +04:00
ctype_binary.test MDEV-8844 Unreadable control characters printed as is in warnings 2019-12-06 18:51:05 +04:00
ctype_collate.result MDEV-17544 No warning when trying to name a primary key constraint. 2019-07-30 21:57:48 +04:00
ctype_collate.test
ctype_cp850.result
ctype_cp850.test
ctype_cp932.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_cp932.test
ctype_cp932_binlog_row.result
ctype_cp932_binlog_row.test
ctype_cp932_binlog_stm.result Merge 10.2 into 10.3 2018-12-18 09:15:41 +02:00
ctype_cp932_binlog_stm.test
ctype_cp1250_ch.result
ctype_cp1250_ch.test
ctype_cp1251.result MDEV-20890 Illegal mix of collations with UUID() 2019-10-24 14:00:48 +04:00
ctype_cp1251.test
ctype_create.result MDEV-12645 - mysql_install_db: no install test db option 2018-04-30 19:34:08 +04:00
ctype_create.test MDEV-12645 - mysql_install_db: no install test db option 2018-04-30 19:34:08 +04:00
ctype_errors.result
ctype_errors.test
ctype_eucjpms.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_eucjpms.test Merge 10.2 into 10.3 2018-08-03 15:57:23 +03:00
ctype_euckr.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_euckr.test Merge 10.2 into 10.3 2018-08-03 15:57:23 +03:00
ctype_filename.result
ctype_filename.test
ctype_filesystem-master.opt
ctype_filesystem.result
ctype_filesystem.test
ctype_gb2312.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_gb2312.test
ctype_gbk.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_gbk.test Merge 10.2 into 10.3 2018-08-03 15:57:23 +03:00
ctype_gbk_binlog.result
ctype_gbk_binlog.test
ctype_gbk_export_import.result
ctype_gbk_export_import.test
ctype_hebrew.result
ctype_hebrew.test
ctype_latin1.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_latin1.test MDEV-8844 Unreadable control characters printed as is in warnings 2019-12-06 18:51:05 +04:00
ctype_latin1_de.result MDEV-12645 - mysql_install_db: no install test db option 2018-04-30 19:34:08 +04:00
ctype_latin1_de.test MDEV-12645 - mysql_install_db: no install test db option 2018-04-30 19:34:08 +04:00
ctype_latin2.result
ctype_latin2.test
ctype_latin2_ch.result MDEV-17544 No warning when trying to name a primary key constraint. 2019-07-30 21:57:48 +04:00
ctype_latin2_ch.test
ctype_ldml-master.opt
ctype_ldml.result
ctype_ldml.test
ctype_like_range.result
ctype_like_range.test
ctype_many.result MDEV-20732 MDB now correctly estimates a length of the FORMAT() result for 2019-10-31 02:26:04 -05:00
ctype_many.test MDEV-20732 MDB now correctly estimates a length of the FORMAT() result for 2019-10-31 02:26:04 -05:00
ctype_mb.result
ctype_mb.test
ctype_nopad_8bit.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_nopad_8bit.test
ctype_partitions.result
ctype_partitions.test
ctype_recoding.result Merge 10.2 into 10.3 2018-12-18 09:15:41 +02:00
ctype_recoding.test
ctype_sjis.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_sjis.test
ctype_swe7.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_swe7.test
ctype_tis620.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_tis620.test
ctype_uca.result Proper fix for disabling warnings in read_statistics_for_table(). 2019-09-22 04:08:48 +03:00
ctype_uca.test MDEV-21581 Helper functions and methods for CHARSET_INFO 2020-01-28 12:29:23 +04:00
ctype_uca_innodb.result Proper fix for disabling warnings in read_statistics_for_table(). 2019-09-22 04:08:48 +03:00
ctype_uca_innodb.test
ctype_uca_partitions.result
ctype_uca_partitions.test
ctype_ucs.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
ctype_ucs.test MDEV-8844 Unreadable control characters printed as is in warnings 2019-12-06 18:51:05 +04:00
ctype_ucs2_def-master.opt
ctype_ucs2_def.result
ctype_ucs2_def.test
ctype_ucs2_query_cache-master.opt
ctype_ucs2_query_cache.result
ctype_ucs2_query_cache.test
ctype_ucs2_uca.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_ucs2_uca.test
ctype_ujis.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_ujis.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
ctype_ujis_ucs2.result Merge 10.2 into 10.3 2018-12-18 09:15:41 +02:00
ctype_ujis_ucs2.test
ctype_upgrade.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
ctype_upgrade.test
ctype_utf8-master.opt
ctype_utf8.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_utf8.test MDEV-8844 Unreadable control characters printed as is in warnings 2019-12-06 18:51:05 +04:00
ctype_utf8_def_upgrade.opt Merge branch '10.2' into 10.3 2019-06-14 07:36:47 +02:00
ctype_utf8_def_upgrade.result Merge 10.4 into 10.5 2019-06-18 11:30:06 +03:00
ctype_utf8_def_upgrade.test Merge branch '10.2' into 10.3 2019-06-14 07:36:47 +02:00
ctype_utf8_uca.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_utf8_uca.test
ctype_utf8mb4-master.opt
ctype_utf8mb4.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_utf8mb4.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
ctype_utf8mb4_heap.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
ctype_utf8mb4_heap.test
ctype_utf8mb4_innodb-master.opt
ctype_utf8mb4_innodb.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
ctype_utf8mb4_innodb.test
ctype_utf8mb4_myisam.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
ctype_utf8mb4_myisam.test
ctype_utf8mb4_uca.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_utf8mb4_uca.test MDEV-21581 Helper functions and methods for CHARSET_INFO 2020-01-28 12:29:23 +04:00
ctype_utf16.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_utf16.test MDEV-21581 Helper functions and methods for CHARSET_INFO 2020-01-28 12:29:23 +04:00
ctype_utf16_def-master.opt Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
ctype_utf16_def.result
ctype_utf16_def.test
ctype_utf16_uca.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_utf16_uca.test MDEV-21581 Helper functions and methods for CHARSET_INFO 2020-01-28 12:29:23 +04:00
ctype_utf16le.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_utf16le.test MDEV-21581 Helper functions and methods for CHARSET_INFO 2020-01-28 12:29:23 +04:00
ctype_utf32.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_utf32.test MDEV-21581 Helper functions and methods for CHARSET_INFO 2020-01-28 12:29:23 +04:00
ctype_utf32_uca.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
ctype_utf32_uca.test MDEV-21581 Helper functions and methods for CHARSET_INFO 2020-01-28 12:29:23 +04:00
custom_aggregate_functions.result MDEV-18813 PROCEDURE and anonymous blocks silently ignore FETCH GROUP NEXT ROW 2019-03-07 18:48:15 +04:00
custom_aggregate_functions.test MDEV-18813 PROCEDURE and anonymous blocks silently ignore FETCH GROUP NEXT ROW 2019-03-07 18:48:15 +04:00
custom_aggregates_i_s.result
custom_aggregates_i_s.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
date_formats-master.opt
date_formats.result MDEV-17563 Different results using table or view when comparing values of time type 2018-11-08 09:31:46 +04:00
date_formats.test
datetime_456.result
datetime_456.test
ddl_i18n_koi8r.result Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
ddl_i18n_koi8r.test Merge 10.2 into 10.3 2019-03-27 13:27:04 +02:00
ddl_i18n_utf8.result Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
ddl_i18n_utf8.test Merge 10.2 into 10.3 2019-03-27 13:27:04 +02:00
deadlock_innodb.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
deadlock_innodb.test
debug_sync.result
debug_sync.test
default.result Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
default.test Merge 10.2 into 10.3 2019-09-04 17:52:04 +03:00
default_debug.result
default_debug.test
default_session.result Merge branch '10.2' into 10.3 2020-01-24 14:16:20 +01:00
default_session.test Merge branch '10.2' into 10.3 2020-01-24 14:16:20 +01:00
default_storage_engine.result
default_storage_engine.test
delayed.result Merge 10.3 into 10.4 2018-12-18 11:33:53 +02:00
delayed.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
delete.result
delete.test
delete_returning.result
delete_returning.test
delete_returning_grant.result
delete_returning_grant.test
delete_use_source.result Merge 10.3 into 10.4 2019-12-13 17:30:37 +02:00
delete_use_source.test Merge 10.2 into 10.3 2019-12-12 14:41:51 +02:00
delimiter_case_mdev_10728.sql
delimiter_command_case_sensitivity.result
delimiter_command_case_sensitivity.test
deprecated_features.result Added syntax and implementation for BACKUP STAGE's 2018-12-09 22:12:27 +02:00
deprecated_features.test
derived.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
derived.test Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
derived_cond_pushdown.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
derived_cond_pushdown.test Merge branch '10.3' into 10.4 2020-02-11 14:40:35 +01:00
derived_opt.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
derived_opt.test MDEV-17382 Hash join algorithm should not be used to join materialized 2018-10-08 06:19:27 -07:00
derived_split_innodb.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
derived_split_innodb.test Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
derived_view.result Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
derived_view.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
dirty_close.result
dirty_close.test
disabled.def Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
distinct.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
distinct.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
drop-no_root.result
drop-no_root.test
drop.result Added support for replication for S3 2020-03-24 21:00:02 +02:00
drop.test Added support for replication for S3 2020-03-24 21:00:02 +02:00
drop_bad_db_type.result Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
drop_bad_db_type.test Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
dyncol.result Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
dyncol.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
empty_server_name-8224.result
empty_server_name-8224.test
empty_string_literal.result
empty_string_literal.test
empty_table.result
empty_table.test
empty_user_table.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
empty_user_table.test MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
endspace.result Added keyread_time() to HEAP 2020-03-09 13:53:34 +02:00
endspace.test
enforce_storage_engine.result
enforce_storage_engine.test
enforce_storage_engine_opt.opt
enforce_storage_engine_opt.result
enforce_storage_engine_opt.test
engine_error_in_alter-8453.result Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
engine_error_in_alter-8453.test Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
error_simulation-master.opt
error_simulation.result Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
error_simulation.test Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
errors.result
errors.test
events_1.result Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
events_1.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
events_2.result Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
events_2.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
events_bugs-master.opt
events_bugs.result MDEV-21743 Split up SUPER privilege to smaller privileges 2020-03-10 23:49:47 +04:00
events_bugs.test Merge branch '10.2' into 10.3 2020-01-03 13:44:16 +01:00
events_embedded.result
events_embedded.test
events_grant.result MDEV-20076: SHOW GRANTS does not quote role names properly 2020-02-05 17:22:26 +01:00
events_grant.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
events_logs_tests-master.opt
events_logs_tests.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
events_logs_tests.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
events_microsec.result
events_microsec.test
events_restart-master.opt
events_restart.result Merge branch '10.3' into 10.4 2020-03-11 14:28:24 +01:00
events_restart.test Merge branch '10.2' into 10.3 2020-03-11 14:05:41 +01:00
events_scheduling.result
events_scheduling.test
events_slowlog.result
events_slowlog.test
events_stress.result
events_stress.test Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
events_time_zone.result
events_time_zone.test
events_trans.result Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
events_trans.test
events_trans_notembedded.result
events_trans_notembedded.test
except.result MDEV-20854: ANALYZE for statements: not clear where the time is spent 2019-11-12 14:40:00 +03:00
except.test MDEV-20854: ANALYZE for statements: not clear where the time is spent 2019-11-12 14:40:00 +03:00
except_all.result MDEV-20854: ANALYZE for statements: not clear where the time is spent 2019-11-12 14:40:00 +03:00
except_all.test MDEV-18844 Implement EXCEPT ALL and INTERSECT ALL operations 2019-08-24 21:44:41 +08:00
execution_constants.result
execution_constants.test
explain.result MDEV-16188 Use in-memory PK filters built from range index scans 2019-02-03 14:56:12 -08:00
explain.test MDEV-16188 Use in-memory PK filters built from range index scans 2019-02-03 14:56:12 -08:00
explain_json.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
explain_json.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
explain_json_format_partitions.result MDEV-20854: ANALYZE for statements: not clear where the time is spent 2019-11-12 14:40:00 +03:00
explain_json_format_partitions.test
explain_json_innodb.result
explain_json_innodb.test
explain_non_select.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
explain_non_select.test
explain_slowquerylog-master.opt
explain_slowquerylog.result Merge branch 'github/10.2' into 10.3 2018-05-22 11:47:09 +02:00
explain_slowquerylog.test Merge branch 'github/10.2' into 10.3 2018-05-22 11:47:09 +02:00
ext_key_noPK_6794.result
ext_key_noPK_6794.test
failed_auth_3909.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
failed_auth_3909.test MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
failed_auth_unixsocket.result try harder to link unix_socket plugin statically 2019-02-21 15:04:03 +01:00
failed_auth_unixsocket.test try harder to link unix_socket plugin statically 2019-02-21 15:04:03 +01:00
fast_prefix_index_fetch_innodb.result
fast_prefix_index_fetch_innodb.test
features.result MDEV-10014 Add RETURNING to INSERT 2019-10-14 10:29:31 +02:00
features.test MDEV-10014 Add RETURNING to INSERT 2019-10-14 10:29:31 +02:00
file_contents.result
file_contents.test
filesort_bad_i_s-7585.result
filesort_bad_i_s-7585.test
filesort_debug.result
filesort_debug.test
fix_priv_tables.result MDEV-20076: SHOW GRANTS does not quote role names properly 2020-02-05 17:22:26 +01:00
fix_priv_tables.test
flush-innodb-notembedded.result
flush-innodb-notembedded.test
flush-innodb.result
flush-innodb.test
flush.result Added FLUSH THREADS 2020-03-24 21:00:04 +02:00
flush.test Added FLUSH THREADS 2020-03-24 21:00:04 +02:00
flush2-master.opt
flush2.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
flush2.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
flush_block_commit.result
flush_block_commit.test Combine GLOBAL and COMMIT namespaces into BACKUP namespace. 2018-12-09 22:12:26 +02:00
flush_block_commit_notembedded.result
flush_block_commit_notembedded.test Combine GLOBAL and COMMIT namespaces into BACKUP namespace. 2018-12-09 22:12:26 +02:00
flush_logs_not_windows.result MDEV-17710 "unknown error" with FLUSH LOGS if log directory is not writeable 2019-05-07 18:40:36 +02:00
flush_logs_not_windows.test MDEV-17710 "unknown error" with FLUSH LOGS if log directory is not writeable 2019-05-07 18:40:36 +02:00
flush_read_lock.result MDEV-742 XA PREPAREd transaction survive disconnect/server restart 2020-03-14 22:45:48 +02:00
flush_read_lock.test MDEV-742 XA PREPAREd transaction survive disconnect/server restart 2020-03-14 22:45:48 +02:00
flush_read_lock_kill.result
flush_read_lock_kill.test Combine GLOBAL and COMMIT namespaces into BACKUP namespace. 2018-12-09 22:12:26 +02:00
flush_ssl.result Write information about restart in .result 2019-04-01 19:47:24 +03:00
flush_ssl.test MDEV-16266 - New command FLUSH SSL to reload server's SSL certificate(private key,CRL,etc) 2018-12-12 22:51:20 +01:00
flush_table.result
flush_table.test
foreign_key.result Merge 10.4 into 10.5 2019-12-16 07:47:17 +02:00
foreign_key.test Merge 10.4 into 10.5 2019-12-16 07:47:17 +02:00
frm-debug.result A cleanup for MDEV-20042 Implement EXTRA2_FIELD_DATA_TYPE_INFO in FRM 2019-10-02 18:10:58 +04:00
frm-debug.test A cleanup for MDEV-20042 Implement EXTRA2_FIELD_DATA_TYPE_INFO in FRM 2019-10-02 18:10:58 +04:00
frm_bad_row_type-7333.result
frm_bad_row_type-7333.test
fulltext.result Merge 10.2 into 10.3 2018-12-18 09:15:41 +02:00
fulltext.test
fulltext2.result
fulltext2.test
fulltext3.result
fulltext3.test
fulltext_cache.result
fulltext_cache.test
fulltext_charsets.result
fulltext_charsets.test
fulltext_derived_4257.result
fulltext_derived_4257.test
fulltext_derived_4316.result
fulltext_derived_4316.test
fulltext_distinct.result
fulltext_distinct.test
fulltext_left_join.result
fulltext_left_join.test
fulltext_multi.result
fulltext_multi.test
fulltext_order_by.result MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
fulltext_order_by.test
fulltext_update.result
fulltext_update.test
fulltext_var.result
fulltext_var.test
func_analyse.result MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
func_analyse.test MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
func_compress.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
func_compress.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
func_concat.result Merge 10.2 into 10.3 2018-11-06 09:40:39 +02:00
func_concat.test Merge 10.2 into 10.3 2018-11-06 09:40:39 +02:00
func_crypt.result
func_crypt.test
func_date_add.result
func_date_add.test
func_debug.result MDEV-20353 Add separate type handlers for unsigned integer data types 2019-08-15 21:53:24 +04:00
func_debug.test Merge 10.3 into 10.4 2019-03-22 13:20:44 +02:00
func_default.result Merge 10.2 into 10.3 2018-11-19 18:45:53 +02:00
func_default.test Merge 10.2 into 10.3 2018-11-19 18:45:53 +02:00
func_des_encrypt.result
func_des_encrypt.test
func_digest.result
func_digest.test
func_encrypt-master.opt
func_encrypt.result
func_encrypt.test
func_encrypt_nossl.result
func_encrypt_nossl.test
func_encrypt_ucs2.result
func_encrypt_ucs2.test
func_equal.result
func_equal.test
func_extract.result Merge 10.3 into 10.4 2018-12-18 11:33:53 +02:00
func_extract.test MDEV-17776 CAST(x AS INTERVAL DAY_SECOND(N)) 2018-11-20 13:47:52 +04:00
func_gconcat.result MDEV-19923 Add type handlers for geometry sub-types 2019-07-03 14:51:00 +04:00
func_gconcat.test Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
func_group.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
func_group.test MDEV-16188 Use in-memory PK filters built from range index scans 2019-02-03 14:56:12 -08:00
func_group_innodb.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
func_group_innodb.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
func_hybrid_type.result MDEV-20353 Add separate type handlers for unsigned integer data types 2019-08-15 21:53:24 +04:00
func_hybrid_type.test MDEV-20353 Add separate type handlers for unsigned integer data types 2019-08-15 21:53:24 +04:00
func_if.result
func_if.test
func_in.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
func_in.test MDEV-16454 Bad results for IN with ROW 2018-06-27 16:07:21 +04:00
func_int.result
func_int.test
func_isnull.result Merge 10.2 into 10.3 2018-08-28 12:22:56 +03:00
func_isnull.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
func_json.result MDEV-16620 JSON_ARRAYAGG and JSON_OBJECTAGG. 2019-10-14 14:24:22 +04:00
func_json.test MDEV-16620 JSON_ARRAYAGG and JSON_OBJECTAGG. 2019-10-14 14:24:22 +04:00
func_like.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
func_like.test MDEV-17359 Concatenation operator || in like expression 2018-10-18 14:13:00 +04:00
func_math.result Merge 10.4 into 10.5 2020-03-21 11:37:10 +02:00
func_math.test Merge 10.4 into 10.5 2020-03-21 11:37:10 +02:00
func_misc.result cleanup trailing ws 2020-02-27 18:12:47 +04:00
func_misc.test cleanup trailing ws 2020-02-27 18:12:47 +04:00
func_op.result
func_op.test
func_regexp.result
func_regexp.test
func_regexp_pcre.result Merge branch '10.2' into 10.3 2020-01-24 14:16:20 +01:00
func_regexp_pcre.test Merge branch '10.2' into 10.3 2020-01-24 14:16:20 +01:00
func_regexp_pcre_debug.result Merge 10.4 into 10.5 2020-01-20 16:48:56 +02:00
func_regexp_pcre_debug.test Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
func_rollback.result
func_rollback.test
func_sapdb.result MDEV-17563 Different results using table or view when comparing values of time type 2018-11-08 09:31:46 +04:00
func_sapdb.test
func_set.result Merge 10.2 into 10.3 2018-12-18 09:15:41 +02:00
func_set.test
func_str.result Merge branch '10.4' into 10.5 2020-03-11 17:52:49 +01:00
func_str.test MDEV-21841 CONV() function doesn't truncate its output to 21 when uses default charset. 2020-02-29 11:34:49 +00:00
func_system.result
func_system.test
func_test.result
func_test.test
func_time.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
func_time.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
func_time_hires.result MDEV-10182 Bad value when inserting COALESCE(CURRENT_TIMESTAMP) into a DECIMAL column 2018-06-15 06:33:34 +04:00
func_time_hires.test MDEV-10182 Bad value when inserting COALESCE(CURRENT_TIMESTAMP) into a DECIMAL column 2018-06-15 06:33:34 +04:00
func_time_round.result Merge 10.3 into 10.4 2018-12-18 11:33:53 +02:00
func_time_round.test MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMP 2018-11-26 08:10:47 +04:00
func_timestamp.result
func_timestamp.test
func_weight_string.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
func_weight_string.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
function_defaults.result Fix various spelling errors 2020-03-16 00:10:50 +02:00
function_defaults.test Merge 10.2 into 10.3 2019-09-04 17:52:04 +03:00
function_defaults_innodb.result Fix various spelling errors 2020-03-16 00:10:50 +02:00
function_defaults_innodb.test
function_defaults_notembedded.result
function_defaults_notembedded.test
gcc296.result
gcc296.test
get_diagnostics.result MDEV-8844 Unreadable control characters printed as is in warnings 2019-12-06 18:51:05 +04:00
get_diagnostics.test MDEV-8844 Unreadable control characters printed as is in warnings 2019-12-06 18:51:05 +04:00
gis-alter_table_online.result
gis-alter_table_online.test
gis-debug.result MDEV-20009 Add CAST(expr AS pluggable_type) 2019-07-10 11:55:16 +04:00
gis-debug.test A cleanup for MDEV-19908 Add class Type_collection 2019-10-03 10:29:44 +04:00
gis-json.result
gis-json.test
gis-loaddata.result
gis-loaddata.test
gis-precise.result Merge 10.3 into 10.4 2019-04-25 16:05:20 +03:00
gis-precise.test Merge 10.2 into 10.3 2019-04-25 09:05:52 +03:00
gis-rt-precise.result
gis-rt-precise.test
gis-rtree.result Merge 10.3 into 10.4 2020-03-20 22:06:55 +02:00
gis-rtree.test Merge 10.2 into 10.3 2020-03-20 18:12:17 +02:00
gis.result Merge 10.4 into 10.5 2020-03-21 11:37:10 +02:00
gis.test MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRY 2020-03-10 20:43:32 +04:00
gis_notembedded.result Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
gis_notembedded.test Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
grant.opt Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
grant.result Merge branch '10.4' into 10.5 2020-03-11 17:52:49 +01:00
grant.test Merge 10.3 into 10.4 2019-07-25 18:42:06 +03:00
grant2.opt Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
grant2.result MDEV-21957 Bind BINLOG ADMIN to @@binlog_format, @@binlog_direct_.., @@sql_log_bin 2020-03-17 11:09:19 +04:00
grant2.test MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
grant3-master.opt
grant3.result Merge branch '10.3' into 10.4 2020-02-11 14:40:35 +01:00
grant3.test
grant4.opt Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
grant4.result Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
grant4.test Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
grant5.result Merge branch '10.3' into 10.4 2020-02-11 14:40:35 +01:00
grant5.test Merge branch '10.3' into 10.4 2020-02-11 14:40:35 +01:00
grant_4332.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
grant_4332.test MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
grant_binlog_replay.result MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to gtid_seq_no, preudo_thread_id, server_id, gtid_domain_id 2020-03-18 20:16:34 +04:00
grant_binlog_replay.test MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to gtid_seq_no, preudo_thread_id, server_id, gtid_domain_id 2020-03-18 20:16:34 +04:00
grant_cache_no_prot.result MDEV-20076: SHOW GRANTS does not quote role names properly 2020-02-05 17:22:26 +01:00
grant_cache_no_prot.test
grant_cache_ps_prot.result MDEV-20076: SHOW GRANTS does not quote role names properly 2020-02-05 17:22:26 +01:00
grant_cache_ps_prot.test
grant_explain_non_select.result
grant_explain_non_select.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
grant_kill.result fix a race condition in the main.grant_kill test 2020-03-14 09:51:52 +01:00
grant_kill.test fix a race condition in the main.grant_kill test 2020-03-14 09:51:52 +01:00
grant_lowercase.opt
grant_lowercase.result MDEV-15851 Stop creating mysql.host table 2018-08-16 18:12:13 +01:00
grant_lowercase.test MDEV-15851 Stop creating mysql.host table 2018-08-16 18:12:13 +01:00
grant_lowercase_fs.result
grant_lowercase_fs.test
grant_master_admin.result MDEV-21743 Split up SUPER privilege to smaller privileges 2020-03-10 23:49:47 +04:00
grant_master_admin.test MDEV-21743 Split up SUPER privilege to smaller privileges 2020-03-10 23:49:47 +04:00
grant_not_windows.result Merge branch 'github/10.2' into 10.3 2018-05-22 11:47:09 +02:00
grant_not_windows.test Merge branch 'github/10.2' into 10.3 2018-05-22 11:47:09 +02:00
grant_read_only.result MDEV-21743 Split up SUPER privilege to smaller privileges 2020-03-10 23:49:47 +04:00
grant_read_only.test MDEV-21743 Split up SUPER privilege to smaller privileges 2020-03-10 23:49:47 +04:00
grant_server.result MDEV-21743 Split up SUPER privilege to smaller privileges 2020-03-10 23:49:47 +04:00
grant_server.test MDEV-21743 Split up SUPER privilege to smaller privileges 2020-03-10 23:49:47 +04:00
grant_slave_admin.result MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to gtid_seq_no, preudo_thread_id, server_id, gtid_domain_id 2020-03-18 20:16:34 +04:00
grant_slave_admin.test MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to gtid_seq_no, preudo_thread_id, server_id, gtid_domain_id 2020-03-18 20:16:34 +04:00
greedy_optimizer.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
greedy_optimizer.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
group_by.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
group_by.test Merge 10.4 into 10.5 2020-01-07 14:10:15 +02:00
group_by_innodb.result MDEV-15253: Default optimizer setting changes for MariaDB 10.4 2018-12-09 09:22:00 +05:30
group_by_innodb.test
group_by_null.result
group_by_null.test
group_min_max.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
group_min_max.test Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
group_min_max_innodb.result Merge branch '10.4' into bb-10.4-mdev16188 2019-02-03 18:41:18 -08:00
group_min_max_innodb.test MDEV-16188 Use in-memory PK filters built from range index scans 2019-02-03 14:56:12 -08:00
handler_read_last.result
handler_read_last.test
handlersocket.opt Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
handlersocket.result MDEV-5313 Improving audit api. 2018-12-12 01:49:39 +04:00
handlersocket.test
having.result MDEV-20200: AddressSanitizer: use-after-poison in Item_direct_view_ref::get_null_ref_table 2019-07-29 16:44:39 +02:00
having.test MDEV-20200: AddressSanitizer: use-after-poison in Item_direct_view_ref::get_null_ref_table 2019-07-29 16:44:39 +02:00
having_cond_pushdown.result MDEV-21184 Assertion `used_tables_cache == 0' failed in Item_func::fix_fields 2020-01-15 12:57:19 -08:00
having_cond_pushdown.test MDEV-21184 Assertion `used_tables_cache == 0' failed in Item_func::fix_fields 2020-01-15 12:57:19 -08:00
help.result MDEV-16421 Make system tables crash safe 2018-08-14 12:18:38 +03:00
help.test MDEV-16421 Make system tables crash safe 2018-08-14 12:18:38 +03:00
host_cache_size_functionality.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
host_cache_size_functionality.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
huge_frm-6224.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
huge_frm-6224.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
implicit_char_to_num_conversion.result
implicit_char_to_num_conversion.test
implicit_commit-master.opt
implicit_commit.result Merge branch '10.2' into 10.3 2018-05-11 13:15:10 +02:00
implicit_commit.test
in_datetime_241.result
in_datetime_241.test
in_subq_cond_pushdown.result Merge branch '10.4' into bb-10.4-mdev7486 2019-02-19 03:18:17 -08:00
in_subq_cond_pushdown.test MDEV-18635 The test case for bug mdev-16727 crashes the server 2019-02-18 23:27:11 +03:00
index_intersect.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
index_intersect.test Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
index_intersect_innodb.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
index_intersect_innodb.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
index_merge_innodb.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
index_merge_innodb.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
index_merge_myisam.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
index_merge_myisam.test merge 10.4 to 10.5 2020-03-18 12:00:38 +02:00
information_schema-big.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
information_schema-big.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
information_schema.result Merge branch '10.4' into 10.5 2020-02-12 08:55:17 +01:00
information_schema.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
information_schema2.result
information_schema2.test
information_schema_all_engines-master.opt
information_schema_all_engines.result MDEV-15528 Punch holes when pages are freed 2020-03-10 10:51:08 +05:30
information_schema_all_engines.test
information_schema_chmod.result
information_schema_chmod.test
information_schema_db.result MDEV-21743 Split up SUPER privilege to smaller privileges 2020-03-10 23:49:47 +04:00
information_schema_db.test Merge branch '10.2' into 10.3 2019-10-31 10:58:06 +01:00
information_schema_inno.result
information_schema_inno.test
information_schema_linux.result
information_schema_linux.test
information_schema_parameters.result Merge branch '10.2' into 10.3 2019-07-26 22:42:35 +02:00
information_schema_parameters.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
information_schema_part.result
information_schema_part.test
information_schema_prepare.result Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
information_schema_prepare.test Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
information_schema_routines.result
information_schema_routines.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
information_schema_stats.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
information_schema_stats.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
init_connect-master.opt
init_connect.result
init_connect.test
init_connection_query_cache-master.opt
init_connection_query_cache.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
init_connection_query_cache.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
init_file.opt
init_file.result
init_file.test
init_file_longline_3816.opt
init_file_longline_3816.result
init_file_longline_3816.test
init_file_set_password-7656.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
init_file_set_password-7656.test Use mysql.user.authentication_string for password 2018-10-31 16:06:16 +01:00
innodb_bug878769.result
innodb_bug878769.test
innodb_ext_key.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
innodb_ext_key.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
innodb_group.result
innodb_group.test
innodb_icp.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
innodb_icp.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
innodb_ignore_builtin-master.opt
innodb_ignore_builtin.result
innodb_ignore_builtin.test
innodb_load_xa.opt
innodb_load_xa.result
innodb_load_xa.test
innodb_mrr_cpk.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
innodb_mrr_cpk.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
innodb_mysql_lock.result
innodb_mysql_lock.test
innodb_mysql_lock2.result MDEV-19544 Remove innodb_locks_unsafe_for_binlog 2019-05-23 10:25:12 +03:00
innodb_mysql_lock2.test MDEV-19544 Remove innodb_locks_unsafe_for_binlog 2019-05-23 10:25:12 +03:00
innodb_mysql_sync.result MDEV-18650: Options deprecated in previous versions - old_alter_table 2020-02-13 13:42:01 +02:00
innodb_mysql_sync.test MDEV-18152 Assertion 'num_fts_index <= 1' failed 2019-01-18 12:39:19 +02:00
innodb_utf8.result
innodb_utf8.test
insert.result outer references in subqueries in INSERT 2019-10-14 10:29:30 +02:00
insert.test outer references in subqueries in INSERT 2019-10-14 10:29:30 +02:00
insert_debug-master.opt Merge branch '10.2' into 10.3 2020-01-21 09:11:14 +01:00
insert_debug.result Merge branch '10.2' into 10.3 2020-01-21 09:11:14 +01:00
insert_debug.test Merge branch '10.2' into 10.3 2020-01-21 09:11:14 +01:00
insert_innodb.result
insert_innodb.test
insert_notembedded.result
insert_notembedded.test
insert_returning.result MDEV-10014 Add RETURNING to INSERT 2019-10-14 10:29:31 +02:00
insert_returning.test MDEV-10014 Add RETURNING to INSERT 2019-10-14 10:29:31 +02:00
insert_returning_datatypes.result MDEV-10014 Add RETURNING to INSERT 2019-10-14 10:29:31 +02:00
insert_returning_datatypes.test MDEV-10014 Add RETURNING to INSERT 2019-10-14 10:29:31 +02:00
insert_select.result Merge branch 'github/10.2' into 10.3 2018-05-22 11:47:09 +02:00
insert_select.test Merge branch 'github/10.2' into 10.3 2018-05-22 11:47:09 +02:00
insert_update.result
insert_update.test
insert_update_autoinc-7150.result
insert_update_autoinc-7150.test
intersect.result MDEV-20854: ANALYZE for statements: not clear where the time is spent 2019-11-12 14:40:00 +03:00
intersect.test MDEV-20854: ANALYZE for statements: not clear where the time is spent 2019-11-12 14:40:00 +03:00
intersect_all.result MDEV-20854: ANALYZE for statements: not clear where the time is spent 2019-11-12 14:40:00 +03:00
intersect_all.test MDEV-18844 Implement EXCEPT ALL and INTERSECT ALL operations 2019-08-24 21:44:41 +08:00
invisible_binlog.result
invisible_binlog.test
invisible_field.result Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
invisible_field.test MDEV-15965 Invisible columns and LOAD DATA don't work well together:... ER_WARN_TOO_FEW_RECORDS 2018-05-15 12:38:44 +05:30
invisible_field_debug.result Merge 10.3 into 10.4, except for MDEV-20265 2019-08-23 08:06:17 +03:00
invisible_field_debug.test Merge 10.3 into 10.4, except for MDEV-20265 2019-08-23 08:06:17 +03:00
invisible_field_grant_completely.result MDEV-20076: SHOW GRANTS does not quote role names properly 2020-02-05 17:22:26 +01:00
invisible_field_grant_completely.test MDEV-14853 Grant does not work correctly when table contains... 2018-05-18 08:22:41 +05:30
invisible_field_grant_system.result MDEV-20076: SHOW GRANTS does not quote role names properly 2020-02-05 17:22:26 +01:00
invisible_field_grant_system.test MDEV-14853 Grant does not work correctly when table contains... 2018-05-18 08:22:41 +05:30
invisible_partition.result MDEV-15167 Server crashes in in bitmap_bits_set upon REPAIR PARTITION... 2018-04-19 22:30:32 +05:30
invisible_partition.test Buildbot fixes 2018-04-20 16:52:51 +05:30
ipv4_and_ipv6.opt
ipv4_and_ipv6.result MDEV-20076: SHOW GRANTS does not quote role names properly 2020-02-05 17:22:26 +01:00
ipv4_and_ipv6.test
ipv4_as_ipv6-master.opt
ipv4_as_ipv6.result MDEV-20076: SHOW GRANTS does not quote role names properly 2020-02-05 17:22:26 +01:00
ipv4_as_ipv6.test
ipv6-master.opt
ipv6.result MDEV-20076: SHOW GRANTS does not quote role names properly 2020-02-05 17:22:26 +01:00
ipv6.test
join.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
join.test Merge branch '10.3' into 10.4 2020-01-25 16:10:48 +01:00
join_cache.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
join_cache.test Removed double records_in_range calls from multi_range_read_info_const 2020-03-17 02:16:48 +02:00
join_crash.result
join_crash.test
join_nested.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
join_nested.test Merge branch '10.3' into 10.4 2019-06-14 22:10:50 +02:00
join_nested_jcl6.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
join_nested_jcl6.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
join_optimizer.result
join_optimizer.test
join_outer.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
join_outer.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
join_outer_innodb.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
join_outer_innodb.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
join_outer_jcl6.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
join_outer_jcl6.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
key.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
key.test MDEV-16188 Use in-memory PK filters built from range index scans 2019-02-03 14:56:12 -08:00
key_cache-master.opt
key_cache.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
key_cache.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
key_diff.result
key_diff.test
key_primary.result
key_primary.test
keyread.result
keyread.test
keywords.result MDEV-17363 - Compressed columns cannot be restored from dump 2019-06-18 07:48:08 +04:00
keywords.test MDEV-17363 - Compressed columns cannot be restored from dump 2019-06-18 07:48:08 +04:00
kill-2-master.opt
kill-2.result
kill-2.test
kill.result Merge 10.3 into 10.4 2019-08-14 18:06:51 +03:00
kill.test Merge 10.3 into 10.4 2019-08-14 18:06:51 +03:00
kill_processlist-6619.result
kill_processlist-6619.test Merge branch '10.2' into 10.3 2019-03-17 13:06:41 +01:00
kill_query-6728.result
kill_query-6728.test
last_value.result
last_value.test
limit.result Merge branch '10.2' into 10.3 2018-06-30 16:39:20 +02:00
limit.test Merge branch '10.2' into 10.3 2018-06-30 16:39:20 +02:00
limit_rows_examined.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
limit_rows_examined.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
loaddata.result Merge 10.3 into 10.4 2019-03-06 09:00:52 +02:00
loaddata.test Merge 10.3 into 10.4 2019-03-06 09:00:52 +02:00
loaddata_autocom_innodb.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
loaddata_autocom_innodb.test
loadxml.result
loadxml.test
locale.opt Merge 10.2 into 10.3 2020-01-31 11:37:12 +02:00
locale.result Merge 10.2 into 10.3 2020-01-31 11:37:12 +02:00
locale.test
lock.result Changed FLUSH TABLES to not change share version 2018-12-09 22:12:26 +02:00
lock.test Changed FLUSH TABLES to not change share version 2018-12-09 22:12:26 +02:00
lock_multi.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
lock_multi.test MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
lock_multi_bug38499.result
lock_multi_bug38499.test
lock_multi_bug38691.result
lock_multi_bug38691.test
lock_sync-master.opt
lock_sync.result Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
lock_sync.test Changed FLUSH TABLES to not change share version 2018-12-09 22:12:26 +02:00
lock_tables_lost_commit-master.opt
lock_tables_lost_commit.result
lock_tables_lost_commit.test
lock_user.result Merge commit '10.3' into 10.4 2020-03-11 13:27:10 +01:00
lock_user.test Merge commit '10.3' into 10.4 2020-03-11 13:27:10 +01:00
locked_temporary-5955.result
locked_temporary-5955.test
log_errchk.result
log_errchk.test
log_slow.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
log_slow.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
log_slow_debug.result Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
log_slow_debug.test Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
log_state-master.opt
log_state.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
log_state.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
log_state_bug33693-master.opt
log_state_bug33693.result
log_state_bug33693.test
log_tables-big-master.opt
log_tables-big.result
log_tables-big.test
log_tables-master.opt
log_tables.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
log_tables.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
log_tables_debug.result
log_tables_debug.test
log_tables_upgrade.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
log_tables_upgrade.test
long_tmpdir-master.opt
long_tmpdir-master.sh
long_tmpdir.result
long_tmpdir.test
long_unique.result Improve update handler (long unique keys on blobs) 2020-03-24 21:00:02 +02:00
long_unique.test Improve update handler (long unique keys on blobs) 2020-03-24 21:00:02 +02:00
long_unique_bugs.result Merge 10.4 into 10.5 2020-02-07 08:51:20 +02:00
long_unique_bugs.test MDEV-20001 Potential dangerous regression: INSERT INTO >=100 rows fail for myisam table with HASH indexes 2020-02-03 12:44:31 +05:30
long_unique_debug.result MDEV-371 Unique Index for long columns 2019-02-22 00:35:40 +01:00
long_unique_debug.test MDEV-371 Unique Index for long columns 2019-02-22 12:33:08 +01:00
long_unique_delayed.result Improve update handler (long unique keys on blobs) 2020-03-24 21:00:02 +02:00
long_unique_delayed.test Improve update handler (long unique keys on blobs) 2020-03-24 21:00:02 +02:00
long_unique_innodb.result MDEV-19049 Server crashes in check_duplicate_long_entry_key, ASAN stack-buffer-overflow in Field_blob::get_key_image 2019-06-26 11:31:26 +05:30
long_unique_innodb.test MDEV-371 Unique Index for long columns 2019-02-22 12:33:08 +01:00
long_unique_update.result MDEV-19049 Server crashes in check_duplicate_long_entry_key, ASAN stack-buffer-overflow in Field_blob::get_key_image 2019-06-26 11:31:26 +05:30
long_unique_update.test MDEV-371 Unique Index for long columns 2019-02-22 12:33:08 +01:00
long_unique_using_hash.result MDEV-371 Unique Index for long columns 2019-02-22 00:35:40 +01:00
long_unique_using_hash.test MDEV-371 Unique Index for long columns 2019-02-22 12:33:08 +01:00
lowercase_fs_off.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
lowercase_fs_off.test Merge 10.2 into 10.3 2018-11-06 09:40:39 +02:00
lowercase_fs_on.result
lowercase_fs_on.test
lowercase_mixed_tmpdir-master.opt
lowercase_mixed_tmpdir-master.sh
lowercase_mixed_tmpdir.result
lowercase_mixed_tmpdir.test
lowercase_mixed_tmpdir_innodb-master.opt
lowercase_mixed_tmpdir_innodb-master.sh
lowercase_mixed_tmpdir_innodb.result
lowercase_mixed_tmpdir_innodb.test
lowercase_table-master.opt
lowercase_table.result Merge 10.2 into 10.3 2019-02-04 15:12:14 +02:00
lowercase_table.test Merge 10.2 into 10.3 2019-02-04 15:12:14 +02:00
lowercase_table2.result
lowercase_table2.test
lowercase_table4-master.opt
lowercase_table4.result
lowercase_table4.test Merge 10.2 into 10.3 2019-05-29 11:32:46 +03:00
lowercase_table5.result
lowercase_table5.test
lowercase_table_grant-master.opt
lowercase_table_grant.result MDEV-20076: SHOW GRANTS does not quote role names properly 2020-02-05 17:22:26 +01:00
lowercase_table_grant.test
lowercase_table_qcache-master.opt
lowercase_table_qcache.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
lowercase_table_qcache.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
lowercase_utf8-master.opt
lowercase_utf8.result
lowercase_utf8.test
lowercase_view-master.opt
lowercase_view.result
lowercase_view.test
max_password_errors.result MDEV-7598 Lock user after too many password errors 2019-01-08 17:18:47 +01:00
max_password_errors.test MDEV-7598 Lock user after too many password errors 2019-01-08 17:18:47 +01:00
max_statement_time.result Merge branch '10.2' into 10.3 2018-06-30 16:39:20 +02:00
max_statement_time.test Merge branch '10.2' into 10.3 2018-06-30 16:39:20 +02:00
mdev-504.result Cleaned up some MTR tests 2018-12-09 22:12:24 +02:00
mdev-504.test Cleaned up some MTR tests 2018-12-09 22:12:24 +02:00
mdev316.result
mdev316.test
mdev375.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
mdev375.test Merge branch '10.2' into 10.3 2020-03-06 23:28:26 +01:00
mdev6830.result Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
mdev6830.test Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
mdev13607.result Merge branch '10.3' into 10.4 2019-06-14 22:10:50 +02:00
mdev13607.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
mdev_14586.result
mdev_14586.test
mdev_19276.result Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
mdev_19276.test Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
mdl.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
mdl.test Added new MDL_BACKUP locks for all backup stages 2018-12-09 22:12:27 +02:00
mdl_sync-master.opt
mdl_sync.result Moved early check for table existance to mysql_execute_command() 2018-12-09 22:12:28 +02:00
mdl_sync.test Fixed sporadic main.mdl_sync failure 2018-12-10 22:59:46 +04:00
merge-big.result Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
merge-big.test Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
merge.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
merge.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
merge_debug.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
merge_debug.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
merge_innodb.result
merge_innodb.test
merge_mmap-master.opt
merge_mmap.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
merge_mmap.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
metadata.result Merge remote-tracking branch 'origin/10.2' into 10.3 2019-09-24 23:05:09 +04:00
metadata.test
mix2_myisam.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
mix2_myisam.test
mix2_myisam_ucs2.result
mix2_myisam_ucs2.test
mrr_derived_crash_4610.result
mrr_derived_crash_4610.test
mrr_icp_extra.result MDEV-8844 Unreadable control characters printed as is in warnings 2019-12-06 18:51:05 +04:00
mrr_icp_extra.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
multi_statement-master.opt
multi_statement.result
multi_statement.test
multi_update-master.opt
multi_update.result Merge branch '10.3' into 10.4 2019-06-14 22:10:50 +02:00
multi_update.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
multi_update_big.opt Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
multi_update_big.result Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
multi_update_big.test Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
multi_update_binlog.result
multi_update_binlog.test
multi_update_debug.result Fixed multi_update_debug.test 2020-03-16 17:49:44 +02:00
multi_update_debug.test Fixed multi_update_debug.test 2020-03-16 17:49:44 +02:00
multi_update_innodb.result Merge branch '10.2' into 10.3 2019-06-14 07:36:47 +02:00
multi_update_innodb.test Merge branch '10.2' into 10.3 2019-06-14 07:36:47 +02:00
multi_update_tiny_hash-master.opt
multi_update_tiny_hash.result
multi_update_tiny_hash.test
myisam-big.result
myisam-big.test
myisam-blob-master.opt
myisam-blob.result
myisam-blob.test
myisam-master.opt
myisam-optimize.result
myisam-optimize.test
myisam-system.result
myisam-system.test
myisam.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
myisam.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
myisam_crash_before_flush_keys-master.opt
myisam_crash_before_flush_keys.result
myisam_crash_before_flush_keys.test
myisam_debug.result Merge 10.3 into 10.4 2020-01-20 15:49:48 +02:00
myisam_debug.test Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
myisam_enable_keys-10506.result
myisam_enable_keys-10506.test
myisam_explain_non_select_all.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
myisam_explain_non_select_all.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
myisam_icp.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
myisam_icp.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
myisam_icp_notembedded.result
myisam_icp_notembedded.test
myisam_mrr,32bit.rdiff Added a 32 bit rdiff for myisam_mrr instead of a 64 bit rdiff 2019-05-15 13:17:22 +05:30
myisam_mrr.result Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
myisam_mrr.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
myisam_optimize.result
myisam_optimize.test
myisam_recover-master.opt
myisam_recover.result Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
myisam_recover.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
myisampack.result
myisampack.test
mysql-bug41486.result
mysql-bug41486.test
mysql-bug45236.result
mysql-bug45236.test
mysql-metadata.result MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRY 2020-03-10 20:43:32 +04:00
mysql-metadata.test MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRY 2020-03-10 20:43:32 +04:00
mysql.result Merge 10.2 into 10.3 2019-03-27 13:27:04 +02:00
mysql.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
mysql57_virtual.result
mysql57_virtual.test
mysql5613mysql.result
mysql5613mysql.test
mysql_binary_mode.result
mysql_binary_mode.test
mysql_client_test-master.opt
mysql_client_test.result Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
mysql_client_test.test Merge branch '10.3' into 10.4 2020-03-11 14:28:24 +01:00
mysql_client_test_comp-master.opt
mysql_client_test_comp.result
mysql_client_test_comp.test
mysql_client_test_nonblock-master.opt
mysql_client_test_nonblock.result
mysql_client_test_nonblock.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
mysql_comments.result
mysql_comments.sql
mysql_comments.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
mysql_cp932.result
mysql_cp932.test Merge branch 'github/10.2' into 10.3 2018-05-22 11:47:09 +02:00
mysql_delimiter.sql
mysql_delimiter_19799.sql
mysql_delimiter_source.sql
mysql_embedded.result
mysql_embedded.test
mysql_install_db_win.result Write information about restart in .result 2019-04-01 19:47:24 +03:00
mysql_install_db_win.test more tests for mysql_install_db.exe 2018-12-12 00:31:04 +01:00
mysql_locale_posix.result
mysql_locale_posix.test
mysql_not_windows.result Merge 10.2 into 10.3 2018-08-28 12:22:56 +03:00
mysql_not_windows.test Merge 10.2 into 10.3 2018-08-28 12:22:56 +03:00
mysql_protocols.result Fixed result for mysql_protocols.result 2018-08-20 18:51:14 +03:00
mysql_protocols.test
mysql_tzinfo_to_sql_symlink.result Merge 10.3 into 10.4 2019-12-27 18:20:28 +02:00
mysql_tzinfo_to_sql_symlink.test
mysql_upgrade-6984.opt
mysql_upgrade-6984.result MDEV-12484 Enable unix socket authentication by default 2019-02-12 19:14:37 +01:00
mysql_upgrade-6984.test MDEV-12484 Enable unix socket authentication by default 2019-02-12 19:14:37 +01:00
mysql_upgrade-20228.result MDEV-20228 mysql_upgrade fails on every version upgrade: "ERROR 1267 (HY000) at line 7: Illegal mix of collations (utf8mb4_unicode_ci,COERCIBLE) and (utf8mb4_general_ci,COERCIBLE) for operation 'like'" 2019-09-13 20:03:43 +04:00
mysql_upgrade-20228.test MDEV-20228 mysql_upgrade fails on every version upgrade: "ERROR 1267 (HY000) at line 7: Illegal mix of collations (utf8mb4_unicode_ci,COERCIBLE) and (utf8mb4_general_ci,COERCIBLE) for operation 'like'" 2019-09-13 20:03:43 +04:00
mysql_upgrade.result Merge branch '10.3' into 10.4 2020-02-11 14:40:35 +01:00
mysql_upgrade.test MDEV-18275 Live upgrade from 5.5 does not work: InnoDB stat tables are used before creation 2019-03-20 19:18:21 +01:00
mysql_upgrade_no_innodb.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
mysql_upgrade_no_innodb.test
mysql_upgrade_noengine.result MDEV-22040 versioning.truncate_privilege : GRANT fails with "Access denied", for root user 2020-03-26 09:31:50 +04:00
mysql_upgrade_noengine.test MDEV-22040 versioning.truncate_privilege : GRANT fails with "Access denied", for root user 2020-03-26 09:31:50 +04:00
mysql_upgrade_ssl.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
mysql_upgrade_ssl.test
mysql_upgrade_view.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
mysql_upgrade_view.test
mysqladmin.result
mysqladmin.test
mysqlbinlog-innodb.result Added support for replication for S3 2020-03-24 21:00:02 +02:00
mysqlbinlog-innodb.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
mysqlbinlog-master.opt
mysqlbinlog.result Added support for replication for S3 2020-03-24 21:00:02 +02:00
mysqlbinlog.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
mysqlbinlog_raw_mode.result
mysqlbinlog_raw_mode.test
mysqlbinlog_row_big.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
mysqlbinlog_row_big.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
mysqlbinlog_row_compressed.result Added support for replication for S3 2020-03-24 21:00:02 +02:00
mysqlbinlog_row_compressed.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
mysqlbinlog_row_minimal.opt
mysqlbinlog_row_minimal.result Added support for replication for S3 2020-03-24 21:00:02 +02:00
mysqlbinlog_row_minimal.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
mysqlbinlog_stmt_compressed.result Added support for replication for S3 2020-03-24 21:00:02 +02:00
mysqlbinlog_stmt_compressed.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
mysqlcheck-master.opt Enable mysqlcheck and flush_read_lock tests 2019-05-02 16:11:32 +03:00
mysqlcheck.opt Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
mysqlcheck.result Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
mysqlcheck.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
mysqld--defaults-file.result Merge branch '10.2' into 10.3 2020-03-06 23:28:26 +01:00
mysqld--defaults-file.test mtr sets MYSQLTEST_REAL_VARDIR when MYSQLTEST_VARDIR is a symlink 2020-03-14 09:51:36 +01:00
mysqld--help,win.rdiff Merge branch '10.3' into 10.4 2020-02-11 14:40:35 +01:00
mysqld--help.result MDEV-13362: implement --require_secure_transport option 2020-03-12 11:46:08 +01:00
mysqld--help.test Merge 10.4 into 10.5 2019-09-06 17:16:40 +03:00
mysqld--help2.result mysqld --help will now load mysqld.options table 2020-03-24 21:00:04 +02:00
mysqld--help2.test mysqld --help will now load mysqld.options table 2020-03-24 21:00:04 +02:00
mysqld_help_crash-9183.result
mysqld_help_crash-9183.test
mysqld_option_err.result
mysqld_option_err.test Merge 10.2 into 10.3 2019-01-24 16:14:12 +02:00
mysqldump-compat-102.opt MDEV-17429 mysqldump uses 10.3 options with pre-10.3 servers and breaks 2019-06-24 02:40:06 -07:00
mysqldump-compat-102.result Merge 10.3 into 10.4 2019-06-27 17:54:47 +03:00
mysqldump-compat-102.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
mysqldump-compat.opt
mysqldump-compat.result Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
mysqldump-compat.test Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
mysqldump-max-master.opt
mysqldump-max.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
mysqldump-max.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
mysqldump-nl.result
mysqldump-nl.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
mysqldump-no-binlog-master.opt
mysqldump-no-binlog.result
mysqldump-no-binlog.test
mysqldump-utf8mb4.result Adjusting old tests and adding new tests for "MDEV-8765: mysqldump -use utf8mb4 by default" 2018-10-12 06:34:13 +04:00
mysqldump-utf8mb4.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
mysqldump.opt Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
mysqldump.result MDEV-21743: Re-record --big-test results 2020-03-11 08:29:48 +02:00
mysqldump.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
mysqldump_restore.result MDEV-17363 - Compressed columns cannot be restored from dump 2019-06-18 07:48:08 +04:00
mysqldump_restore.test MDEV-17363 - Compressed columns cannot be restored from dump 2019-06-18 07:48:08 +04:00
mysqlhotcopy_myisam.result
mysqlhotcopy_myisam.test
mysqlshow.result
mysqlshow.test
mysqlslap.opt
mysqlslap.result Merge branch '10.2' into 10.3 2018-06-30 16:39:20 +02:00
mysqlslap.test Merge branch '10.2' into 10.3 2018-06-30 16:39:20 +02:00
mysqltest.result
mysqltest.test Merge remote-tracking branch '10.2' into 10.3 2018-04-12 12:41:19 +03:00
mysqltest_256.result
mysqltest_256.test
mysqltest_cont_on_error.result
mysqltest_cont_on_error.test
mysqltest_ps.result
mysqltest_ps.test
mysqltest_tracking_info.result MDEV-16470 - Session user variables tracker 2019-09-24 15:49:35 +04:00
mysqltest_tracking_info.test MDEV-16470 - Session user variables tracker 2019-09-24 15:49:35 +04:00
named_pipe-master.opt
named_pipe.result MDEV-19713 Remove big_tables system variable 2019-09-28 19:21:14 +02:00
named_pipe.test
negation_elimination.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
negation_elimination.test
no-threads-master.opt
no-threads.result
no-threads.test
no_binlog.result
no_binlog.test
non_blocking_api.result
non_blocking_api.test
not_embedded_server.result MDEV-8844 Unreadable control characters printed as is in warnings 2019-12-06 18:51:05 +04:00
not_embedded_server.test MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:04 +01:00
not_partition.result
not_partition.test
null.result MDEV-16188 Use in-memory PK filters built from range index scans 2019-02-03 14:56:12 -08:00
null.test
null_key.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
null_key.test MDEV-16188 Use in-memory PK filters built from range index scans 2019-02-03 14:56:12 -08:00
odbc.result
odbc.test
olap.result Merge 10.3 into 10.4 2019-04-25 16:05:20 +03:00
olap.test Merge 10.2 into 10.3 2019-04-25 09:05:52 +03:00
old-mode-master.opt
old-mode.result MDEV-13995 MAX(timestamp) returns a wrong result near DST change 2018-12-10 19:25:12 +04:00
old-mode.test Merge 10.3 into 10.4 2019-03-20 10:41:32 +02:00
openssl_1.result Merge branch '10.2' into 10.3 2019-01-25 20:35:40 +01:00
openssl_1.test Merge 10.4 into 10.5 2019-09-06 17:16:40 +03:00
openssl_6975,tlsv10.result
openssl_6975,tlsv12.result
openssl_6975.combinations
openssl_6975.test MDEV-14101 Provide an option to select TLS protocol version 2019-06-17 12:26:25 +02:00
opt_trace.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
opt_trace.test MDEV-6111: Optimizer Trace: add tracing for semi-join optimizations 2019-08-25 11:04:39 +03:00
opt_trace_index_merge.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
opt_trace_index_merge.test MDEV-18741: Optimizer trace: multi-part key ranges are printed incorrectly 2019-05-28 17:17:44 +05:30
opt_trace_index_merge_innodb.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
opt_trace_index_merge_innodb.test MDEV-18962: ASAN heap-buffer-overflow in Single_line_formatting_helper::on_add_str with optimizer trace 2019-04-03 00:32:26 +05:30
opt_trace_security.result MDEV-20444: More information regarding access of a table to be printed inside the optimizer_trace 2019-09-11 04:32:40 +05:30
opt_trace_security.test MDEV-6111 Optimizer Trace 2019-02-13 11:52:36 +05:30
opt_trace_ucs2.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
opt_trace_ucs2.test MDEV-18880: Optimizer trace prints date in hexadecimal 2019-06-11 15:44:58 +05:30
opt_tvc.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
opt_tvc.test MDEV-20900: IN predicate to IN subquery conversion causes performance regression 2019-12-10 11:28:04 +05:30
order_by-mdev-10122.result
order_by-mdev-10122.test
order_by.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
order_by.test MDEV-21922: Allow packing addon fields even if they don't honour max_length_for_sort_data 2020-03-15 23:48:51 +05:30
order_by_innodb.result Merge 10.2 into 10.3 2019-09-23 10:25:34 +03:00
order_by_innodb.test Merge 10.2 into 10.3 2019-09-23 10:25:34 +03:00
order_by_optimizer.result
order_by_optimizer.test
order_by_optimizer_innodb.result
order_by_optimizer_innodb.test
order_by_pack_big.result MDEV-21580: Allow packed sort keys in sort buffer 2020-03-10 15:09:17 +05:30
order_by_pack_big.test MDEV-21580: Allow packed sort keys in sort buffer 2020-03-10 15:09:17 +05:30
order_by_sortkey.result
order_by_sortkey.test
order_by_zerolength-4285.result Merge 10.2 into 10.3 2018-11-06 09:40:39 +02:00
order_by_zerolength-4285.test Merge 10.2 into 10.3 2018-11-06 09:40:39 +02:00
order_fill_sortbuf.result
order_fill_sortbuf.test
outfile.result
outfile.test
outfile_loaddata.result Merge 10.3 into 10.4 2018-12-18 11:33:53 +02:00
outfile_loaddata.test
overflow.result
overflow.test
packet.result
packet.test
parser.result Merge branch '10.4' into 10.5 2020-03-11 17:52:49 +01:00
parser.test Merge branch '10.4' into 10.5 2020-03-11 17:52:49 +01:00
parser_bug21114_innodb.result
parser_bug21114_innodb.test
parser_not_embedded.result
parser_not_embedded.test
parser_precedence.result
parser_precedence.test
parser_stack.result
parser_stack.test
partition-master.opt
partition.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
partition.test Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
partition_alter.result MDEV-16102 Wrong ER_DUP_ENTRY upon ADD UNIQUE KEY on versioned table 2018-06-30 16:12:45 +02:00
partition_alter.test MDEV-16678: Ignore #sql-ib tables in main.partition_alter 2020-01-03 17:54:12 +02:00
partition_binlog.result MDEV-15253: Default optimizer setting changes for MariaDB 10.4 2018-12-09 09:22:00 +05:30
partition_binlog.test
partition_binlog_stmt.result
partition_binlog_stmt.test
partition_blackhole.result
partition_blackhole.test
partition_bug18198.result
partition_bug18198.test
partition_cache.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
partition_cache.test
partition_cache_innodb.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
partition_cache_innodb.test
partition_cache_myisam.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
partition_cache_myisam.test
partition_charset.result
partition_charset.test
partition_column.result
partition_column.test
partition_column_prune.result
partition_column_prune.test
partition_csv.result
partition_csv.test
partition_datatype.result
partition_datatype.test
partition_debug_sync.result Merge 10.2 into 10.3 2019-10-12 06:34:09 +03:00
partition_debug_sync.test Merge 10.2 into 10.3 2019-10-12 06:34:09 +03:00
partition_default.result
partition_default.test
partition_disabled-master.opt
partition_disabled.result
partition_disabled.test
partition_error.result Merge 10.2 into 10.3 2019-03-27 13:27:04 +02:00
partition_error.test MDEV-16429: Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' fails upon attempt to update virtual column on partitioned versioned table 2018-09-21 15:05:54 +02:00
partition_example.opt Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
partition_example.result
partition_example.test
partition_exchange-master.opt
partition_exchange.result MDEV-13584 Assertion `!part_elem->tablespace_name && !table_create_info->tablespace' failed during EXCHANGE PARTITION with different TABLESPACE. 2018-04-17 16:10:47 +04:00
partition_exchange.test MDEV-13584 Assertion `!part_elem->tablespace_name && !table_create_info->tablespace' failed during EXCHANGE PARTITION with different TABLESPACE. 2018-04-17 16:10:47 +04:00
partition_explicit_prune.result Merge 10.3 into 10.4 2019-04-25 16:05:20 +03:00
partition_explicit_prune.test MDEV-18982 Partition pruning with column list causes syntax error in 10.4 2019-04-04 16:36:26 -07:00
partition_grant.result MDEV-20076: SHOW GRANTS does not quote role names properly 2020-02-05 17:22:26 +01:00
partition_grant.test
partition_hash.result
partition_hash.test
partition_innodb.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
partition_innodb.test Merge branch '10.3' into 10.4 2020-03-11 14:28:24 +01:00
partition_innodb_plugin.result
partition_innodb_plugin.test
partition_innodb_semi_consistent-master.opt
partition_innodb_semi_consistent.result
partition_innodb_semi_consistent.test
partition_innodb_stmt.result
partition_innodb_stmt.test
partition_key_cache.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
partition_key_cache.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
partition_list.result MDEV-16101: ADD PARTITION on table partitioned by list does not work with more than 32 list values. 2018-05-14 13:25:41 -07:00
partition_list.test MDEV-16101: ADD PARTITION on table partitioned by list does not work with more than 32 list values. 2018-05-14 13:25:41 -07:00
partition_mgm.result
partition_mgm.test
partition_mgm_err.result
partition_mgm_err.test
partition_mgm_err2.result
partition_mgm_err2.test
partition_mrr_aria.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
partition_mrr_aria.test MDEV-20611: MRR scan over partitioned InnoDB table produces "Out of memory" error 2019-11-15 23:37:28 +03:00
partition_mrr_innodb.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
partition_mrr_innodb.test MDEV-20611: MRR scan over partitioned InnoDB table produces "Out of memory" error 2019-11-15 23:37:28 +03:00
partition_mrr_myisam.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
partition_mrr_myisam.test MDEV-21628: Index condition pushdown condition ... not used with BKA 2020-02-19 21:29:49 +03:00
partition_myisam.result
partition_myisam.test
partition_not_blackhole-master.opt
partition_not_blackhole.result
partition_not_blackhole.test
partition_not_windows-master.opt
partition_not_windows.result
partition_not_windows.test
partition_open_files_limit-master.opt
partition_open_files_limit.result
partition_open_files_limit.test Merge 10.2 into 10.3 2018-05-24 11:27:15 +03:00
partition_order.result
partition_order.test
partition_pruning.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
partition_pruning.test Merge 10.3 into 10.4 2019-11-20 14:11:54 +08:00
partition_range.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
partition_range.test Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
partition_rename_longfilename.result
partition_rename_longfilename.test
partition_symlink.result
partition_symlink.test
partition_sync.result MDEV-15465 Server crash or ASAN heap-use-after-free in Item_func_match::cleanup upon using FT search with partitioning. 2018-05-15 14:10:19 +04:00
partition_sync.test MDEV-15465 Server crash or ASAN heap-use-after-free in Item_func_match::cleanup upon using FT search with partitioning. 2018-05-15 14:10:19 +04:00
partition_truncate.result
partition_truncate.test
partition_ucs2.result MDEV-20855 Crash with PARTITION BY LIST and extended characters 2019-10-18 10:24:53 +04:00
partition_ucs2.test MDEV-20855 Crash with PARTITION BY LIST and extended characters 2019-10-18 10:24:53 +04:00
partition_utf8-debug.result MDEV-20856 Bad values in metadata views for partitions on VARBINARY 2019-10-18 10:15:17 +04:00
partition_utf8-debug.test MDEV-20856 Bad values in metadata views for partitions on VARBINARY 2019-10-18 10:15:17 +04:00
partition_utf8.result Merge 10.4 into 10.5 2019-11-07 08:52:30 +01:00
partition_utf8.test Merge 10.4 into 10.5 2019-11-07 08:52:30 +01:00
partition_windows.result
partition_windows.test
password_expiration.result Merge branch '10.3' into 10.4 2020-02-11 14:40:35 +01:00
password_expiration.test MDEV-7597 Expiration of user passwords 2019-02-21 15:04:03 +01:00
password_expiration_unix_socket.result don't consider the password "expired" if authentication is passwordless 2019-02-21 15:04:03 +01:00
password_expiration_unix_socket.test don't consider the password "expired" if authentication is passwordless 2019-02-21 15:04:03 +01:00
perror-win.result remove workaround from MDEV-9409 2019-06-22 11:56:59 +02:00
perror-win.test
perror.result Changed some MySQL names in messages to MariaDB 2018-12-09 20:49:05 +02:00
perror.test
plugin.opt Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
plugin.result Merge branch '10.3' into 10.4 2019-07-28 13:43:26 +02:00
plugin.test Merge branch '10.3' into 10.4 2019-07-28 13:43:26 +02:00
plugin_auth.result Merge branch '10.3' into 10.4 2020-02-11 14:40:35 +01:00
plugin_auth.test Merge 10.2 into 10.3 2019-07-22 17:37:04 +03:00
plugin_auth_qa.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
plugin_auth_qa.test
plugin_auth_qa_1.result bugfix: PROXY privilege matched usernames incorrectly 2019-06-17 12:26:25 +02:00
plugin_auth_qa_1.test bugfix: PROXY privilege matched usernames incorrectly 2019-06-17 12:26:25 +02:00
plugin_auth_qa_2-master.opt
plugin_auth_qa_2.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
plugin_auth_qa_2.test
plugin_auth_qa_3-master.opt
plugin_auth_qa_3.result
plugin_auth_qa_3.test
plugin_innodb.opt Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
plugin_innodb.result Write information about restart in .result 2019-04-01 19:47:24 +03:00
plugin_innodb.test MDEV-16421 Make system tables crash safe 2018-08-14 12:18:38 +03:00
plugin_load.opt Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
plugin_load.result
plugin_load.test
plugin_load_option.opt Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
plugin_load_option.result
plugin_load_option.test
plugin_loaderr.opt
plugin_loaderr.result
plugin_loaderr.test
plugin_maturity-master.opt
plugin_maturity.result
plugin_maturity.test
plugin_not_embedded.opt Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
plugin_not_embedded.result Merge branch '10.3' into 10.4 2019-07-28 13:43:26 +02:00
plugin_not_embedded.test Merge branch '10.2' into 10.3 2019-07-26 22:42:35 +02:00
plugin_vars.result
plugin_vars.test
pool_of_threads.cnf
pool_of_threads.result MDEV-19713 Remove big_tables system variable 2019-09-28 19:21:14 +02:00
pool_of_threads.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
preload.result Removed double records_in_range calls from multi_range_read_info_const 2020-03-17 02:16:48 +02:00
preload.test
prepare.result
prepare.test
processlist.result Merge branch '10.2' into 10.3 2019-10-31 10:58:06 +01:00
processlist.test Merge branch '10.2' into 10.3 2019-10-31 10:58:06 +01:00
processlist_notembedded.result Merge branch '10.2' into 10.3 2019-10-31 10:58:06 +01:00
processlist_notembedded.test Merge branch '10.2' into 10.3 2019-10-31 10:58:06 +01:00
profiling.result
profiling.test Merge 10.3 into 10.4 2019-03-20 10:41:32 +02:00
progress_976225.result
progress_976225.test
ps-master.opt Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
ps.result MDEV-20634 Report disallowed subquery errors as such (instead of parse error) 2019-09-20 10:36:20 +04:00
ps.test MDEV-20634 Report disallowed subquery errors as such (instead of parse error) 2019-09-20 10:36:20 +04:00
ps_1general.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
ps_1general.test Added IF EXISTS to RENAME TABLE and ALTER TABLE 2020-03-24 20:47:41 +02:00
ps_2myisam.result MDEV-16188 Use in-memory PK filters built from range index scans 2019-02-03 14:56:12 -08:00
ps_2myisam.test
ps_3innodb-master.opt
ps_3innodb.result MDEV-16188 Use in-memory PK filters built from range index scans 2019-02-03 14:56:12 -08:00
ps_3innodb.test
ps_4heap.result MDEV-16188 Use in-memory PK filters built from range index scans 2019-02-03 14:56:12 -08:00
ps_4heap.test
ps_5merge.result MDEV-16188 Use in-memory PK filters built from range index scans 2019-02-03 14:56:12 -08:00
ps_5merge.test
ps_10nestset.result
ps_10nestset.test
ps_11bugs.result
ps_11bugs.test
ps_change_master.result
ps_change_master.test
ps_ddl.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
ps_ddl.test MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
ps_ddl1.result MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
ps_ddl1.test
ps_error.result Write information about restart in .result 2019-04-01 19:47:24 +03:00
ps_error.test Fix the location of test files 2019-01-04 17:24:54 +02:00
ps_grant.result MDEV-20076: SHOW GRANTS does not quote role names properly 2020-02-05 17:22:26 +01:00
ps_grant.test
ps_innodb.result Merge branch '10.3' into 10.4 2019-07-28 13:43:26 +02:00
ps_innodb.test Merge branch '10.2' into 10.3 2019-07-26 22:42:35 +02:00
ps_max_subselect-5113.result
ps_max_subselect-5113.test
ps_not_windows.result
ps_not_windows.test
ps_qc_innodb.result Rename a test (fix merge error) 2018-05-09 17:06:27 +03:00
ps_qc_innodb.test Rename a test (fix merge error) 2018-05-09 17:06:27 +03:00
query_cache.result Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
query_cache.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
query_cache_28249.result
query_cache_28249.test
query_cache_debug.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
query_cache_debug.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
query_cache_innodb.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
query_cache_innodb.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
query_cache_merge.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
query_cache_merge.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
query_cache_notembedded-master.opt
query_cache_notembedded.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
query_cache_notembedded.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
query_cache_ps_no_prot.result
query_cache_ps_no_prot.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
query_cache_ps_ps_prot.result
query_cache_ps_ps_prot.test
query_cache_with_views.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
query_cache_with_views.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
quick_select_4161.result
quick_select_4161.test
range.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
range.test merge 10.4 to 10.5 2020-03-18 12:00:38 +02:00
range_debug.result Move the testcase for BUG#21282 to a file that includes have_debug.inc 2018-08-23 19:30:26 +03:00
range_debug.test Move the testcase for BUG#21282 to a file that includes have_debug.inc 2018-08-23 19:30:26 +03:00
range_innodb.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
range_innodb.test Merge 10.3 into 10.4 2020-01-20 15:49:48 +02:00
range_interrupted-13751.result Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
range_interrupted-13751.test Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
range_mrr_icp.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
range_mrr_icp.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
range_vs_index_merge.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
range_vs_index_merge.test Removed double records_in_range calls from multi_range_read_info_const 2020-03-17 02:16:48 +02:00
range_vs_index_merge_innodb.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
range_vs_index_merge_innodb.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
read_many_rows_innodb.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
read_many_rows_innodb.test
read_only.result Merge branch '10.2' into 10.3 2019-01-03 13:09:41 +01:00
read_only.test Merge branch '10.2' into 10.3 2019-01-03 13:09:41 +01:00
read_only_innodb.result Merge branch '10.2' into 10.3 2018-06-30 16:39:20 +02:00
read_only_innodb.test Merge branch '10.2' into 10.3 2018-06-30 16:39:20 +02:00
rename.result Added IF EXISTS to RENAME TABLE and ALTER TABLE 2020-03-24 20:47:41 +02:00
rename.test Added IF EXISTS to RENAME TABLE and ALTER TABLE 2020-03-24 20:47:41 +02:00
renamedb.result
renamedb.test
reopen_temp_table.result Merge 10.2 into 10.3 2019-03-12 14:26:34 +02:00
reopen_temp_table.test Merge 10.2 into 10.3 2019-03-12 14:26:34 +02:00
repair.result Merge 10.4 into 10.5 2019-09-06 17:16:40 +03:00
repair.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
repair_symlink-5543.result Merge 10.2 into 10.3 2019-07-16 18:39:21 +03:00
repair_symlink-5543.test Merge 10.2 into 10.3 2019-07-16 18:39:21 +03:00
replace.result
replace.test
replace_returning.result MDEV-10014 Add RETURNING to INSERT 2019-10-14 10:29:31 +02:00
replace_returning.test MDEV-10014 Add RETURNING to INSERT 2019-10-14 10:29:31 +02:00
replace_returning_datatypes.result MDEV-10014 Add RETURNING to INSERT 2019-10-14 10:29:31 +02:00
replace_returning_datatypes.test MDEV-10014 Add RETURNING to INSERT 2019-10-14 10:29:31 +02:00
replace_returning_err.result MDEV-10014 Add RETURNING to INSERT 2019-10-14 10:29:31 +02:00
replace_returning_err.test MDEV-10014 Add RETURNING to INSERT 2019-10-14 10:29:31 +02:00
require_secure_transport-master.opt MDEV-13362: implement --require_secure_transport option 2020-03-12 11:46:08 +01:00
require_secure_transport.result MDEV-13362: implement --require_secure_transport option 2020-03-12 11:46:08 +01:00
require_secure_transport.test MDEV-13362: implement --require_secure_transport option 2020-03-12 11:46:08 +01:00
reset_connection.result MDEV-18281 COM_RESET_CONNECTION changes the connection encoding 2019-02-02 17:29:33 +01:00
reset_connection.test MDEV-18281 COM_RESET_CONNECTION changes the connection encoding 2019-02-02 17:29:33 +01:00
rollback.result
rollback.test
round.result
round.test
row-checksum-master.opt
row-checksum-old-master.opt
row-checksum-old.result Merge 10.2 into 10.3 2019-02-19 17:41:13 +02:00
row-checksum-old.test
row-checksum.opt
row-checksum.result Merge 10.2 into 10.3 2019-02-19 17:41:13 +02:00
row-checksum.test Merge 10.2 into 10.3 2019-02-19 17:41:13 +02:00
row.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
row.test
rowid_filter.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
rowid_filter.test MDEV-19255 Server crash in st_join_table::save_explain_data or assertion 2019-04-19 16:18:48 -07:00
rowid_filter_innodb.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
rowid_filter_innodb.test Merge branch '10.4' into 10.5 2020-03-11 17:52:49 +01:00
rowid_order_innodb.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
rowid_order_innodb.test
rpl_mysql_upgrade_slave_repo_check.result Merge 10.2 into 10.3 2020-03-13 12:31:55 +02:00
rpl_mysql_upgrade_slave_repo_check.test Merge 10.2 into 10.3 2020-03-13 12:31:55 +02:00
rpl_mysqldump_slave.result
rpl_mysqldump_slave.test
schema.result
schema.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
second_frac-9175.result
second_frac-9175.test
secure_file_priv_win-master.opt
secure_file_priv_win.result Added new warnings for windows specific test. 2018-07-06 09:02:40 +02:00
secure_file_priv_win.test
select.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
select.test MDEV-19713 Remove big_tables system variable 2019-09-28 19:21:14 +02:00
select_debug.result Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
select_debug.test Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
select_found.result
select_found.test
select_jcl6.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
select_jcl6.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
select_pkeycache-master.opt
select_pkeycache.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
select_pkeycache.test
select_safe.result MDEV-15253: Default optimizer setting changes for MariaDB 10.4 2018-12-09 09:22:00 +05:30
select_safe.test
selectivity.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
selectivity.test Merge 10.3 into 10.4 2019-11-12 16:55:44 +02:00
selectivity_innodb.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
selectivity_innodb.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
selectivity_no_engine.result MDEV-16188 Use in-memory PK filters built from range index scans 2019-02-03 14:56:12 -08:00
selectivity_no_engine.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
servers.result
servers.test
session_tracker_last_gtid.result Merge 10.2 into 10.3 2018-11-19 18:45:53 +02:00
session_tracker_last_gtid.test Merge branch '10.2' into 10.3 2018-06-30 16:39:20 +02:00
set_operation.result MDEV-18844 Implement EXCEPT ALL and INTERSECT ALL operations 2019-08-24 21:44:41 +08:00
set_operation.test MDEV-18844 Implement EXCEPT ALL and INTERSECT ALL operations 2019-08-24 21:44:41 +08:00
set_operation_oracle.result sql_yacc_ora.yy: syncing grammar for "MDEV-18844 Implement EXCEPT ALL and INTERSECT ALL operations" 2019-10-30 16:05:36 +04:00
set_operation_oracle.test sql_yacc_ora.yy: syncing grammar for "MDEV-18844 Implement EXCEPT ALL and INTERSECT ALL operations" 2019-10-30 16:05:36 +04:00
set_password.result Merge branch '10.3' into 10.4 2020-02-11 14:40:35 +01:00
set_password.test MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
set_statement.result Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
set_statement.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
set_statement_debug.result
set_statement_debug.test
set_statement_notembedded.result
set_statement_notembedded.test
set_statement_notembedded_binlog.result
set_statement_notembedded_binlog.test
set_statement_profiling.result
set_statement_profiling.test
show.result
show.test
show_bad_definer-5553.result
show_bad_definer-5553.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
show_check-master.opt
show_check.result Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
show_check.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
show_create_user.result Merge branch '10.3' into 10.4 2020-02-11 14:40:35 +01:00
show_create_user.test MDEV-12321 authentication plugin: SET PASSWORD support 2018-10-31 16:06:16 +01:00
show_explain.cc MDEV-16188 Use in-memory PK filters built from range index scans 2019-02-03 14:56:12 -08:00
show_explain.result Removed double records_in_range calls from multi_range_read_info_const 2020-03-17 02:16:48 +02:00
show_explain.test Merge 10.3 into 10.4 2020-01-20 15:49:48 +02:00
show_explain_non_select.result Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
show_explain_non_select.test Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
show_explain_ps.result Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
show_explain_ps.test Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
show_function_with_pad_char_to_full_length.result
show_function_with_pad_char_to_full_length.test
show_profile.result
show_profile.test
show_row_order-9226.result
show_row_order-9226.test
shutdown.result
shutdown.test
sighup-6580.result
sighup-6580.test
signal.result MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
signal.test MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
signal_code.result
signal_code.test
signal_demo1.result MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
signal_demo1.test
signal_demo2.result
signal_demo2.test
signal_demo3.result
signal_demo3.test
signal_sqlmode.result
signal_sqlmode.test
simultaneous_assignment.result
simultaneous_assignment.test
single_delete_update.result
single_delete_update.test
single_delete_update_innodb.result
single_delete_update_innodb.test
skip_grants-master.opt
skip_grants.result Merge branch '10.3' into 10.4 2020-02-11 14:40:35 +01:00
skip_grants.test MDEV-18297 How to reset a forgotten root password 2019-02-21 15:04:03 +01:00
skip_log_bin-master.opt
skip_log_bin.result
skip_log_bin.test
skip_name_resolve-master.opt
skip_name_resolve.result MDEV-20076: SHOW GRANTS does not quote role names properly 2020-02-05 17:22:26 +01:00
skip_name_resolve.test
slowlog_enospace-10508.result Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
slowlog_enospace-10508.test Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
sp-anchor-row-type-cursor.result MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
sp-anchor-row-type-cursor.test
sp-anchor-row-type-table.result MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
sp-anchor-row-type-table.test
sp-anchor-type.result MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
sp-anchor-type.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
sp-big.result Fixed issues when running mtr with --valgrind 2019-08-23 22:03:54 +02:00
sp-big.test Fixed issues when running mtr with --valgrind 2019-08-23 22:03:54 +02:00
sp-bugs.result Merge branch '10.3' into 10.4 2019-12-09 15:09:41 +01:00
sp-bugs.test Merge branch '10.3' into 10.4 2019-12-09 15:09:41 +01:00
sp-bugs2.result
sp-bugs2.test
sp-code.result Merge 10.4 into 10.5 2019-10-12 22:06:47 +03:00
sp-code.test Merge 10.4 into 10.5 2019-10-12 22:06:47 +03:00
sp-condition-handler.result MDEV-16584 SP with a cursor inside a loop wastes THD memory aggressively 2018-06-28 16:55:42 +04:00
sp-condition-handler.test MDEV-16584 SP with a cursor inside a loop wastes THD memory aggressively 2018-06-28 16:55:42 +04:00
sp-cursor.result Merge 10.2 into 10.3 2018-12-18 09:15:41 +02:00
sp-cursor.test MDEV-17278 CURSOR FOR LOOP - ERROR: unexpected end of stream, read 0 bytes (SERVER CRASH) 2018-11-14 14:23:43 +04:00
sp-destruct.result Merge 10.2 into 10.3 2018-04-24 20:59:57 +03:00
sp-destruct.test MDEV-16421 Make system tables crash safe 2018-08-14 12:18:38 +03:00
sp-dynamic.result
sp-dynamic.test
sp-error.result Merge 10.3 into 10.4 2018-12-18 11:33:53 +02:00
sp-error.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
sp-expr.result Adding more tests for IN/EXIST subqueries for better coverage 2018-04-20 23:15:27 +04:00
sp-expr.test Adding more tests for IN/EXIST subqueries for better coverage 2018-04-20 23:15:27 +04:00
sp-fib.result
sp-fib.test
sp-for-loop.result MDEV-17253 Oracle compatibility: The REVERSE key word for FOR loop behaves incorrectly 2018-11-13 18:03:14 +04:00
sp-for-loop.test MDEV-17253 Oracle compatibility: The REVERSE key word for FOR loop behaves incorrectly 2018-11-13 18:03:14 +04:00
sp-group.result MDEV-15058: Revert the changes to INFORMATION_SCHEMA 2020-02-12 20:54:59 +02:00
sp-group.test
sp-innodb.result Merge branch '10.2' into 10.3 2018-05-11 13:15:10 +02:00
sp-innodb.test Merge branch '10.2' into 10.3 2018-05-11 13:15:10 +02:00
sp-lock.result
sp-lock.test
sp-no-code.result
sp-no-code.test
sp-prelocking.result
sp-prelocking.test
sp-row-vs-var.inc
sp-row.result MDEV-20175 Move Type_handler_row from Type_collection_std to Type_collection_row 2019-07-25 14:49:33 +04:00
sp-row.test MDEV-20175 Move Type_handler_row from Type_collection_std to Type_collection_row 2019-07-25 14:49:33 +04:00
sp-security-anchor-type.result
sp-security-anchor-type.test
sp-security.result MDEV-21743 Split up SUPER privilege to smaller privileges 2020-03-10 23:49:47 +04:00
sp-security.test MDEV-21743 Split up SUPER privilege to smaller privileges 2020-03-10 23:49:47 +04:00
sp-threads.result
sp-threads.test
sp-ucs2.result Merge branch '10.2' into 10.3 2019-03-17 13:06:41 +01:00
sp-ucs2.test Merge branch '10.2' into 10.3 2019-03-17 13:06:41 +01:00
sp-vars.result Merge 10.2 into 10.3 2018-12-18 09:15:41 +02:00
sp-vars.test MDEV-15960 Wrong data type on CREATE..SELECT char_or_enum_or_text_spvar 2018-04-22 15:52:46 +04:00
sp.result Merge 10.3 into 10.4 2019-09-12 12:16:40 +03:00
sp.test Merge 10.3 into 10.4 2019-09-12 12:16:40 +03:00
sp_gis.result MDEV-19944 Remove GIS data types from keyword list in lex.h 2019-07-04 07:48:46 +04:00
sp_gis.test MDEV-19944 Remove GIS data types from keyword list in lex.h 2019-07-04 07:48:46 +04:00
sp_missing_4665.result
sp_missing_4665.test
sp_notembedded.result Merge branch '10.3' into 10.4 2020-02-11 14:40:35 +01:00
sp_notembedded.test Merge 10.3 into 10.4 2019-03-20 10:41:32 +02:00
sp_stress_case.result
sp_stress_case.test
sp_sync.result
sp_sync.test
sp_trans.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
sp_trans.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
sp_trans_log.result MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
sp_trans_log.test
sql_mode.result MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMP 2018-11-26 08:10:47 +04:00
sql_mode.test MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMP 2018-11-26 08:10:47 +04:00
sql_safe_updates.opt MDEV-14429 sql_safe_updates in my.cnf not work 2018-11-06 13:36:50 +01:00
sql_safe_updates.result MDEV-14429 sql_safe_updates in my.cnf not work 2018-11-06 13:36:50 +01:00
sql_safe_updates.test MDEV-14429 sql_safe_updates in my.cnf not work 2018-11-06 13:36:50 +01:00
ssl-big.result
ssl-big.test Merge 10.2 (up to commit ef00ac4c86) into 10.3 2019-09-04 10:19:58 +04:00
ssl.result MDEV-19713 Remove big_tables system variable 2019-09-28 19:21:14 +02:00
ssl.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
ssl_8k_key-master.opt
ssl_8k_key.result
ssl_8k_key.test Merge 10.2 into 10.3 2019-12-12 14:41:51 +02:00
ssl_7937,nossl.result
ssl_7937.combinations
ssl_7937.result
ssl_7937.test Merge 10.2 into 10.3 2019-12-12 14:41:51 +02:00
ssl_and_innodb.result
ssl_and_innodb.test
ssl_ca.result
ssl_ca.test
ssl_cipher.result Write information about restart in .result 2019-04-01 19:47:24 +03:00
ssl_cipher.test MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption library 2019-05-22 13:48:25 +02:00
ssl_compress.result MDEV-19713 Remove big_tables system variable 2019-09-28 19:21:14 +02:00
ssl_compress.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
ssl_connect.result
ssl_connect.test
ssl_crl.combinations Merge 10.2 into 10.3 2019-03-04 17:01:00 +02:00
ssl_crl.result Merge 10.2 into 10.3 2019-03-04 17:01:00 +02:00
ssl_crl.test fix ssl_crl test failures on newer OpenSSL 2019-11-29 09:08:52 +01:00
ssl_crl_clients.result Merge 10.2 into 10.3 2019-03-04 17:01:00 +02:00
ssl_crl_clients.test Merge 10.2 into 10.3 2019-12-12 14:41:51 +02:00
ssl_system_ca,bad.result Merge branch '10.2' into 10.3 2020-01-24 14:16:20 +01:00
ssl_system_ca.combinations Merge branch '10.2' into 10.3 2020-01-24 14:16:20 +01:00
ssl_system_ca.result Merge branch '10.2' into 10.3 2020-01-24 14:16:20 +01:00
ssl_system_ca.test Merge branch '10.2' into 10.3 2020-01-24 14:16:20 +01:00
ssl_timeout-9836.opt
ssl_timeout-9836.result
ssl_timeout-9836.test
ssl_timeout.result
ssl_timeout.test
ssl_verify_ip.opt Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
ssl_verify_ip.result Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
ssl_verify_ip.test Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
stack-crash.result
stack-crash.test
stat_tables-enospc.result Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
stat_tables-enospc.test Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
stat_tables.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
stat_tables.test Merge 10.3 into 10.4 2019-09-23 17:35:29 +03:00
stat_tables_disabled.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
stat_tables_disabled.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
stat_tables_innodb.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
stat_tables_innodb.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
stat_tables_innodb_debug.result
stat_tables_innodb_debug.test
stat_tables_missing.result MDEV-18788 Live upgrade from MySQL 5.6/5.7 to MariaDB 10.4 fails with "Event Scheduler: An error occurred when initializing system tables" 2019-06-07 18:41:08 +02:00
stat_tables_missing.test MDEV-18788 Live upgrade from MySQL 5.6/5.7 to MariaDB 10.4 fails with "Event Scheduler: An error occurred when initializing system tables" 2019-06-07 18:41:08 +02:00
stat_tables_myisam_debug.result
stat_tables_myisam_debug.test
stat_tables_par.inc Use truncate instead of delete to make stat_tables.inc more repeatable 2020-03-24 21:00:05 +02:00
stat_tables_par.result Cleanups & indentation changes 2020-03-24 21:00:02 +02:00
stat_tables_par.test Cleanups & indentation changes 2020-03-24 21:00:02 +02:00
stat_tables_par_innodb.result Cleanups & indentation changes 2020-03-24 21:00:02 +02:00
stat_tables_par_innodb.test Cleanups & indentation changes 2020-03-24 21:00:02 +02:00
stat_tables_partition.result
stat_tables_partition.test
stat_tables_rbr.result MDEV-15253: Default optimizer setting changes for MariaDB 10.4 2018-12-09 09:22:00 +05:30
stat_tables_rbr.test MDEV-15253: Default optimizer setting changes for MariaDB 10.4 2018-12-09 09:22:00 +05:30
stat_tables_repl.result
stat_tables_repl.test
statement-expr.result MDEV-20634 Report disallowed subquery errors as such (instead of parse error) 2019-09-20 10:36:20 +04:00
statement-expr.test MDEV-20634 Report disallowed subquery errors as such (instead of parse error) 2019-09-20 10:36:20 +04:00
statistics.result Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
statistics.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
statistics_close.result Merge 10.2 into 10.3 2018-05-29 17:34:49 +03:00
statistics_close.test Merge 10.2 into 10.3 2018-05-29 17:34:49 +03:00
statistics_index_crash-7362.result
statistics_index_crash-7362.test
status-master.opt
status.result MDEV-15253: Default optimizer setting changes for MariaDB 10.4 2018-12-09 09:22:00 +05:30
status.test MDEV-15915 Add Feature_json status variable. 2018-04-26 23:12:51 +04:00
status2.result Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
status2.test Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
status_bug17954.result
status_bug17954.test
str_to_datetime_457.result MDEV-17740 Extend EXTRACT(x AS DAY*) to understand long time intervals 2018-11-17 10:14:44 +04:00
str_to_datetime_457.test
strict-master.opt
strict.result Merge 10.2 into 10.3 2018-12-18 09:15:41 +02:00
strict.test
strict_autoinc_1myisam.result
strict_autoinc_1myisam.test
strict_autoinc_2innodb.result
strict_autoinc_2innodb.test
strict_autoinc_3heap.result
strict_autoinc_3heap.test
subselect-crash_15755.result Merge 10.2 into 10.3 2018-05-17 08:42:53 +03:00
subselect-crash_15755.test Merge 10.2 into 10.3 2018-05-17 08:42:53 +03:00
subselect.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
subselect.test outer references in subqueries in INSERT 2019-10-14 10:29:30 +02:00
subselect2.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
subselect2.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
subselect3.inc Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
subselect3.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
subselect3.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
subselect3_jcl6.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
subselect3_jcl6.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
subselect4.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
subselect4.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
subselect_cache.result MDEV-20854: ANALYZE for statements: not clear where the time is spent 2019-11-12 14:40:00 +03:00
subselect_cache.test MDEV-19713 Remove big_tables system variable 2019-09-28 19:21:14 +02:00
subselect_debug.result
subselect_debug.test
subselect_exists2in.result Merge branch '10.3' into 10.4 2019-07-28 13:43:26 +02:00
subselect_exists2in.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
subselect_exists2in_costmat.result MDEV-15253: Default optimizer setting changes for MariaDB 10.4 2018-12-09 09:22:00 +05:30
subselect_exists2in_costmat.test
subselect_extra.result Merge 10.3 into 10.4 2019-05-05 15:06:44 +03:00
subselect_extra.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
subselect_extra_no_semijoin.result Merge 10.3 into 10.4 2019-05-05 15:06:44 +03:00
subselect_extra_no_semijoin.test Merge 10.2 into 10.3 2018-08-28 12:22:56 +03:00
subselect_gis.result
subselect_gis.test
subselect_innodb.result Merge branch '10.3' into 10.4 2019-07-28 13:43:26 +02:00
subselect_innodb.test MDEV-17362: SIGSEGV in JOIN::optimize_inner or Assertion `fixed == 0' failed in Item_equal::fix_fields, server crashes after 2nd execution of PS 2019-04-16 09:25:43 +02:00
subselect_mat.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
subselect_mat.test Merge 10.2 into 10.3 2019-02-19 17:41:13 +02:00
subselect_mat_cost-master.opt
subselect_mat_cost.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
subselect_mat_cost.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
subselect_mat_cost_bugs.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
subselect_mat_cost_bugs.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
subselect_no_exists_to_in.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
subselect_no_exists_to_in.test
subselect_no_mat.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
subselect_no_mat.test
subselect_no_opts.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
subselect_no_opts.test
subselect_no_scache.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
subselect_no_scache.test
subselect_no_semijoin.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
subselect_no_semijoin.test Merge 10.2 into 10.3 2019-06-11 13:00:18 +03:00
subselect_notembedded.result MDEV-20634 Report disallowed subquery errors as such (instead of parse error) 2019-09-20 10:36:20 +04:00
subselect_notembedded.test MDEV-20634 Report disallowed subquery errors as such (instead of parse error) 2019-09-20 10:36:20 +04:00
subselect_nulls.result
subselect_nulls.test
subselect_partial_match.result
subselect_partial_match.test
subselect_sj.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
subselect_sj.test Merge 10.3 into 10.4 2019-11-01 15:23:18 +02:00
subselect_sj2.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
subselect_sj2.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
subselect_sj2_jcl6.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
subselect_sj2_jcl6.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
subselect_sj2_mat.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
subselect_sj2_mat.test Removed double records_in_range calls from multi_range_read_info_const 2020-03-17 02:16:48 +02:00
subselect_sj_aria.result
subselect_sj_aria.test
subselect_sj_jcl6.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
subselect_sj_jcl6.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
subselect_sj_mat.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
subselect_sj_mat.test MDEV-19713 Remove big_tables system variable 2019-09-28 19:21:14 +02:00
subselect_sj_nonmerged.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
subselect_sj_nonmerged.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
sum_distinct-big.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
sum_distinct-big.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
sum_distinct.result
sum_distinct.test
symlink-aria-11902.result
symlink-aria-11902.test
symlink-myisam-11902.result
symlink-myisam-11902.test
symlink.result
symlink.test
synchronization.result
synchronization.test
sysdate_is_now-master.opt
sysdate_is_now.result
sysdate_is_now.test
system_mysql_db.result Merge 10.3 into 10.4 2019-09-23 17:35:29 +03:00
system_mysql_db.test
system_mysql_db_507.result Merge branch '10.3' into 10.4 2020-02-11 14:40:35 +01:00
system_mysql_db_507.test MDEV-7597 Expiration of user passwords 2019-02-21 15:04:03 +01:00
system_mysql_db_error_log-master.opt MDEV-21704 Add a new JSON field "version_id" into mysql.global_priv.priv 2020-02-28 15:58:31 +04:00
system_mysql_db_error_log.result MDEV-22030 Don't grant REPLICATION MASTER ADMIN automatically on upgrade from an older JSON user table 2020-03-25 00:41:32 +04:00
system_mysql_db_error_log.test MDEV-22030 Don't grant REPLICATION MASTER ADMIN automatically on upgrade from an older JSON user table 2020-03-25 00:41:32 +04:00
system_mysql_db_fix40123.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
system_mysql_db_fix40123.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
system_mysql_db_fix50030.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
system_mysql_db_fix50030.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
system_mysql_db_fix50117.result Merge commit '43882e764d' into 10.4 2019-08-13 11:42:31 +04:00
system_mysql_db_fix50117.test Merge commit '43882e764d' into 10.4 2019-08-13 11:42:31 +04:00
system_mysql_db_refs.result MDEV-15851 Stop creating mysql.host table 2018-08-16 18:12:13 +01:00
system_mysql_db_refs.test MDEV-15851 Stop creating mysql.host table 2018-08-16 18:12:13 +01:00
system_time_debug.result MDEV-20079 When setting back the system time while mysqld is running, NOW() and UNIX_TIMESTAMP() results get stuck 2019-09-04 09:30:43 +02:00
system_time_debug.test MDEV-20079 When setting back the system time while mysqld is running, NOW() and UNIX_TIMESTAMP() results get stuck 2019-09-04 09:30:43 +02:00
table_elim.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
table_elim.test
table_elim_debug.result
table_elim_debug.test
table_keyinfo-6838.result
table_keyinfo-6838.test
table_options-5867.opt Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
table_options-5867.result
table_options-5867.test
table_options.result
table_options.test
table_value_constr.result MDEV-20632: Recursive CTE cycle detection using CYCLE clause (nonstandard) 2020-03-10 07:20:49 +01:00
table_value_constr.test MDEV-20229 CTE defined with table value constructor cannot be used in views 2019-09-20 15:59:54 -07:00
tablelock.result
tablelock.test
tablespace.result
tablespace.test
tc_heuristic_recover.result Write information about restart in .result 2019-04-01 19:47:24 +03:00
tc_heuristic_recover.test MDEV-19514 Defer change buffer merge until pages are requested 2019-10-11 17:28:15 +03:00
temp_table-master.opt
temp_table.result Merge 10.2 into 10.3 2019-05-14 18:10:06 +03:00
temp_table.test Merge 10.2 into 10.3 2019-05-14 18:10:06 +03:00
temp_table_frm.result MDEV-15253: Default optimizer setting changes for MariaDB 10.4 2018-12-09 09:22:00 +05:30
temp_table_frm.test MDEV-15253: Default optimizer setting changes for MariaDB 10.4 2018-12-09 09:22:00 +05:30
temporal_literal.result MDEV-17319 Assertion `ts_type != MYSQL_TIMESTAMP_TIME' failed upon inserting into TIME field 2018-12-02 18:59:04 +04:00
temporal_literal.test
temporal_scale_4283.result
temporal_scale_4283.test
thread_id_overflow.result
thread_id_overflow.test
thread_pool_info.opt MDEV-19313 Add test for thread_pool_info 2019-05-26 19:20:35 +02:00
thread_pool_info.result MDEV-19772 Add helper classes for ST_FIELD_INFO 2019-06-16 19:03:47 +04:00
thread_pool_info.test MDEV-19313 Add test for thread_pool_info 2019-05-26 19:20:35 +02:00
timeout.result
timeout.test
timezone-master.opt
timezone.result
timezone.test
timezone2.result An extra test with NULLIF() for MDEV-13995 MAX(timestamp) returns a wrong result near DST change 2019-12-20 15:59:09 +04:00
timezone2.test An extra test with NULLIF() for MDEV-13995 MAX(timestamp) returns a wrong result near DST change 2019-12-20 15:59:09 +04:00
timezone3-master.opt
timezone3.result
timezone3.test
timezone4-master.opt
timezone4.result
timezone4.test
timezone_grant.result MDEV-20076: SHOW GRANTS does not quote role names properly 2020-02-05 17:22:26 +01:00
timezone_grant.test
tls_version.opt MDEV-14101 Provide an option to select TLS protocol version 2019-06-17 12:26:25 +02:00
tls_version.result MDEV-14101 Provide an option to select TLS protocol version 2019-06-17 12:26:25 +02:00
tls_version.test MDEV-14101 Provide an option to select TLS protocol version 2019-06-17 12:26:25 +02:00
tls_version1.opt enable TLSv1.0 in WolfSSL 2019-07-02 14:27:31 +02:00
tls_version1.result enable TLSv1.0 in WolfSSL 2019-07-02 14:27:31 +02:00
tls_version1.test enable TLSv1.0 in WolfSSL 2019-07-02 14:27:31 +02:00
tmp_table_count-7586.result MDEV-7486: Condition pushdown from HAVING into WHERE 2019-02-17 23:38:44 -08:00
tmp_table_count-7586.test Merge branch '10.2' into 10.3 2019-03-17 13:06:41 +01:00
trans_read_only-master.opt
trans_read_only.result
trans_read_only.test
transaction_timeout.result
transaction_timeout.test
trigger-compat.result
trigger-compat.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
trigger-trans.result
trigger-trans.test
trigger.result Merge 10.3 into 10.4 2019-05-05 15:06:44 +03:00
trigger.test Fix various spelling errors 2020-03-16 00:10:50 +02:00
trigger_no_defaults-11698.result
trigger_no_defaults-11698.test
trigger_notembedded.result MDEV-21743 Split up SUPER privilege to smaller privileges 2020-03-10 23:49:47 +04:00
trigger_notembedded.test MDEV-21743 Split up SUPER privilege to smaller privileges 2020-03-10 23:49:47 +04:00
trigger_null-8605.result
trigger_null-8605.test Merge 10.2 into 10.3 2019-05-29 11:32:46 +03:00
trigger_wl3253.result
trigger_wl3253.test
truncate-stale-6500.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
truncate-stale-6500.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
truncate.result
truncate.test
truncate_badse.opt Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
truncate_badse.result
truncate_badse.test
truncate_coverage.result Changed FLUSH TABLES to not change share version 2018-12-09 22:12:26 +02:00
truncate_coverage.test Changed FLUSH TABLES to not change share version 2018-12-09 22:12:26 +02:00
type_binary.result MDEV-20818 ER_CRASHED_ON_USAGE or Assertion `length <= column->length' failed in write_block_record on temporary table 2019-10-14 08:21:08 +04:00
type_binary.test MDEV-20818 ER_CRASHED_ON_USAGE or Assertion `length <= column->length' failed in write_block_record on temporary table 2019-10-14 08:21:08 +04:00
type_bit.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
type_bit.test Merge 10.4 into 10.5 2019-12-16 07:47:17 +02:00
type_bit_innodb.result
type_bit_innodb.test
type_blob.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
type_blob.test merge 10.4 to 10.5 2020-03-18 12:00:38 +02:00
type_date.result Merge 10.3 into 10.4 2019-08-31 06:53:45 +03:00
type_date.test Merge 10.3 into 10.4 2019-08-31 06:53:45 +03:00
type_date_round.result MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMP 2018-11-26 08:10:47 +04:00
type_date_round.test MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMP 2018-11-26 08:10:47 +04:00
type_datetime.result Merge 10.3 into 10.4 2019-12-27 18:20:28 +02:00
type_datetime.test Merge 10.3 into 10.4 2019-12-27 18:20:28 +02:00
type_datetime_hires.result MDEV-20397 Support TIMESTAMP, DATETIME, TIME in ROUND() and TRUNCATE() 2019-08-22 15:09:59 +04:00
type_datetime_hires.test MDEV-20397 Support TIMESTAMP, DATETIME, TIME in ROUND() and TRUNCATE() 2019-08-22 15:09:59 +04:00
type_datetime_round.result MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMP 2018-11-26 08:10:47 +04:00
type_datetime_round.test MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMP 2018-11-26 08:10:47 +04:00
type_decimal.result Merge 10.3 into 10.4 2019-03-26 17:43:59 +02:00
type_decimal.test Merge 10.3 into 10.4 2019-03-26 17:43:59 +02:00
type_enum.result Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
type_enum.test
type_float.result Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
type_float.test Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
type_hex_hybrid.result MDEV-11361 Equal condition propagation does not work for DECIMAL and temporal dynamic SQL parameters 2018-06-08 12:36:42 +04:00
type_hex_hybrid.test MDEV-11361 Equal condition propagation does not work for DECIMAL and temporal dynamic SQL parameters 2018-06-08 12:36:42 +04:00
type_int.result Merge 10.4 into 10.5 2019-12-27 21:17:16 +02:00
type_int.test Merge 10.4 into 10.5 2019-12-27 21:17:16 +02:00
type_interval.result Merge 10.3 into 10.4 2018-12-18 11:33:53 +02:00
type_interval.test MDEV-17776 CAST(x AS INTERVAL DAY_SECOND(N)) 2018-11-20 13:47:52 +04:00
type_json.result MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRY 2020-03-10 20:43:32 +04:00
type_json.test MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRY 2020-03-10 20:43:32 +04:00
type_nchar.result
type_nchar.test
type_newdecimal-big.result
type_newdecimal-big.test
type_newdecimal.result Merge remote-tracking branch 'origin/10.2' into 10.3 2019-09-24 23:05:09 +04:00
type_newdecimal.test Merge remote-tracking branch 'origin/10.2' into 10.3 2019-09-24 23:05:09 +04:00
type_num.result Merge 10.2 into 10.3 2018-12-18 09:15:41 +02:00
type_num.test
type_num_innodb.result
type_num_innodb.test
type_ranges.result
type_ranges.test
type_row.result MDEV-20175 Move Type_handler_row from Type_collection_std to Type_collection_row 2019-07-25 14:49:33 +04:00
type_row.test MDEV-20175 Move Type_handler_row from Type_collection_std to Type_collection_row 2019-07-25 14:49:33 +04:00
type_set.result
type_set.test
type_temporal_innodb.result MDEV-19166 Assertion `!is_zero_datetime()' failed in Timestamp_or_zero_datetime::tv 2019-08-05 14:41:17 +04:00
type_temporal_innodb.test MDEV-19166 Assertion `!is_zero_datetime()' failed in Timestamp_or_zero_datetime::tv 2019-08-05 14:41:17 +04:00
type_temporal_mariadb53.result MDEV-19906 Port show_old_temporals from MySQL 5.6 2020-01-17 07:16:36 +04:00
type_temporal_mariadb53.test MDEV-19906 Port show_old_temporals from MySQL 5.6 2020-01-17 07:16:36 +04:00
type_temporal_mysql56.result
type_temporal_mysql56.test
type_temporal_mysql56_debug.result A cleanup for MDEV-16542 Fix ALTER TABLE FORCE to upgrade temporal types 2020-01-16 10:13:24 +04:00
type_temporal_mysql56_debug.test Adding forgotten "include/have_debug.inc" into type_temporal_mysql56_debug.test 2018-07-10 17:19:02 +04:00
type_time.result Merge 10.3 into 10.4 2019-12-27 18:20:28 +02:00
type_time.test Merge 10.3 into 10.4 2019-12-27 18:20:28 +02:00
type_time_6065.result
type_time_6065.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
type_time_hires.result MDEV-20397 Support TIMESTAMP, DATETIME, TIME in ROUND() and TRUNCATE() 2019-08-22 15:09:59 +04:00
type_time_hires.test MDEV-20397 Support TIMESTAMP, DATETIME, TIME in ROUND() and TRUNCATE() 2019-08-22 15:09:59 +04:00
type_time_round.result MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMP 2018-11-26 08:10:47 +04:00
type_time_round.test MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMP 2018-11-26 08:10:47 +04:00
type_timestamp.result MDEV-20417 Assertion `(m_ptr == __null) == item->null_value' failed in VDec::VDec(Item*) 2019-08-26 23:42:06 +04:00
type_timestamp.test MDEV-20417 Assertion `(m_ptr == __null) == item->null_value' failed in VDec::VDec(Item*) 2019-08-26 23:42:06 +04:00
type_timestamp_hires.result MDEV-20397 Support TIMESTAMP, DATETIME, TIME in ROUND() and TRUNCATE() 2019-08-22 15:09:59 +04:00
type_timestamp_hires.test MDEV-20397 Support TIMESTAMP, DATETIME, TIME in ROUND() and TRUNCATE() 2019-08-22 15:09:59 +04:00
type_timestamp_round.result Merge 10.3 into 10.4 2018-12-18 11:33:53 +02:00
type_timestamp_round.test MDEV-13995 MAX(timestamp) returns a wrong result near DST change 2018-12-10 19:25:12 +04:00
type_uint.result
type_uint.test
type_varchar.opt Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
type_varchar.result Merge 10.4 into 10.5 2019-08-13 18:57:00 +03:00
type_varchar.test Merge 10.4 into 10.5 2019-08-13 18:57:00 +03:00
type_varchar_mysql41.result MDEV-16325 CREATE..SELECT..UNION creates a wrong field type for old varchar 2018-05-30 15:22:58 +04:00
type_varchar_mysql41.test MDEV-16325 CREATE..SELECT..UNION creates a wrong field type for old varchar 2018-05-30 15:22:58 +04:00
type_year.result MDEV-20384 Assertion `field.is_sane()' failed in Protocol_text::store_field_metadata 2019-08-19 20:57:59 +04:00
type_year.test MDEV-20384 Assertion `field.is_sane()' failed in Protocol_text::store_field_metadata 2019-08-19 20:57:59 +04:00
udf.result Merge 10.3 into 10.4 2019-01-06 17:43:02 +02:00
udf.test Merge 10.3 into 10.4 2019-01-06 17:43:02 +02:00
udf_debug_sync.result
udf_debug_sync.test
udf_notembedded.result Write information about restart in .result 2019-04-01 19:47:24 +03:00
udf_notembedded.test
udf_query_cache.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
udf_query_cache.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
udf_skip_grants-master.opt
udf_skip_grants.result
udf_skip_grants.test
union-master.opt
union.result Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
union.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
union_crash-714.result Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
union_crash-714.test Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
unique.result MDEV-19224 Assertion `marked_for_read()' failed 2019-04-19 13:22:01 +03:00
unique.test MDEV-19224 Assertion `marked_for_read()' failed 2019-04-19 13:22:01 +03:00
unsafe_binlog_innodb.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
unsafe_binlog_innodb.test MDEV-19544 Remove innodb_locks_unsafe_for_binlog 2019-05-23 10:25:12 +03:00
update.result Merge 10.3 into 10.4 2019-03-20 10:41:32 +02:00
update.test Merge 10.2 into 10.3 2019-03-19 16:04:59 +02:00
update_ignore_216.result
update_ignore_216.test
update_innodb.result Merge 10.3 into 10.4 2019-04-25 16:05:20 +03:00
update_innodb.test Merge 10.3 into 10.4 2019-04-25 16:05:20 +03:00
update_use_source.result MDEV-15253: Default optimizer setting changes for MariaDB 10.4 2018-12-09 09:22:00 +05:30
update_use_source.test
upgrade.opt Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
upgrade.result
upgrade.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
user_limits-master.opt
user_limits.result MDEV-20076: SHOW GRANTS does not quote role names properly 2020-02-05 17:22:26 +01:00
user_limits.test
user_var-binlog.result Added support for replication for S3 2020-03-24 21:00:02 +02:00
user_var-binlog.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
user_var.result MDEV-20712 Wrong data type for CAST(@a AS BINARY) for a numeric variable 2019-10-01 22:30:28 +04:00
user_var.test
userstat-badlogin-4824.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
userstat-badlogin-4824.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
userstat.opt Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
userstat.result Merge 10.3 into 10.4 2019-03-20 10:41:32 +02:00
userstat.test Merge branch '10.2' into 10.3 2019-03-17 13:06:41 +01:00
varbinary.result MDEV-16325 CREATE..SELECT..UNION creates a wrong field type for old varchar 2018-05-30 15:22:58 +04:00
varbinary.test
variables-master.opt Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
variables-notembedded-master.opt
variables-notembedded.result Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
variables-notembedded.test Merge branch '10.2' into 10.3 2019-09-03 13:17:32 +03:00
variables.result MDEV-18650: Options deprecated in previous versions - thread_concurrency 2020-02-13 13:42:01 +02:00
variables.test MDEV-18650: Options deprecated in previous versions - thread_concurrency 2020-02-13 13:42:01 +02:00
variables_community.result
variables_community.test
view.result MDEV-19713 Remove big_tables system variable 2019-09-28 19:21:14 +02:00
view.test MDEV-19713 Remove big_tables system variable 2019-09-28 19:21:14 +02:00
view_alias.result Merge branch '10.2' into 10.3 2019-07-26 22:42:35 +02:00
view_alias.test
view_debug.result
view_debug.test
view_grant.result MDEV-21743 Split up SUPER privilege to smaller privileges 2020-03-10 23:49:47 +04:00
view_grant.test MDEV-21743 Split up SUPER privilege to smaller privileges 2020-03-10 23:49:47 +04:00
wait_timeout.result
wait_timeout.test
warnings-master.opt
warnings.result MDEV-20285 Wrong result on INSERT..SELECT when converting from SIGNED to UNSIGNED 2019-08-08 13:47:50 +04:00
warnings.test
warnings_debug.result Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
warnings_debug.test Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
warnings_engine_disabled.result
warnings_engine_disabled.test
win.result Merge 10.4 into 10.5 2019-12-27 21:17:16 +02:00
win.test Merge 10.4 into 10.5 2019-12-27 21:17:16 +02:00
win_as_arg_to_aggregate_func.result
win_as_arg_to_aggregate_func.test
win_avg.result
win_avg.test
win_big-mdev-10092.result
win_big-mdev-10092.test
win_big-mdev-11697.result MDEV-15253: Default optimizer setting changes for MariaDB 10.4 2018-12-09 09:22:00 +05:30
win_big-mdev-11697.test
win_big.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
win_big.test
win_bit.result
win_bit.test
win_empty_over.result
win_empty_over.test
win_first_last_value.result Merge 10.2 into 10.3 2018-11-06 09:40:39 +02:00
win_first_last_value.test
win_i_s.result
win_i_s.test
win_insert_select.result
win_insert_select.test
win_lead_lag.result Merge 10.2 into 10.3 2018-08-28 12:22:56 +03:00
win_lead_lag.test Merge 10.2 into 10.3 2018-08-28 12:22:56 +03:00
win_min_max.result
win_min_max.test
win_nth_value.result
win_nth_value.test
win_ntile.result
win_ntile.test
win_orderby.result
win_orderby.test
win_percent_cume.result Merge 10.2 into 10.3 2018-11-06 09:40:39 +02:00
win_percent_cume.test Merge 10.2 into 10.3 2018-11-06 09:40:39 +02:00
win_percentile.result MDEV-20272 PERCENTILE_DISC() crashes on a temporal type input 2019-08-07 22:44:54 +04:00
win_percentile.test MDEV-20272 PERCENTILE_DISC() crashes on a temporal type input 2019-08-07 22:44:54 +04:00
win_rank.result Merge 10.2 into 10.3 2018-11-06 09:40:39 +02:00
win_rank.test Merge 10.2 into 10.3 2018-11-06 09:40:39 +02:00
win_std.result
win_std.test Merge 10.2 into 10.3 2018-11-06 09:40:39 +02:00
win_sum.result
win_sum.test
windows.result
windows.test
wl4435_generated.inc
xa.result MDEV-742 XA PREPAREd transaction survive disconnect/server restart 2020-03-14 22:45:48 +02:00
xa.test MDEV-742 XA PREPAREd transaction survive disconnect/server restart 2020-03-14 22:45:48 +02:00
xa_binlog.result MDEV-742 XA PREPAREd transaction survive disconnect/server restart 2020-03-14 22:45:48 +02:00
xa_binlog.test MDEV-742 XA PREPAREd transaction survive disconnect/server restart 2020-03-14 22:45:48 +02:00
xa_prepared_binlog_off-master.opt MDEV-742 XA PREPAREd transaction survive disconnect/server restart 2020-03-14 22:45:48 +02:00
xa_prepared_binlog_off.result MDEV-742 XA PREPAREd transaction survive disconnect/server restart 2020-03-14 22:45:48 +02:00
xa_prepared_binlog_off.test MDEV-742 XA PREPAREd transaction survive disconnect/server restart 2020-03-14 22:45:48 +02:00
xa_sync.result MDEV-742 XA PREPAREd transaction survive disconnect/server restart 2020-03-14 22:45:48 +02:00
xa_sync.test MDEV-742 XA PREPAREd transaction survive disconnect/server restart 2020-03-14 22:45:48 +02:00
xml.result MDEV-20818 ER_CRASHED_ON_USAGE or Assertion `length <= column->length' failed in write_block_record on temporary table 2019-10-14 08:21:08 +04:00
xml.test MDEV-20818 ER_CRASHED_ON_USAGE or Assertion `length <= column->length' failed in write_block_record on temporary table 2019-10-14 08:21:08 +04:00
xtradb_mrr.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
xtradb_mrr.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00