mariadb/sql
Teemu Ollakka ec0e9d6f76 MDEV-22681 EXECUTE IMMEDIATE crashes server if wsrep is on.
A wsrep transaction was started for EXECUTE IMMEDIATE, which
caused assertion failure when the executed statement was
CREATE TABLE which should be executed in TOI mode.

As a fix, don't start wsrep transaction for EXECUTE IMMEDIATE
to let the wsrep state logic to be handled from inside stored
procedure codepath.

Reviewed-by: Jan Lindström <jan.lindstrom@mariadb.com>
2020-10-28 09:51:35 +02:00
..
share Better German Error message. 2020-10-07 11:14:20 +02:00
add_errmsg
authors.h
backup.cc MDEV-20945: BACKUP UNLOCK + FTWRL assertion failure 2020-10-22 00:18:33 +03:00
backup.h
bounded_queue.h
client_settings.h
CMakeLists.txt MDEV-23489 Windows zip files 10.4.14 have an embryonic data folder 2020-08-15 17:57:27 +02:00
compat56.cc Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
compat56.h
contributors.h
create_options.cc MDEV-20425: Fix -Wimplicit-fallthrough 2019-08-30 14:11:59 +03:00
create_options.h
custom_conf.h
datadict.cc
datadict.h
debug_sync.cc Merge 10.2 into 10.3 2020-09-03 09:26:54 +03:00
debug_sync.h
derived_handler.cc MDEV-23778 Derived table handler looses data on conversion from HEAP to Aria 2020-09-28 15:16:28 -07:00
derived_handler.h
derror.cc Merge branch '10.2' into 10.3 2020-08-03 13:41:29 +02:00
derror.h
des_key_file.cc
des_key_file.h
discover.cc
discover.h
encryption.cc Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
event_data_objects.cc Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
event_data_objects.h
event_db_repository.cc Merge branch '10.2' into 10.3 2020-08-03 13:41:29 +02:00
event_db_repository.h
event_parse_data.cc Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
event_parse_data.h
event_queue.cc Merge branch '10.2' into 10.3 2020-08-03 13:41:29 +02:00
event_queue.h
event_scheduler.cc Merge 10.3 into 10.4 2020-05-05 20:33:10 +03:00
event_scheduler.h
events.cc Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
events.h
field.cc MDEV-23551 Performance degratation in temporal literals in 10.4 2020-08-24 09:17:47 +04:00
field.h MDEV-23537 Comparison with temporal columns is slow in MariaDB 2020-08-22 15:22:20 +04:00
field_comp.cc MDEV-21348 - column compression memory leak 2020-04-02 00:57:00 +04:00
field_comp.h
field_conv.cc Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
filesort.cc Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
filesort.h
filesort_utils.cc Merge 10.2 into 10.3 2020-07-14 22:59:19 +03:00
filesort_utils.h
gcalc_slicescan.cc Merge branch '10.2' into 10.3 2020-08-03 13:41:29 +02:00
gcalc_slicescan.h Merge branch '10.1' into 10.2 2020-08-02 11:05:29 +02:00
gcalc_tools.cc Merge branch '10.2' into 10.3 2020-08-03 13:41:29 +02:00
gcalc_tools.h
gen_lex_hash.cc gen_lex_hash: Omit deprecated register keywords 2019-07-23 15:23:27 +03:00
gen_lex_token.cc
gen_win_tzname_data.ps1 MDEV-22419 update windows timezone data from using newest ICU source 2020-04-30 01:21:44 +02:00
group_by_handler.cc
group_by_handler.h
gstream.cc
gstream.h
ha_partition.cc Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
ha_partition.h Merge 10.3 into 10.4 2020-08-26 11:30:20 +03:00
ha_sequence.cc Merge 10.3 into 10.4 2020-05-26 11:54:55 +03:00
ha_sequence.h MDEV-19955 make argument of handler::ha_write_row() const 2019-07-05 13:14:19 +03:00
handle_connections_win.cc MDEV-21444 : Fix socket leak if AcceptEx() return WSAECONNRESET. 2020-01-08 16:53:09 +01:00
handle_connections_win.h
handler.cc Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
handler.h MDEV-23586 Mariabackup: GTID saved for replication in 10.4.14 is wrong 2020-09-25 13:07:03 +03:00
hash_filo.cc
hash_filo.h
hostname.cc
hostname.h
init.cc
init.h
innodb_priv.h
item.cc Merge 10.3 into 10.4 2020-09-22 21:29:30 +03:00
item.h MDEV-23551 Performance degratation in temporal literals in 10.4 2020-08-24 09:17:47 +04:00
item_buff.cc Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
item_cmpfunc.cc UBSAN: UndefinedBehaviorSanitizer: undefined-behavior ../sql/item_cmpfunc.cc:3650:14 2020-10-05 20:02:22 +03:00
item_cmpfunc.h Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
item_create.cc Merge 10.3 into 10.4 2020-07-31 18:09:08 +03:00
item_create.h
item_func.cc Merge mariadb-10.4.14 2020-08-10 20:37:52 +03:00
item_func.h MDEV-23525 Wrong result of MIN(time_expr) and MAX(time_expr) with GROUP BY 2020-08-22 07:53:44 +04:00
item_geofunc.cc Merge branch '10.3' into 10.4 2020-09-28 17:55:39 +05:30
item_geofunc.h
item_inetfunc.cc Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
item_inetfunc.h
item_jsonfunc.cc Merge 10.3 into 10.4 2020-07-02 07:39:33 +03:00
item_jsonfunc.h Merge 10.2 into 10.3 2020-07-02 06:17:51 +03:00
item_row.cc Merge 10.3 into 10.4 2020-03-30 14:50:23 +03:00
item_row.h
item_strfunc.cc MDEV-23466 SIGABRT on SELECT WSREP_LAST_SEEN_GTID 2020-08-19 13:12:00 +03:00
item_strfunc.h Merge 10.3 into 10.4 2020-09-22 21:29:30 +03:00
item_subselect.cc Merge 10.3 into 10.4 2020-08-26 11:30:20 +03:00
item_subselect.h Merge 10.3 into 10.4 2020-08-10 21:08:46 +03:00
item_sum.cc Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
item_sum.h Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
item_timefunc.cc Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
item_timefunc.h MDEV-23525 Wrong result of MIN(time_expr) and MAX(time_expr) with GROUP BY 2020-08-22 07:53:44 +04:00
item_vers.cc
item_vers.h
item_windowfunc.cc MDEV-15180: server crashed with NTH_VALUE() 2020-08-06 18:01:00 +05:30
item_windowfunc.h Merge 10.3 into 10.4 2020-07-31 18:09:08 +03:00
item_xmlfunc.cc Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
item_xmlfunc.h Merge branch '10.2' into 10.3 2019-07-26 22:42:35 +02:00
key.cc Merge branch '10.2' into 10.3 2020-08-03 13:41:29 +02:00
key.h
keycaches.cc Merge 10.2 into 10.3 2019-10-18 09:05:27 +03:00
keycaches.h Merge 10.2 into 10.3 2019-10-18 09:05:27 +03:00
lex.h Merge branch '10.1' into 10.2 2020-08-02 11:05:29 +02:00
lex_string.h MDEV-18266 Changing an index comment unnecessarily rebuilds index 2019-07-10 21:36:29 +03:00
lex_symbol.h
lock.cc Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
lock.h
log.cc Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
log.h MDEV-21675: Data inconsistency after multirow insert rollback (#1474) 2020-03-21 09:17:28 +02:00
log_event.cc Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
log_event.h Merge 10.3 into 10.4 2020-09-03 15:53:38 +03:00
log_event_old.cc MDEV-16372 ER_BASE64_DECODE_ERROR upon replaying binary log via mysqlbinlog --verbose 2020-08-31 18:45:14 +03:00
log_event_old.h
log_slow.h
main.cc
mariadb.h
mdl.cc Merge 10.3 into 10.4 2020-08-26 11:30:20 +03:00
mdl.h MDEV-21953 deadlock between BACKUP STAGE BLOCK_COMMIT and parallel repl. 2020-07-21 12:42:42 +03:00
mem_root_array.h
message.h
message.mc
message.rc
mf_iocache.cc imporve clang build 2019-06-25 13:21:36 +03:00
mf_iocache_encr.cc
MSG00001.bin
multi_range_read.cc Removed double records_in_range calls from multi_range_read_info_const 2020-03-17 02:16:48 +02:00
multi_range_read.h MDEV-21610 Different query results from 10.4.11 to 10.4.12 2020-02-20 13:35:19 +03:00
my_apc.cc
my_apc.h
my_decimal.cc Merge branch '10.3' into 10.4 2020-02-11 14:40:35 +01:00
my_decimal.h Merge branch '10.3' into 10.4 2020-02-11 14:40:35 +01:00
my_json_writer.cc Second stage of optimizer_trace optimizations 2020-03-09 13:52:40 +02:00
my_json_writer.h Second stage of optimizer_trace optimizations 2020-03-09 13:52:40 +02:00
mysql_install_db.cc Merge 10.2 into 10.3 2020-07-02 06:17:51 +03:00
mysql_upgrade_service.cc Merge branch '10.3' into 10.4 2019-12-09 15:09:41 +01:00
mysqld.cc Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
mysqld.h slave_open_temp_tables to Atomic_counter 2020-04-15 21:05:21 +04:00
mysqld_suffix.h
net_serv.cc Merge 10.2 into 10.3 2020-09-03 09:26:54 +03:00
nt_servc.cc
nt_servc.h
opt_index_cond_pushdown.cc MDEV-21628: Index condition pushdown condition ... not used with BKA 2020-02-19 21:29:49 +03:00
opt_range.cc Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
opt_range.h Merge 10.3 into 10.4 2020-05-30 11:04:27 +03:00
opt_range_mrr.cc Merge 10.3 into 10.4 2020-05-30 11:04:27 +03:00
opt_split.cc MDEV-21883 Server crashes when joining a subselect with 32 tables and GROUP BY 2020-03-23 19:21:57 -07:00
opt_subselect.cc Merge branch '10.3' into 10.4 2020-09-28 17:55:39 +05:30
opt_subselect.h Merge 10.3 into 10.4 2019-09-27 16:26:53 +03:00
opt_sum.cc
opt_table_elimination.cc
opt_trace.cc MDEV-22014: Rowid Filtering is not displayed well in the optimizer trace 2020-04-02 11:50:47 +03:00
opt_trace.h Second stage of optimizer_trace optimizations 2020-03-09 13:52:40 +02:00
opt_trace_context.h Fixes for previous not-complete-push 2020-03-09 14:53:35 +02:00
parse_file.cc
parse_file.h
partition_element.h MDEV-18501 Partition pruning doesn't work for historical queries (refactoring) 2019-09-01 14:04:25 +03:00
partition_info.cc MDEV-16023 Unfortunate error message WARN_VERS_PART_FULL (partition <name> is full) when rotation time for the last interval passed 2020-07-29 14:32:07 +10:00
partition_info.h Merge branch '10.3' into 10.4 2019-09-02 14:57:05 +02:00
password.c
plistsort.c imporve clang build 2019-06-25 13:21:36 +03:00
procedure.cc
procedure.h
protocol.cc Merge branch '10.3' into 10.4 2020-09-28 17:55:39 +05:30
protocol.h
proxy_protocol.cc MDEV-19669 - fix matching CIDR address for proxy protocol. 2019-11-27 20:50:06 +01:00
proxy_protocol.h
records.cc Merge 10.2 into 10.3 2020-08-10 18:40:57 +03:00
records.h Merge 10.2 into 10.3 2020-08-10 18:40:57 +03:00
repl_failsafe.cc
repl_failsafe.h
replication.h
rowid_filter.cc MDEV-21794: Optimizer flag rowid_filter leads to long query 2020-05-07 12:27:17 +02:00
rowid_filter.h MDEV-22014: Rowid Filtering is not displayed well in the optimizer trace 2020-04-02 11:50:47 +03:00
rpl_constants.h
rpl_filter.cc Merge 10.2 into 10.3 2020-09-03 09:26:54 +03:00
rpl_filter.h
rpl_gtid.cc gtid_pos_table: my_atomic to std::atomic 2020-03-21 17:36:38 +04:00
rpl_gtid.h gtid_pos_table: my_atomic to std::atomic 2020-03-21 17:36:38 +04:00
rpl_injector.cc
rpl_injector.h
rpl_mi.cc Merge branch '10.3' into 10.4 2019-12-09 15:09:41 +01:00
rpl_mi.h
rpl_parallel.cc Merge branch '10.2' into 10.3 2020-08-06 17:01:44 +02:00
rpl_parallel.h MDEV-22370 safe_mutex: Trying to lock uninitialized mutex at /data/src/10.4-bug/sql/rpl_parallel.cc, line 470 upon shutdown during FTWRL 2020-06-17 02:22:46 +05:30
rpl_record.cc MDEV-22203: WSREP_ON is unnecessarily expensive to evaluate 2020-04-24 13:12:46 +03:00
rpl_record.h
rpl_record_old.cc
rpl_record_old.h
rpl_reporting.cc
rpl_reporting.h
rpl_rli.cc Merge 10.3 into 10.4 2020-07-02 07:39:33 +03:00
rpl_rli.h Merge 10.3 into 10.4 2020-05-30 11:04:27 +03:00
rpl_tblmap.cc
rpl_tblmap.h
rpl_utility.cc Merge 10.2 into 10.3 2019-08-28 10:18:41 +03:00
rpl_utility.h
scheduler.cc
scheduler.h
select_handler.cc MDEV-21887: federatedx crashes on SELECT ... INTO query in select_handler code 2020-03-26 15:01:44 +03:00
select_handler.h
semisync.cc
semisync.h
semisync_master.cc Remove \n from DBUG_PRINT statements 2019-10-21 18:41:58 +03:00
semisync_master.h
semisync_master_ack_receiver.cc
semisync_master_ack_receiver.h MDEV-19643 : Fix semisync on Windows 2019-06-21 15:17:06 +02:00
semisync_slave.cc
semisync_slave.h
service_wsrep.cc Merge 10.3 into 10.4 2020-09-21 12:29:00 +03:00
session_tracker.cc Merge 10.3 into 10.4 2020-07-31 18:09:08 +03:00
session_tracker.h
set_var.cc Merge 10.3 into 10.4 2020-06-03 07:32:09 +03:00
set_var.h Merge 10.3 into 10.4 2020-06-03 07:32:09 +03:00
signal_handler.cc Merge 10.2 into 10.3 2020-07-02 06:17:51 +03:00
slave.cc Merge 10.3 into 10.4 2020-07-31 18:09:08 +03:00
slave.h
sp.cc Merge 10.3 into 10.4 2020-07-15 10:17:15 +03:00
sp.h
sp_cache.cc MDEV-21341: Fix UBSAN failures: Issue Six 2020-01-14 18:15:32 +03:00
sp_cache.h
sp_head.cc Revert "[MDEV-7978] add show create user" 2020-09-24 13:58:29 +10:00
sp_head.h Merge 10.3 into 10.4 2020-01-20 15:49:48 +02:00
sp_pcontext.cc
sp_pcontext.h
sp_rcontext.cc
sp_rcontext.h
spatial.cc Merge 10.2 into 10.3 2020-03-20 18:12:17 +02:00
spatial.h Merge 10.2 into 10.3 2020-03-20 18:12:17 +02:00
sql_acl.cc Revert "[MDEV-7978] add show create user" 2020-09-24 13:58:29 +10:00
sql_acl.h Revert "[MDEV-7978] add show create user" 2020-09-24 13:58:29 +10:00
sql_acl_getsort.ic MDEV-14735 better matching order for grants 2019-06-17 12:26:25 +02:00
sql_admin.cc Merge branch '10.1' into 10.2 2020-08-06 16:47:39 +02:00
sql_admin.h
sql_alloc.h
sql_alter.cc MDEV-23295 ROW_FORMAT mismatch in instant ALTER TABLE 2020-07-27 15:04:04 +03:00
sql_alter.h MDEV-23295 ROW_FORMAT mismatch in instant ALTER TABLE 2020-07-27 15:04:04 +03:00
sql_analyse.cc
sql_analyse.h
sql_analyze_stmt.cc
sql_analyze_stmt.h
sql_array.h
sql_audit.cc Merge 10.2 into 10.3 2019-07-02 17:46:22 +03:00
sql_audit.h Merge 10.2 into 10.3 2019-12-27 15:14:48 +02:00
sql_base.cc Merge branch '10.3' into 10.4 2020-09-28 17:55:39 +05:30
sql_base.h Merge branch '10.3' into 10.4 2019-06-14 22:10:50 +02:00
sql_basic_types.h
sql_binlog.cc Merge 10.3 into 10.4 2020-05-19 21:18:15 +03:00
sql_binlog.h
sql_bitmap.h MDEV-19709 Workaround "internal compiler bug" on GCC v 4.9 2019-06-12 01:08:22 +02:00
sql_bootstrap.cc
sql_bootstrap.h
sql_builtin.cc.in
sql_cache.cc Merge 10.3 into 10.4 2020-06-13 19:01:28 +03:00
sql_cache.h
sql_callback.h
sql_class.cc MDEV-20945: BACKUP UNLOCK + FTWRL assertion failure 2020-10-22 00:18:33 +03:00
sql_class.h Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
sql_client.cc
sql_cmd.h Revert "[MDEV-7978] add show create user" 2020-09-24 13:58:29 +10:00
sql_connect.cc Merge 10.3 into 10.4 2020-03-30 14:50:23 +03:00
sql_connect.h
sql_const.h Merge 10.3 into 10.4 2019-07-01 18:37:15 +03:00
sql_crypt.cc
sql_crypt.h
sql_cte.cc Merge 10.3 into 10.4 2020-06-08 11:45:28 +03:00
sql_cte.h MDEV-19996 Bison grammar: turn singe-character operators into <kwd> 2019-07-09 15:10:45 +04:00
sql_cursor.cc
sql_cursor.h
sql_db.cc Merge branch '10.3' into 10.4 2019-12-09 15:09:41 +01:00
sql_db.h
sql_delete.cc MDEV-19130 Assertion failed in handler::update_auto_increment 2020-10-14 21:57:58 +10:00
sql_delete.h
sql_derived.cc Merge 10.3 into 10.4 2020-06-08 11:45:28 +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
sql_explain.cc Merge 10.3 into 10.4 2020-05-13 12:52:57 +03:00
sql_explain.h Merge 10.3 into 10.4 2020-05-13 12:52:57 +03:00
sql_expression_cache.cc
sql_expression_cache.h
sql_get_diagnostics.cc
sql_get_diagnostics.h
sql_handler.cc Merge 10.3 into 10.4 2019-06-19 10:49:00 +03:00
sql_handler.h
sql_help.cc
sql_help.h
sql_hset.h
sql_insert.cc Merge 10.3 into 10.4 2020-09-03 15:53:38 +03:00
sql_insert.h
sql_join_cache.cc MDEV-21610 Different query results from 10.4.11 to 10.4.12 2020-02-18 22:51:07 -08:00
sql_join_cache.h
sql_lex.cc MDEV-23094: Multiple calls to a Stored Procedure from another Stored Procedure crashes server 2020-08-31 14:40:34 +02:00
sql_lex.h MDEV-23094: Multiple calls to a Stored Procedure from another Stored Procedure crashes server 2020-08-31 14:40:34 +02:00
sql_lifo_buffer.h
sql_list.cc
sql_list.h cleanup: replace List_iterator(_fast) in handler0alter.cc 2019-11-13 01:23:46 +07:00
sql_load.cc Merge remote-tracking branch 'origin/10.3' into 10.4 2020-07-03 20:26:09 +03:00
sql_load.h
sql_locale.cc
sql_locale.h
sql_manager.cc
sql_manager.h
sql_mode.cc MDEV-18153 Assertion 0' or Assertion btr_validate_index(index, 0)' failed in row_upd_sec_index_entry or error code 126: Index is corrupted upon UPDATE with TIME_ROUND_FRACTIONAL 2019-09-13 11:47:43 +04:00
sql_mode.h MDEV-18153 Assertion 0' or Assertion btr_validate_index(index, 0)' failed in row_upd_sec_index_entry or error code 126: Index is corrupted upon UPDATE with TIME_ROUND_FRACTIONAL 2019-09-13 11:47:43 +04:00
sql_parse.cc MDEV-22681 EXECUTE IMMEDIATE crashes server if wsrep is on. 2020-10-28 09:51:35 +02:00
sql_parse.h
sql_partition.cc Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
sql_partition.h
sql_partition_admin.cc Merge remote-tracking branch 'origin/10.3' into 10.4 2019-10-01 10:45:52 +04:00
sql_partition_admin.h
sql_plist.h
sql_plugin.cc Merge 10.3 into 10.4 2020-07-31 18:09:08 +03:00
sql_plugin.h slave_open_temp_tables to Atomic_counter 2020-04-15 21:05:21 +04:00
sql_plugin_compat.h
sql_plugin_services.ic Merge 10.3 into 10.4 2020-09-21 12:29:00 +03:00
sql_prepare.cc Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
sql_prepare.h
sql_priv.h NFC: refactor Field::is_equal() and related stuff 2019-06-22 14:09:12 +03:00
sql_profile.cc
sql_profile.h
sql_reload.cc MDEV-20945: BACKUP UNLOCK + FTWRL assertion failure 2020-10-22 00:18:33 +03:00
sql_reload.h
sql_rename.cc
sql_rename.h
sql_repl.cc Merge 10.3 into 10.4 2020-09-22 21:29:30 +03:00
sql_repl.h
sql_schema.cc MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ... SELECT in ORACLE mode 2020-08-01 07:43:50 +04:00
sql_schema.h MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ... SELECT in ORACLE mode 2020-08-01 07:43:50 +04:00
sql_select.cc Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
sql_select.h Merge 10.3 into 10.4 2020-08-10 21:08:46 +03:00
sql_sequence.cc Merge 10.3 into 10.4 2020-07-21 16:36:47 +03:00
sql_sequence.h
sql_servers.cc Lintian complains on spelling error 2019-12-02 12:41:13 +02:00
sql_servers.h
sql_show.cc Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
sql_show.h
sql_signal.cc
sql_signal.h
sql_sort.h
sql_state.c
sql_statistics.cc Merge 10.3 into 10.4 2020-07-20 15:34:59 +03:00
sql_statistics.h Merge 10.3 into 10.4 2020-07-20 15:34:59 +03:00
sql_string.cc Merge branch '10.3' into 10.4 2020-09-28 17:55:39 +05:30
sql_string.h Merge 10.2 into 10.3 2020-09-03 09:26:54 +03:00
sql_table.cc Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
sql_table.h
sql_tablespace.cc
sql_tablespace.h
sql_test.cc Merge 10.3 into 10.4 2020-09-03 15:53:38 +03:00
sql_test.h
sql_time.cc Merge 10.2 into 10.3 2020-08-13 18:18:25 +03:00
sql_time.h Merge 10.3 into 10.4 2020-07-31 18:09:08 +03:00
sql_trigger.cc Merge 10.2 into 10.3 2020-06-06 18:50:25 +03:00
sql_trigger.h
sql_truncate.cc
sql_truncate.h
sql_tvc.cc Merge remote-tracking branch 'origin/10.3' into 10.4 2020-05-19 12:03:12 +04:00
sql_tvc.h
sql_type.cc Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
sql_type.h The patch for MDEV-23551 did not compile on some compilers. Fixing. 2020-08-24 14:27:32 +04:00
sql_type_int.h Merge 10.3 into 10.4 2020-03-20 22:06:55 +02:00
sql_type_json.cc
sql_type_json.h
sql_type_real.h
sql_udf.cc Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
sql_udf.h Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
sql_union.cc MDEV-23094: Multiple calls to a Stored Procedure from another Stored Procedure crashes server 2020-08-31 14:40:34 +02:00
sql_union.h
sql_update.cc MDEV-22805: SIGSEGV in check_fields on UPDATE 2020-10-27 18:55:22 +07:00
sql_update.h
sql_view.cc Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
sql_view.h
sql_window.cc Merge 10.2 into 10.3 2020-07-14 22:59:19 +03:00
sql_window.h Cleanup unused READ_RECORD::forms 2019-05-28 14:54:38 +04:00
sql_yacc.yy Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
sql_yacc_ora.yy Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
strfunc.cc
strfunc.h
structs.h Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
sys_vars.cc Merge 10.3 into 10.4 2020-07-31 18:09:08 +03:00
sys_vars.ic Merge 10.3 into 10.4 2020-08-26 11:30:20 +03:00
sys_vars_shared.h
table.cc MDEV-19130 Assertion failed in handler::update_auto_increment 2020-10-14 21:57:58 +10:00
table.h Merge 10.3 into 10.4 2020-08-10 21:08:46 +03:00
table_cache.cc tc_active_instances: my_atomic to std::atomic 2020-03-21 18:37:19 +04:00
table_cache.h tc_active_instances: my_atomic to std::atomic 2020-03-21 18:37:19 +04:00
temporary_tables.cc Merge 10.3 into 10.4 2020-05-26 11:54:55 +03:00
thr_malloc.cc
thr_malloc.h
threadpool.h Merge 10.3 into 10.4 2020-07-31 18:09:08 +03:00
threadpool_common.cc Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
threadpool_generic.cc Merge 10.3 into 10.4, except MDEV-22543 2020-08-13 18:48:41 +03:00
threadpool_win.cc num_worker_threads my_atomic to Atomic_counter 2020-03-27 11:41:46 +04:00
transaction.cc Merge 10.2 into 10.3 2020-04-15 09:56:03 +03:00
transaction.h
tzfile.h
tztime.cc Merge 10.3 into 10.4 2020-08-20 11:01:47 +03:00
tztime.h
udf_example.c
udf_example.def
uniques.cc Merge 10.2 into 10.3 2020-06-13 15:11:43 +03:00
uniques.h Fix wrong merge of commit d218d1aa49 2020-06-12 10:55:53 +03:00
unireg.cc Merge remote-tracking branch 'origin/10.3' into 10.4 2020-07-03 00:35:28 +03:00
unireg.h
upgrade_conf_file.cc
vers_string.h
vers_utils.h
win_tzname_data.h MDEV-22419 update windows timezone data from using newest ICU source 2020-04-30 01:21:44 +02:00
winservice.c Fix compile warning 2020-07-15 09:49:48 +02:00
winservice.h
wsrep_applier.cc Merge 10.2 into 10.3 2020-03-30 11:12:56 +03:00
wsrep_applier.h
wsrep_binlog.cc Merge 10.2 into 10.3 2020-04-15 09:56:03 +03:00
wsrep_binlog.h MDEV-22021: Galera database could get inconsistent with rollback to savepoint 2020-03-31 09:59:37 +03:00
wsrep_check_opts.cc
wsrep_client_service.cc MDEV-17099 Preliminary changes for Galera XA support (#1404) 2019-10-30 10:45:22 +02:00
wsrep_client_service.h MDEV-17099 Preliminary changes for Galera XA support (#1404) 2019-10-30 10:45:22 +02:00
wsrep_client_state.h
wsrep_condition_variable.h
wsrep_dummy.cc Merge 10.3 into 10.4 2020-09-21 12:29:00 +03:00
wsrep_high_priority_service.cc MDEV-23584 : Galera assertion failure "thd->transaction.stmt.is_empty() at transaction.cc:69 2020-08-26 13:34:51 +03:00
wsrep_high_priority_service.h Update wsrep-lib. (#1426) 2019-12-16 07:50:15 +02:00
wsrep_mutex.h
wsrep_mysqld.cc Merge 10.3 into 10.4 2020-09-03 15:53:38 +03:00
wsrep_mysqld.h Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
wsrep_mysqld_c.h
wsrep_notify.cc
wsrep_plugin.cc
wsrep_priv.h
wsrep_schema.cc MDEV-21170 : Galera test failure on galera_sr.GCF-1043[A|B] 2020-09-22 11:29:24 +03:00
wsrep_schema.h
wsrep_server_service.cc MDEV-22632 wsrep XID checkpointing can happen out of order for certification failure 2020-06-24 17:16:38 +03:00
wsrep_server_service.h Wsrep position not updated in InnoDB after certification failures (#1432) 2020-01-14 07:33:02 +02:00
wsrep_server_state.cc
wsrep_server_state.h MDEV-20505: Server crash on startup beacuse of bad wsrep configuration 2019-09-12 07:31:17 +03:00
wsrep_sst.cc Merge tag 'mariadb-10.4.15' into 10.4 2020-10-07 18:51:11 +02:00
wsrep_sst.h Merge 10.3 into 10.4 2020-08-26 11:30:20 +03:00
wsrep_storage_service.cc MDEV-17099 Preliminary changes for Galera XA support (#1404) 2019-10-30 10:45:22 +02:00
wsrep_storage_service.h MDEV-17099 Preliminary changes for Galera XA support (#1404) 2019-10-30 10:45:22 +02:00
wsrep_thd.cc Merge 10.2 into 10.3 2020-09-21 11:04:04 +03:00
wsrep_thd.h MDEV-23101 : SIGSEGV in lock_rec_unlock() when Galera is enabled 2020-09-10 13:18:12 +03:00
wsrep_trans_observer.h MDEV-22055: Assertion `active() == false' failed in wsrep::transaction::start_transaction upon ROLLBACK AND CHAIN 2020-08-25 06:53:52 +03:00
wsrep_types.h
wsrep_utils.cc Merge 10.3 into 10.4 2020-08-26 11:30:20 +03:00
wsrep_utils.h Merge 10.3 into 10.4 2020-08-26 11:30:20 +03:00
wsrep_var.cc Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
wsrep_var.h
wsrep_xid.cc
wsrep_xid.h
xa.cc MDEV-23586 Mariabackup: GTID saved for replication in 10.4.14 is wrong 2020-09-25 13:07:03 +03:00
xa.h