.. |
share
|
MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB
|
2022-09-30 08:48:57 +02:00 |
add_errmsg
|
|
|
authors.h
|
|
|
bounded_queue.h
|
|
|
client_settings.h
|
|
|
CMakeLists.txt
|
Silence clang 13 -Wunused-but-set-variable for Bison
|
2022-10-10 09:36:43 +03:00 |
compat56.cc
|
|
|
compat56.h
|
|
|
contributors.h
|
Update contributors
|
2022-03-23 10:47:27 +11:00 |
create_options.cc
|
Merge branch '10.2' into 10.3
|
2021-02-01 13:49:33 +01:00 |
create_options.h
|
|
|
custom_conf.h
|
|
|
datadict.cc
|
|
|
datadict.h
|
|
|
debug_sync.cc
|
|
|
debug_sync.h
|
|
|
derror.cc
|
|
|
derror.h
|
|
|
des_key_file.cc
|
|
|
des_key_file.h
|
|
|
discover.cc
|
|
|
discover.h
|
|
|
encryption.cc
|
|
|
event_data_objects.cc
|
Merge 10.2 into 10.3
|
2021-04-22 07:32:51 +03:00 |
event_data_objects.h
|
Merge 10.2 into 10.3
|
2021-04-22 07:32:51 +03:00 |
event_db_repository.cc
|
MDEV-24176 Server crashes after insert in the table with virtual
|
2022-04-18 12:44:27 +03:00 |
event_db_repository.h
|
|
|
event_parse_data.cc
|
|
|
event_parse_data.h
|
|
|
event_queue.cc
|
Merge 10.2 into 10.3
|
2021-04-22 07:32:51 +03:00 |
event_queue.h
|
|
|
event_scheduler.cc
|
Merge 10.2 into 10.3
|
2021-06-21 09:07:40 +03:00 |
event_scheduler.h
|
|
|
events.cc
|
|
|
events.h
|
|
|
field.cc
|
cleanup: VCOL_NOT_VIRTUAL->VCOL_NEXTVAL
|
2022-12-02 16:19:13 +01:00 |
field.h
|
MDEV-30016 Virtual columns do not support autoincrement columns
|
2022-12-02 16:19:13 +01:00 |
field_comp.cc
|
|
|
field_comp.h
|
|
|
field_conv.cc
|
|
|
filesort.cc
|
Merge 10.2 into 10.3
|
2021-08-18 12:26:58 +03:00 |
filesort.h
|
|
|
filesort_utils.cc
|
|
|
filesort_utils.h
|
|
|
gcalc_slicescan.cc
|
|
|
gcalc_slicescan.h
|
|
|
gcalc_tools.cc
|
|
|
gcalc_tools.h
|
|
|
gen_lex_hash.cc
|
|
|
gen_lex_token.cc
|
|
|
gen_win_tzname_data.ps1
|
Update timezone data on Windows
|
2021-04-22 15:51:55 +02:00 |
group_by_handler.cc
|
|
|
group_by_handler.h
|
|
|
gstream.cc
|
|
|
gstream.h
|
|
|
ha_partition.cc
|
MDEV-21134 Crash with partitioned table, PARTITION syntax, and index_merge.
|
2022-09-27 15:27:34 +04:00 |
ha_partition.h
|
MDEV-26544 Assertion `part_share->auto_inc_initialized' failed in ha_partition::get_auto_increment on INSERT
|
2022-07-05 23:07:49 +09:00 |
ha_sequence.cc
|
|
|
ha_sequence.h
|
|
|
handler.cc
|
MDEV-21087/MDEV-21433: ER_SLAVE_INCIDENT arrives at slave without failure specifics
|
2022-07-25 16:26:53 -06:00 |
handler.h
|
MDEV-25975 innodb_disallow_writes causes shutdown to hang
|
2022-04-06 08:06:49 +03:00 |
hash_filo.cc
|
|
|
hash_filo.h
|
|
|
hostname.cc
|
|
|
hostname.h
|
|
|
init.cc
|
|
|
init.h
|
|
|
innodb_priv.h
|
|
|
item.cc
|
MDEV-28696 View created as "select b''; " references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them
|
2022-12-02 08:14:00 +04:00 |
item.h
|
try harder to reject not strictly deterministic vcols in indexes/stored
|
2022-12-02 16:19:13 +01:00 |
item_buff.cc
|
|
|
item_cmpfunc.cc
|
MDEV-16128: Server crash in Item_func::print_op on 2nd execution of PS
|
2022-10-17 15:05:17 +07:00 |
item_cmpfunc.h
|
MDEV-27937 Assertion failure when executing prepared statement with ? in IN list
|
2022-03-25 14:14:51 -07:00 |
item_create.cc
|
Adding a "const" qualifier to arguments of create_func(), create_native() etc
|
2022-04-04 09:50:32 +04:00 |
item_create.h
|
Adding a "const" qualifier to arguments of create_func(), create_native() etc
|
2022-04-04 09:50:32 +04:00 |
item_func.cc
|
MDEV-27282 InnoDB: Failing assertion: !query->intersection
|
2022-08-03 20:35:12 +05:30 |
item_func.h
|
cleanup: VCOL_NOT_VIRTUAL->VCOL_NEXTVAL
|
2022-12-02 16:19:13 +01:00 |
item_geofunc.cc
|
MDEV-26161 crash in Gis_point::calculate_haversine
|
2022-10-26 00:20:40 +04:00 |
item_geofunc.h
|
Merge 10.2 into 10.3
|
2021-03-31 08:01:03 +03:00 |
item_inetfunc.cc
|
|
|
item_inetfunc.h
|
|
|
item_jsonfunc.cc
|
MDEV-27151: JSON_VALUE() does not parse NULL properties properly
|
2022-08-11 15:01:15 +05:30 |
item_jsonfunc.h
|
MDEV-24523 Execution of JSON_REPLACE failed on Spider
|
2021-08-05 12:21:59 +09:00 |
item_row.cc
|
|
|
item_row.h
|
|
|
item_strfunc.cc
|
MDEV-23149 Server crashes in my_convert / ErrConvString::ptr / Item_char_typecast::check_truncation_with_warn
|
2022-08-10 08:54:22 +02:00 |
item_strfunc.h
|
Merge branch '10.2' into 10.3
|
2022-01-29 15:41:05 +01:00 |
item_subselect.cc
|
MDEV-29022 add_slave destroy child list and has dead code
|
2022-09-27 09:56:21 +02:00 |
item_subselect.h
|
MDEV-29022 add_slave destroy child list and has dead code
|
2022-09-27 09:56:21 +02:00 |
item_sum.cc
|
Merge branch '10.2' into 10.3
|
2022-05-03 10:59:54 +02:00 |
item_sum.h
|
|
|
item_timefunc.cc
|
Merge 10.2 into 10.3
|
2021-10-28 07:50:05 +03:00 |
item_timefunc.h
|
Merge 10.2 into 10.3
|
2020-10-28 10:01:50 +02:00 |
item_vers.cc
|
MDEV-22660 System versioning cleanups
|
2021-10-11 13:36:06 +03:00 |
item_vers.h
|
MDEV-25468 DELETE HISTORY may delete current data on system-versioned table
|
2021-04-27 09:08:44 +03:00 |
item_windowfunc.cc
|
Merge branch '10.2' into 10.3
|
2022-02-10 20:23:56 +01:00 |
item_windowfunc.h
|
|
|
item_xmlfunc.cc
|
|
|
item_xmlfunc.h
|
|
|
key.cc
|
Merge branch '10.2' into 10.3
|
2021-07-21 20:11:07 +02:00 |
key.h
|
|
|
keycaches.cc
|
|
|
keycaches.h
|
|
|
lex.h
|
Merge 10.2->10.3
|
2021-06-30 15:06:54 +03:00 |
lex_string.h
|
Merge 10.2 into 10.3
|
2020-11-02 15:48:47 +02:00 |
lex_symbol.h
|
|
|
lock.cc
|
MDEV-24929 Server crash in thr_multi_unlock or in get_schema_tables_result
|
2021-02-22 22:42:38 +01:00 |
lock.h
|
|
|
log.cc
|
MDEV-29473 UBSAN: Signed integer overflow: X * Y cannot be represented in type 'int' in strings/dtoa.c
|
2022-11-17 17:51:01 +04:00 |
log.h
|
MDEV-24317 Data race in LOGGER::init_error_log at sql/log.cc:1443 and in LOGGER::error_log_print at sql/log.cc:1181
|
2022-04-12 13:07:20 +02:00 |
log_event.cc
|
MDEV-28530: Revoking privileges from a non-existing user on a master breaks replication on the slave in the presence of replication filters
|
2022-09-03 13:04:44 +03:00 |
log_event.h
|
Merge branch bb-10.2-release into bb-10.3-release
|
2021-05-04 14:49:31 +03:00 |
log_event_old.cc
|
|
|
log_event_old.h
|
|
|
log_slow.h
|
|
|
main.cc
|
|
|
mariadb.h
|
|
|
mdl.cc
|
Merge branch '10.2' into 10.3
|
2021-02-01 13:49:33 +01:00 |
mdl.h
|
|
|
mem_root_array.h
|
|
|
message.h
|
|
|
message.mc
|
|
|
message.rc
|
|
|
mf_iocache.cc
|
Merge 10.2 into 10.3
|
2021-04-21 07:25:48 +03:00 |
mf_iocache_encr.cc
|
Merge 10.2 into 10.3
|
2020-11-02 15:48:47 +02:00 |
MSG00001.bin
|
|
|
multi_range_read.cc
|
|
|
multi_range_read.h
|
|
|
my_apc.cc
|
|
|
my_apc.h
|
|
|
my_decimal.cc
|
|
|
my_decimal.h
|
Merge branch '10.2' into 10.3
|
2020-10-30 17:23:53 +01:00 |
my_json_writer.cc
|
|
|
my_json_writer.h
|
|
|
mysql_install_db.cc
|
|
|
mysql_upgrade_service.cc
|
Merge branch 10.2 into 10.3
|
2021-12-23 14:14:04 +01:00 |
mysqld.cc
|
MDEV-29473 UBSAN: Signed integer overflow: X * Y cannot be represented in type 'int' in strings/dtoa.c
|
2022-11-17 17:51:01 +04:00 |
mysqld.h
|
Revert MDEV-25114
|
2021-09-24 16:21:20 +03:00 |
mysqld_suffix.h
|
|
|
net_serv.cc
|
|
|
nt_servc.cc
|
|
|
nt_servc.h
|
|
|
opt_index_cond_pushdown.cc
|
|
|
opt_range.cc
|
Merge branch '10.2' into 10.3
|
2022-01-29 15:41:05 +01:00 |
opt_range.h
|
|
|
opt_range_mrr.cc
|
|
|
opt_split.cc
|
MDEV-27510 Query returns wrong result when using split optimization
|
2022-01-25 17:12:37 -08:00 |
opt_subselect.cc
|
MDEV-28871: Assert ... failed in JOIN::dbug_verify_sj_inner_tables...
|
2022-07-07 22:15:42 +03:00 |
opt_subselect.h
|
MDEV-28749: restore_prev_nj_state() doesn't update cur_sj_inner_tables correctly
|
2022-06-07 18:48:44 +03:00 |
opt_sum.cc
|
Merge 10.2 into 10.3
|
2021-03-19 13:33:46 +02:00 |
opt_table_elimination.cc
|
|
|
parse_file.cc
|
MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY000): Prepared statement needs to be re-prepared
|
2022-09-30 12:11:37 +02:00 |
parse_file.h
|
|
|
partition_element.h
|
Merge branch '10.2' into 10.3
|
2022-01-29 15:41:05 +01:00 |
partition_info.cc
|
MDEV-30036 NULL pointer dereference in partition_info::set_partition_bitmaps_from_table
|
2022-12-02 16:19:13 +01:00 |
partition_info.h
|
MDEV-30036 NULL pointer dereference in partition_info::set_partition_bitmaps_from_table
|
2022-12-02 16:19:13 +01:00 |
password.c
|
|
|
plistsort.c
|
|
|
procedure.cc
|
|
|
procedure.h
|
|
|
protocol.cc
|
Merge branch '10.2' into 10.3
|
2022-01-29 15:41:05 +01:00 |
protocol.h
|
|
|
proxy_protocol.cc
|
|
|
proxy_protocol.h
|
|
|
records.cc
|
Merge branch '10.2' into 10.3
|
2022-02-10 20:23:56 +01:00 |
records.h
|
|
|
repl_failsafe.cc
|
|
|
repl_failsafe.h
|
|
|
replication.h
|
|
|
rpl_constants.h
|
|
|
rpl_filter.cc
|
|
|
rpl_filter.h
|
|
|
rpl_gtid.cc
|
Merge branch '10.2' into 10.3
|
2021-09-07 16:32:35 +03:00 |
rpl_gtid.h
|
Merge branch '10.2' into 10.3
|
2022-05-03 10:59:54 +02:00 |
rpl_injector.cc
|
Merge 10.2 into 10.3
|
2020-12-01 14:55:46 +02:00 |
rpl_injector.h
|
|
|
rpl_mi.cc
|
Merge 10.2 into 10.3
|
2021-10-21 13:41:04 +03:00 |
rpl_mi.h
|
Merge 10.2 into 10.3
|
2021-10-21 13:41:04 +03:00 |
rpl_parallel.cc
|
Merge 10.2 into 10.3, except MDEV-25682
|
2021-05-18 08:40:19 +03:00 |
rpl_parallel.h
|
Merge 10.2 into 10.3, except MDEV-25682
|
2021-05-18 08:40:19 +03:00 |
rpl_record.cc
|
|
|
rpl_record.h
|
|
|
rpl_record_old.cc
|
|
|
rpl_record_old.h
|
|
|
rpl_reporting.cc
|
|
|
rpl_reporting.h
|
|
|
rpl_rli.cc
|
DBAAS-7828: Primary/replica: configuration change of autocommit=0 can not be applied
|
2022-03-24 12:00:40 -06:00 |
rpl_rli.h
|
|
|
rpl_tblmap.cc
|
|
|
rpl_tblmap.h
|
|
|
rpl_utility.cc
|
|
|
rpl_utility.h
|
|
|
scheduler.cc
|
|
|
scheduler.h
|
|
|
semisync.cc
|
|
|
semisync.h
|
|
|
semisync_master.cc
|
MDEV-25580: rpl.rpl_semi_sync_slave_compressed_protocol crashes because of wrong packet
|
2022-03-24 07:25:22 -06:00 |
semisync_master.h
|
|
|
semisync_master_ack_receiver.cc
|
MDEV-24773: slave_compressed_protocol doesn't work properly with semi-sync replication
|
2021-04-26 11:09:39 +05:30 |
semisync_master_ack_receiver.h
|
|
|
semisync_slave.cc
|
|
|
semisync_slave.h
|
|
|
session_tracker.cc
|
Merge 10.2 into 10.3
|
2020-10-28 10:01:50 +02:00 |
session_tracker.h
|
|
|
set_var.cc
|
add const qualifiers to sys_var::value_ptr functions and fix const casts
|
2021-07-27 14:15:01 +03:00 |
set_var.h
|
add const qualifiers to sys_var::value_ptr functions and fix const casts
|
2021-07-27 14:15:01 +03:00 |
signal_handler.cc
|
MDEV-28884: include kernel information in crashing signal handler
|
2022-06-18 21:14:04 +03:00 |
slave.cc
|
MDEV-29817: Issues with handling options for SSL CRLs (and some others)
|
2022-11-22 14:07:39 +01:00 |
slave.h
|
|
|
sp.cc
|
MDEV-29561 SHOW CREATE TABLE produces syntactically incorrect structure
|
2022-09-20 11:02:36 +04:00 |
sp.h
|
|
|
sp_cache.cc
|
Merge branch '10.2' into 10.3
|
2022-05-03 10:59:54 +02:00 |
sp_cache.h
|
|
|
sp_head.cc
|
MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB
|
2022-09-30 08:48:57 +02:00 |
sp_head.h
|
MDEV-25109 Server crashes in sp_name::sp_name upon invalid data in mysql.proc
|
2021-04-28 09:33:55 +02:00 |
sp_pcontext.cc
|
|
|
sp_pcontext.h
|
|
|
sp_rcontext.cc
|
|
|
sp_rcontext.h
|
|
|
spatial.cc
|
MDEV-26161 crash in Gis_point::calculate_haversine
|
2022-10-26 00:20:40 +04:00 |
spatial.h
|
MDEV-26161 crash in Gis_point::calculate_haversine
|
2022-10-26 00:20:40 +04:00 |
sql_acl.cc
|
MDEV-30056 Impossible to export column grants
|
2022-12-02 16:19:13 +01:00 |
sql_acl.h
|
MDEV-28455: CREATE TEMPORARY TABLES privilege is insufficient for SHOW COLUMNS
|
2022-10-18 10:25:55 +03:00 |
sql_admin.cc
|
Merge branch '10.2' into 10.3
|
2021-07-21 20:11:07 +02:00 |
sql_admin.h
|
|
|
sql_alloc.h
|
|
|
sql_alter.cc
|
MDEV-25803 innodb.alter_candidate_key fix
|
2021-11-02 04:52:03 +03:00 |
sql_alter.h
|
MDEV-25803 innodb.alter_candidate_key fix
|
2021-11-02 04:52:03 +03:00 |
sql_analyse.cc
|
Use memory safe snprintf() in Connect Engine and elsewhere (#2210)
|
2022-09-28 15:45:25 +01:00 |
sql_analyse.h
|
|
|
sql_analyze_stmt.cc
|
|
|
sql_analyze_stmt.h
|
|
|
sql_array.h
|
|
|
sql_audit.cc
|
MDEV-22647 Assertion `!check_audit_mask(mysql_global_audit_mask, event_class_mask)'
|
2022-09-14 19:15:44 +02:00 |
sql_audit.h
|
|
|
sql_base.cc
|
MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY000): Prepared statement needs to be re-prepared
|
2022-09-30 12:11:37 +02:00 |
sql_base.h
|
MDEV-23597 Assertion `marked_for_read()' failed while evaluating DEFAULT
|
2021-07-16 13:31:19 +03:00 |
sql_basic_types.h
|
|
|
sql_binlog.cc
|
|
|
sql_binlog.h
|
|
|
sql_bitmap.h
|
|
|
sql_bootstrap.cc
|
|
|
sql_bootstrap.h
|
|
|
sql_builtin.cc.in
|
|
|
sql_cache.cc
|
Fix typos in the codebase.
|
2022-08-09 18:41:09 +03:00 |
sql_cache.h
|
Merge branch '10.2' into 10.3
|
2020-12-23 19:28:02 +01:00 |
sql_callback.h
|
|
|
sql_class.cc
|
compilation error
|
2022-10-01 17:45:23 +02:00 |
sql_class.h
|
MDEV-29169 Using MATCH returns NULL for Virtual Column
|
2022-11-23 14:53:21 +03:00 |
sql_client.cc
|
|
|
sql_cmd.h
|
|
|
sql_connect.cc
|
MDEV-12274: Too many connections warning in error log (#2213)
|
2022-11-18 10:28:06 +00:00 |
sql_connect.h
|
|
|
sql_const.h
|
|
|
sql_crypt.cc
|
|
|
sql_crypt.h
|
|
|
sql_cte.cc
|
MDEV-29361 Infinite recursive calls when detecting CTE dependencies
|
2022-09-28 22:33:05 -07:00 |
sql_cte.h
|
MDEV-29361 Infinite recursive calls when detecting CTE dependencies
|
2022-09-28 22:33:05 -07:00 |
sql_cursor.cc
|
MDEV-28266 Crash in Field_string::type_handler when calling procedures
|
2022-04-13 15:37:46 +02:00 |
sql_cursor.h
|
compilation fixes for sys-devel/gcc-11.2.0:11
|
2021-10-28 12:01:25 +02:00 |
sql_db.cc
|
|
|
sql_db.h
|
|
|
sql_delete.cc
|
MDEV-27282 InnoDB: Failing assertion: !query->intersection
|
2022-08-03 20:35:12 +05:30 |
sql_delete.h
|
|
|
sql_derived.cc
|
Merge 10.2->10.3
|
2021-06-30 15:06:54 +03:00 |
sql_derived.h
|
|
|
sql_digest.cc
|
|
|
sql_digest.h
|
|
|
sql_digest_stream.h
|
|
|
sql_do.cc
|
|
|
sql_do.h
|
|
|
sql_error.cc
|
|
|
sql_error.h
|
MDEV-12325 Unexpected data type and truncation when using CTE
|
2022-08-08 11:19:55 +03:00 |
sql_explain.cc
|
MDEV-23160: SIGSEGV in Explain_node::print_explain_for_children on UNION SELECT
|
2022-10-21 18:08:05 +03:00 |
sql_explain.h
|
Merge 10.2 into 10.3
|
2021-10-13 11:38:21 +03:00 |
sql_expression_cache.cc
|
Merge branch '10.2' into 10.3
|
2022-05-03 10:59:54 +02:00 |
sql_expression_cache.h
|
MDEV-28268: Server crashes in Expression_cache_tracker::fetch_current_stats
|
2022-04-28 11:20:12 +03:00 |
sql_get_diagnostics.cc
|
|
|
sql_get_diagnostics.h
|
|
|
sql_handler.cc
|
Merge branch '10.2' into 10.3
|
2022-05-03 10:59:54 +02:00 |
sql_handler.h
|
|
|
sql_help.cc
|
Merge branch '10.2' into 10.3
|
2020-12-23 19:28:02 +01:00 |
sql_help.h
|
|
|
sql_hset.h
|
|
|
sql_insert.cc
|
MDEV-29540 Incorrect sequence values in INSERT SELECT
|
2022-10-19 08:15:42 +11:00 |
sql_insert.h
|
|
|
sql_join_cache.cc
|
Merge 10.2 into 10.3
|
2021-03-27 16:11:26 +02:00 |
sql_join_cache.h
|
Merge 10.2 into 10.3
|
2021-03-18 12:34:48 +02:00 |
sql_lex.cc
|
MDEV-29678 Valgrind/MSAN uninitialised value errors upon PS with ALTER under ONLY_FULL_GROUP_BY
|
2022-10-22 08:47:10 +11:00 |
sql_lex.h
|
MDEV-29022 add_slave destroy child list and has dead code
|
2022-09-27 09:56:21 +02:00 |
sql_lifo_buffer.h
|
|
|
sql_list.cc
|
|
|
sql_list.h
|
MDEV-28576 Ability to manipulate List<const char *>
|
2022-10-05 19:53:13 +03:00 |
sql_load.cc
|
|
|
sql_load.h
|
|
|
sql_locale.cc
|
Merge branch '10.2' into 10.3
|
2022-01-29 15:41:05 +01:00 |
sql_locale.h
|
|
|
sql_manager.cc
|
Merge branch '10.2' into 10.3
|
2021-02-01 13:49:33 +01:00 |
sql_manager.h
|
cleanup: fix and generalize handle_manager thread
|
2021-01-24 11:35:55 +01:00 |
sql_mode.cc
|
|
|
sql_mode.h
|
|
|
sql_parse.cc
|
MDEV-28455: CREATE TEMPORARY TABLES privilege is insufficient for SHOW COLUMNS
|
2022-10-18 10:25:55 +03:00 |
sql_parse.h
|
Merge 10.2 into 10.3
|
2021-03-03 09:41:50 +02:00 |
sql_partition.cc
|
MDEV-26127 Assertion `err != DB_DUPLICATE_KEY' failed or InnoDB: Failing assertion: id != 0 on ALTER ... REBUILD PARTITION
|
2022-06-13 23:43:48 +09:00 |
sql_partition.h
|
|
|
sql_partition_admin.cc
|
MDEV-28599 EXCHANGE PARTITION on view causes ER_CHECK_NO_SUCH_TABLE instead of ER_WRONG_OBJECT
|
2022-05-30 19:28:44 +09:00 |
sql_partition_admin.h
|
|
|
sql_plist.h
|
|
|
sql_plugin.cc
|
in INFORMATION_SCHEMA.ALL_PLUGINS match installed plugins better
|
2022-08-01 11:11:45 +02:00 |
sql_plugin.h
|
Merge branch '10.2' into 10.3
|
2021-02-01 13:49:33 +01:00 |
sql_plugin_compat.h
|
|
|
sql_plugin_services.inl
|
Merge branch '10.2' into 10.3
|
2022-01-29 15:41:05 +01:00 |
sql_prepare.cc
|
MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY000): Prepared statement needs to be re-prepared
|
2022-09-30 12:11:37 +02:00 |
sql_prepare.h
|
compilation fixes for sys-devel/gcc-11.2.0:11
|
2021-10-28 12:01:25 +02:00 |
sql_priv.h
|
|
|
sql_profile.cc
|
|
|
sql_profile.h
|
|
|
sql_reload.cc
|
|
|
sql_reload.h
|
|
|
sql_rename.cc
|
|
|
sql_rename.h
|
|
|
sql_repl.cc
|
Use memory safe snprintf() in Connect Engine and elsewhere (#2210)
|
2022-09-28 15:45:25 +01:00 |
sql_repl.h
|
MDEV-8134: The relay-log is not flushed after the slave-relay-log.999999 showed
|
2021-01-21 13:00:02 +05:30 |
sql_schema.cc
|
|
|
sql_schema.h
|
|
|
sql_select.cc
|
MDEV-10087 mysqld_update()/mysql_delete() continues execution even after subquery with JOIN gets error from storage engine
|
2022-11-09 21:00:24 +03:00 |
sql_select.h
|
Fix compile errors.
|
2022-08-04 10:09:57 +02:00 |
sql_sequence.cc
|
MDEV-28487: sequences not respect value of binlog_row_image with select nextval(seq_gen)
|
2022-07-13 09:03:32 -06:00 |
sql_sequence.h
|
|
|
sql_servers.cc
|
|
|
sql_servers.h
|
|
|
sql_show.cc
|
MDEV-28455: CREATE TEMPORARY TABLES privilege is insufficient for SHOW COLUMNS
|
2022-10-18 10:25:55 +03:00 |
sql_show.h
|
MDEV-24593 Signal 11 when group by primary key of table joined to information_schema.columns
|
2021-01-22 00:04:31 +01:00 |
sql_signal.cc
|
|
|
sql_signal.h
|
|
|
sql_sort.h
|
|
|
sql_state.c
|
|
|
sql_statistics.cc
|
Fix most clang-15 -Wunused-but-set-variable
|
2022-07-01 09:48:36 +03:00 |
sql_statistics.h
|
Merge branch '10.2' into 10.3
|
2021-02-22 22:42:27 +01:00 |
sql_string.cc
|
Merge 10.2 into 10.3
|
2021-10-28 07:50:05 +03:00 |
sql_string.h
|
MDEV-29561 SHOW CREATE TABLE produces syntactically incorrect structure
|
2022-09-20 11:02:36 +04:00 |
sql_table.cc
|
MDEV-30112 ASAN errors in Item_ident::print / generate_partition_syntax
|
2022-12-01 16:34:17 +03:00 |
sql_table.h
|
|
|
sql_tablespace.cc
|
|
|
sql_tablespace.h
|
|
|
sql_test.cc
|
Merge 10.2 into 10.3
|
2021-03-31 08:01:03 +03:00 |
sql_test.h
|
|
|
sql_time.cc
|
fix for x86 and other 32-bit little engian arch
|
2022-10-22 10:24:14 +02:00 |
sql_time.h
|
|
|
sql_trigger.cc
|
compilation error
|
2022-10-01 17:45:23 +02:00 |
sql_trigger.h
|
MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY000): Prepared statement needs to be re-prepared
|
2022-09-30 12:11:37 +02:00 |
sql_truncate.cc
|
Merge branch '10.2' into 10.3
|
2021-09-07 16:32:35 +03:00 |
sql_truncate.h
|
|
|
sql_tvc.cc
|
MDEV-29022 add_slave destroy child list and has dead code
|
2022-09-27 09:56:21 +02:00 |
sql_tvc.h
|
|
|
sql_type.cc
|
MDEV-21445 Strange/inconsistent behavior of IN condition when mixing numbers and strings
|
2022-07-06 15:42:21 +04:00 |
sql_type.h
|
MDEV-24511 null field is created with CREATE..SELECT
|
2021-07-29 02:08:23 +03:00 |
sql_type_int.h
|
|
|
sql_type_real.h
|
|
|
sql_udf.cc
|
Backport fix for MDEV-29352 to 10.3-10.5
|
2022-09-21 22:02:21 +09:00 |
sql_udf.h
|
Merge 10.2 into 10.3
|
2020-10-22 08:26:28 +03:00 |
sql_union.cc
|
MDEV-30066 (limit + offset) union all (...) limit = incorrect result
|
2022-12-02 16:19:13 +01:00 |
sql_union.h
|
|
|
sql_update.cc
|
table_count was present twice in one class of LEX.
|
2022-07-14 09:46:06 +02:00 |
sql_update.h
|
|
|
sql_view.cc
|
MDEV-29748 ASAN errors or server crash in File_parser::parse upon concurrent view operations
|
2022-10-24 14:09:46 +02:00 |
sql_view.h
|
MDEV-29748 ASAN errors or server crash in File_parser::parse upon concurrent view operations
|
2022-10-24 14:09:46 +02:00 |
sql_window.cc
|
Merge branch '10.2' into 10.3
|
2022-05-07 11:48:15 +02:00 |
sql_window.h
|
Merge branch '10.2' into 10.3
|
2022-05-07 11:48:15 +02:00 |
sql_yacc.yy
|
MDEV-19569 Assertion `table_list->table' failed in find_field_in_table_ref.
|
2022-10-19 14:37:34 +04:00 |
sql_yacc_ora.yy
|
Add skipped changes to oracle mode parser.
|
2022-10-26 10:14:34 +02:00 |
strfunc.cc
|
Do not check symbol returned (or not and so there is some garbadge) by mb_wc() if mb_wc() failed
|
2022-08-10 11:20:58 +02:00 |
strfunc.h
|
|
|
structs.h
|
Merge remote-tracking branch 'origin/10.2' into 10.3
|
2022-04-14 11:50:34 +04:00 |
sys_vars.cc
|
Add missing comment and remove unnecessary initialization
|
2022-09-14 15:58:08 +02:00 |
sys_vars.inl
|
Merge branch '10.2' into 10.3
|
2022-01-29 15:41:05 +01:00 |
sys_vars_shared.h
|
|
|
table.cc
|
try harder to reject not strictly deterministic vcols in indexes/stored
|
2022-12-02 16:19:13 +01:00 |
table.h
|
MDEV-29299 SELECT from table with vcol index reports warning
|
2022-10-12 20:49:45 +03:00 |
table_cache.cc
|
|
|
table_cache.h
|
|
|
temporary_tables.cc
|
Merge 10.2 into 10.3
|
2022-03-29 09:53:15 +03:00 |
thr_malloc.cc
|
|
|
thr_malloc.h
|
|
|
threadpool.h
|
|
|
threadpool_common.cc
|
MDEV-24084 Fix race between disconnect and KILL CONNECTION
|
2020-11-24 08:45:37 +01:00 |
threadpool_generic.cc
|
Merge branch '10.2' into 10.3
|
2021-10-28 12:41:27 +02:00 |
threadpool_win.cc
|
|
|
transaction.cc
|
Merge 10.2 into 10.3
|
2021-07-02 11:44:51 +03:00 |
transaction.h
|
|
|
tzfile.h
|
|
|
tztime.cc
|
MDEV-25577 mariadb-tzinfo-to-sql generates superfluous warnings
|
2022-06-09 13:20:37 +10:00 |
tztime.h
|
|
|
udf_example.c
|
|
|
udf_example.def
|
|
|
uniques.cc
|
|
|
uniques.h
|
|
|
unireg.cc
|
Merge 10.2 into 10.3
|
2022-03-29 09:53:15 +03:00 |
unireg.h
|
MDEV-27753 Incorrect ENGINE type of table after crash for CONNECT table
|
2022-03-14 08:55:59 +01:00 |
upgrade_conf_file.cc
|
Merge branch '10.2' into 10.3
|
2021-02-01 13:49:33 +01:00 |
vers_string.h
|
|
|
vers_utils.h
|
|
|
win_tzname_data.h
|
Update timezone data on Windows
|
2021-04-22 15:51:55 +02:00 |
winservice.c
|
|
|
winservice.h
|
|
|
wsrep_applier.cc
|
Merge 10.2 into 10.3
|
2020-12-01 14:55:46 +02:00 |
wsrep_applier.h
|
|
|
wsrep_binlog.cc
|
|
|
wsrep_binlog.h
|
|
|
wsrep_check_opts.cc
|
|
|
wsrep_dummy.cc
|
Merge 10.2 into 10.3
|
2021-03-18 12:34:48 +02:00 |
wsrep_hton.cc
|
MDEV-28210 : SIGSEGV in the test galera.galera_sst_rsync2
|
2022-04-01 13:29:31 +03:00 |
wsrep_mysqld.cc
|
Merge branch '10.2' into 10.3
|
2022-01-29 15:41:05 +01:00 |
wsrep_mysqld.h
|
Merge 10.2 into 10.3
|
2020-10-22 08:26:28 +03:00 |
wsrep_mysqld_c.h
|
|
|
wsrep_notify.cc
|
Merge branch 'bb-10.2-release' into bb-10.3-release
|
2021-02-18 22:09:53 +01:00 |
wsrep_priv.h
|
|
|
wsrep_sst.cc
|
MDEV-28656: Inability to roll upgrade without stopping the Galera cluster
|
2022-06-14 12:29:14 +02:00 |
wsrep_sst.h
|
MDEV-28656: Inability to roll upgrade without stopping the Galera cluster
|
2022-06-14 12:29:14 +02:00 |
wsrep_thd.cc
|
Merge branch '10.2' into 10.3
|
2022-01-29 15:41:05 +01:00 |
wsrep_thd.h
|
Revert MDEV-25114
|
2021-09-24 16:21:20 +03:00 |
wsrep_utils.cc
|
|
|
wsrep_utils.h
|
MDEV-26171: wsrep_sst_receive_address does not parse IPv6 address correctly
|
2022-04-12 17:14:39 +02:00 |
wsrep_var.cc
|
MDEV-29706 : SIGSEGV in wsrep_TOI_begin on non-Galera builds
|
2022-10-06 13:08:20 +03:00 |
wsrep_var.h
|
|
|
wsrep_xid.cc
|
|
|
wsrep_xid.h
|
|
|