mariadb/sql
Marko Mäkelä a256070e7d MDEV-7110 follow-up fix: Do not pass NULL as nonnull parameter
Passing a null pointer to the "%s" argument of a printf-like
function is undefined behaviour. In the GNU libc implementation
of the printf() family of functions, it happens to work.

GCC 10.2.0 would diagnose this with -Wformat-overflow -Og.
In -fsanitize=undefined (WITH_UBSAN=ON) builds, a runtime error
would be generated. In some other builds, GCC 8 or later might infer
that the parameter is nonnull and optimize away further checks whether
the parameter is null, leading to SIGSEGV.
2020-09-03 08:41:47 +03:00
..
share MDEV-16594 ALTER DATA DIRECTORY in PARTITIONS of InnoDB storage does nothing silently 2019-09-09 15:39:12 +04:00
add_errmsg
authors.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
bounded_queue.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
client_settings.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
CMakeLists.txt CMake,Windows - cleanup data directory prior to bootstrap for nitial_database target 2019-12-12 00:05:55 +01:00
compat56.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
compat56.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
contributors.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
create_options.cc Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
create_options.h Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
custom_conf.h Update FSF Address 2019-05-11 21:29:06 +03:00
datadict.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
datadict.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
debug_sync.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
debug_sync.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
derror.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
derror.h Update FSF Address 2019-05-11 21:29:06 +03:00
des_key_file.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
des_key_file.h Update FSF Address 2019-05-11 21:29:06 +03:00
discover.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
discover.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
encryption.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
event_data_objects.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
event_data_objects.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
event_db_repository.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
event_db_repository.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
event_parse_data.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
event_parse_data.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
event_queue.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
event_queue.h Update FSF Address 2019-05-11 21:29:06 +03:00
event_scheduler.cc Merge branch '5.5' into 10.1 2020-04-30 17:36:41 +02:00
event_scheduler.h Update FSF Address 2019-05-11 21:29:06 +03:00
events.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
events.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
field.cc Bug #25207522: INCORRECT ORDER-BY BEHAVIOR ON A PARTITIONED TABLE WITH A COMPOSITE PREFIX INDEX 2020-07-29 14:56:24 +02:00
field.h Bug #25207522: INCORRECT ORDER-BY BEHAVIOR ON A PARTITIONED TABLE WITH A COMPOSITE PREFIX INDEX 2020-07-29 14:56:24 +02:00
field_conv.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
filesort.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
filesort.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
filesort_utils.cc MDEV-22390: Assertion `m_next_rec_ptr >= m_rawmem' failed in Filesort_buffer::spaceleft | SIGSEGV in __memmove_avx_unaligned_erms from my_b_write 2020-07-06 16:30:27 +05:30
filesort_utils.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
gcalc_slicescan.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
gcalc_slicescan.h Code comment spellfixes 2020-07-22 23:18:12 +02:00
gcalc_tools.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
gcalc_tools.h Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
gen_lex_hash.cc gen_lex_hash: Omit deprecated register keywords 2019-07-23 15:23:27 +03:00
gen_lex_token.cc Update FSF address 2019-05-11 19:25:02 +03:00
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 Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
group_by_handler.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
gstream.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
gstream.h Update FSF Address 2019-05-11 21:29:06 +03:00
ha_partition.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
ha_partition.h Code comment spellfixes 2020-07-22 23:18:12 +02:00
handler.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
handler.h Code comment spellfixes 2020-07-22 23:18:12 +02:00
hash_filo.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hash_filo.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hostname.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hostname.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
init.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
init.h Update FSF Address 2019-05-11 21:29:06 +03:00
innodb_priv.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
item.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
item.h Code comment spellfixes 2020-07-22 23:18:12 +02:00
item_buff.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
item_cmpfunc.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
item_cmpfunc.h Code comment spellfixes 2020-07-22 23:18:12 +02:00
item_create.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
item_create.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
item_func.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
item_func.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
item_geofunc.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
item_geofunc.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
item_inetfunc.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
item_inetfunc.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
item_row.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
item_row.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
item_strfunc.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
item_strfunc.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
item_subselect.cc MDEV-23221: A subquery causes crash 2020-07-24 22:32:04 +03:00
item_subselect.h MDEV-9513: Assertion `join->group_list || !join->is_in_subquery()' failed in create_sort_index 2020-08-06 10:55:03 +05:30
item_sum.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
item_sum.h Code comment spellfixes 2020-07-22 23:18:12 +02:00
item_timefunc.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
item_timefunc.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
item_xmlfunc.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
item_xmlfunc.h Merge branch '5.5' into 10.1 2019-07-25 13:27:11 +02:00
key.cc Bug #25207522: INCORRECT ORDER-BY BEHAVIOR ON A PARTITIONED TABLE WITH A COMPOSITE PREFIX INDEX 2020-07-29 14:56:24 +02:00
key.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
keycaches.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
keycaches.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
lex.h Code comment spellfixes 2020-07-22 23:18:12 +02:00
lex_symbol.h Update FSF Address 2019-05-11 21:29:06 +03:00
lock.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
lock.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
log.cc Code comment spellfixes 2020-07-22 23:18:12 +02:00
log.h MDEV-20923:UBSAN: member access within address … which does not point to an object of type 'xid_count_per_binlog' 2020-01-29 16:33:05 +05:30
log_event.cc MDEV-16372 ER_BASE64_DECODE_ERROR upon replaying binary log via mysqlbinlog --verbose 2020-08-31 18:45:14 +03:00
log_event.h MDEV-16372 ER_BASE64_DECODE_ERROR upon replaying binary log via mysqlbinlog --verbose 2020-08-31 18:45:14 +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 Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
log_slow.h Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
main.cc Update FSF Address 2019-05-11 21:29:06 +03:00
mdl.cc Update FSF Address 2019-05-11 21:29:06 +03:00
mdl.h Update FSF Address 2019-05-11 21:29:06 +03:00
mem_root_array.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
message.h Update FSF Address 2019-05-11 21:29:06 +03:00
message.mc
message.rc
mf_iocache.cc imporve clang build 2019-06-25 13:21:36 +03:00
mf_iocache_encr.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
MSG00001.bin
multi_range_read.cc Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
multi_range_read.h Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
my_apc.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
my_apc.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
my_decimal.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
my_decimal.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
my_json_writer.cc Merge branch '5.5' into 10.1 2019-06-12 22:54:46 +02:00
my_json_writer.h Merge branch '5.5' into 10.1 2019-06-12 22:54:46 +02:00
mysql_install_db.cc MDEV-23052 mysql_install_db.exe can run on existing non-empty directory, 2020-07-01 13:03:51 +02:00
mysql_upgrade_service.cc Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
mysqld.cc MDEV-7110 follow-up fix: Do not pass NULL as nonnull parameter 2020-09-03 08:41:47 +03:00
mysqld.h MDEV-19614: Fix innodb_plugin on Windows 2019-05-28 15:24:32 +03:00
mysqld_suffix.h Update FSF Address 2019-05-11 21:29:06 +03:00
net_serv.cc imporve clang build 2019-06-25 13:21:36 +03:00
nt_servc.cc Windows : Fix server compile errors when compile with /Zc:strictStrings option 2017-02-28 12:57:33 +00:00
nt_servc.h Windows : Fix server compile errors when compile with /Zc:strictStrings option 2017-02-28 12:57:33 +00:00
opt_index_cond_pushdown.cc Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
opt_range.cc Merge branch '5.5' into 10.1 2020-04-30 17:36:41 +02:00
opt_range.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
opt_range_mrr.cc MDEV-21495: Conditional jump or move depends on uninitialised value in sel_arg_range_seq_next 2020-05-26 01:57:00 +05:30
opt_subselect.cc Merge branch 'github/5.5' into 10.1 2019-10-23 15:55:23 +02:00
opt_subselect.h Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
opt_sum.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
opt_table_elimination.cc Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
parse_file.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
parse_file.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
partition_element.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
partition_info.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
partition_info.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
password.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
plistsort.c imporve clang build 2019-06-25 13:21:36 +03:00
procedure.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
procedure.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
protocol.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
protocol.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
records.cc imporve clang build 2019-06-25 13:21:36 +03:00
records.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
repl_failsafe.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
repl_failsafe.h Update FSF Address 2019-05-11 21:29:06 +03:00
replication.h Update FSF Address 2019-05-11 21:29:06 +03:00
rpl_constants.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_filter.cc MDEV-23534: SIGSEGV in sf_malloc_usable_size/my_free on SET GLOBAL REPLICATE_DO_TABLE 2020-09-02 13:12:23 +05:30
rpl_filter.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_gtid.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_gtid.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_handler.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_handler.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_injector.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_injector.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_mi.cc fix Galera memory leak 2019-07-08 17:04:18 +03:00
rpl_mi.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_parallel.cc MDEV-23089 rpl_parallel2 fails in 10.5 2020-08-04 11:28:26 +05:30
rpl_parallel.h Merge 10.0 into 10.1 2017-03-03 13:27:12 +02:00
rpl_record.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_record.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_record_old.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_record_old.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_reporting.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_reporting.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_rli.cc MDEV-22806: MSAN reports use-of-uninitialized-value for rpl_parallel_conflicts.test 2020-06-25 16:14:23 +05:30
rpl_rli.h MDEV-15152 Optimistic parallel slave doesnt cope well with START SLAVE UNTIL 2020-05-26 18:26:50 +03:00
rpl_tblmap.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_tblmap.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_utility.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rpl_utility.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
scheduler.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
scheduler.h Update FSF Address 2019-05-11 21:29:06 +03:00
set_var.cc MDEV-22312: Bad error message for SET DEFAULT ROLE when user account is not granted the role 2020-05-28 17:08:40 +02:00
set_var.h MDEV-22312: Bad error message for SET DEFAULT ROLE when user account is not granted the role 2020-05-28 17:08:40 +02:00
signal_handler.cc signal handler: use mariadb kb URL rather than MySQL one 2020-06-29 05:49:52 +02:00
slave.cc MDEV-15152 Optimistic parallel slave doesnt cope well with START SLAVE UNTIL 2020-05-26 18:26:50 +03:00
slave.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sp.cc MDEV-22654: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' 2020-07-06 21:17:15 +05:30
sp.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sp_cache.cc MDEV-21341: Fix UBSAN failures: Issue Six 2020-01-14 18:15:32 +03:00
sp_cache.h Update FSF Address 2019-05-11 21:29:06 +03:00
sp_head.cc MDEV-22763 backporting MDEV-20225 fix into 10.1 2020-06-03 15:34:44 +02:00
sp_head.h MDEV-21341: Fix UBSAN failures: Issue Six 2020-01-14 18:15:32 +03:00
sp_pcontext.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sp_pcontext.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sp_rcontext.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sp_rcontext.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
spatial.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
spatial.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_acl.cc improve the error message for a dropped current role 2020-07-30 23:50:56 +02:00
sql_acl.h MDEV-22312: Bad error message for SET DEFAULT ROLE when user account is not granted the role 2020-05-28 17:08:40 +02:00
sql_admin.cc Fix the typo in fix for MDEV-21472 2020-08-03 13:03:37 +03:00
sql_admin.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_alter.cc MDEV-19653 Add class Sql_cmd_create_table 2019-05-31 16:22:53 +04:00
sql_alter.h MDEV-19653 Add class Sql_cmd_create_table 2019-05-31 16:22:53 +04:00
sql_analyse.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_analyse.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_analyze_stmt.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_analyze_stmt.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_array.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_audit.cc MDEV-18661 loading the audit plugin causes performance regression. 2019-06-15 01:02:55 +04:00
sql_audit.h MDEV-18661 loading the audit plugin causes performance regression. 2019-06-15 01:02:55 +04:00
sql_base.cc cleanup: reduce code duplication 2020-07-29 14:56:24 +02:00
sql_base.h Merge branch '5.5' into 10.1 2019-06-12 22:54:46 +02:00
sql_binlog.cc MDEV-22520 Assertion gathered_length == thd->lex->comment.length failed in binlog_defragment 2020-05-18 15:14:16 +03:00
sql_binlog.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_bitmap.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_bootstrap.cc Update FSF address 2019-05-11 19:25:02 +03:00
sql_bootstrap.h Update FSF address 2019-05-11 19:25:02 +03:00
sql_builtin.cc.in Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_cache.cc MDEV-5924: MariaDB could crash after changing the query_cache size 2020-06-10 09:35:38 +02:00
sql_cache.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_callback.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_class.cc Merge branch '5.5' into 10.1 2020-04-30 17:36:41 +02:00
sql_class.h Revert "Fix result of merge." 2020-07-02 06:04:42 +03:00
sql_client.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_cmd.h MDEV-19653 Add class Sql_cmd_create_table 2019-05-31 16:22:53 +04:00
sql_connect.cc MDEV-18661 loading the audit plugin causes performance regression. 2019-06-15 01:02:55 +04:00
sql_connect.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_const.h Merge 5.5 into 10.1 2019-05-28 11:25:45 +03:00
sql_crypt.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_crypt.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_cursor.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_cursor.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_db.cc imporve clang build 2019-06-25 13:21:36 +03:00
sql_db.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_delete.cc Merge branch '5.5' into 10.1 2019-07-25 13:27:11 +02:00
sql_delete.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_derived.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_derived.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_digest.cc Update FSF address 2019-05-11 19:25:02 +03:00
sql_digest.h Update FSF address 2019-05-11 19:25:02 +03:00
sql_digest_stream.h Update FSF address 2019-05-11 19:25:02 +03:00
sql_do.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_do.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_error.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_error.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_explain.cc Merge branch '5.5' into 10.1 2019-06-12 22:54:46 +02:00
sql_explain.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_expression_cache.cc Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
sql_expression_cache.h Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
sql_get_diagnostics.cc Update FSF address 2019-05-11 19:25:02 +03:00
sql_get_diagnostics.h Update FSF address 2019-05-11 19:25:02 +03:00
sql_handler.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_handler.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_help.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_help.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_hset.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_insert.cc Merge 5.5 into 10.1 2019-09-11 08:11:46 +03:00
sql_insert.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_join_cache.cc Merge branch '5.5' into 10.1 2019-06-12 22:54:46 +02:00
sql_join_cache.h Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
sql_lex.cc MDEV-23221: A subquery causes crash 2020-07-24 22:32:04 +03:00
sql_lex.h MDEV-21341: Fix optimizer-related UBSAN failures, part #2 2019-12-18 12:56:54 +03:00
sql_lifo_buffer.h Update FSF address 2019-05-10 20:52:00 +03:00
sql_list.cc Update FSF Address 2019-05-11 21:29:06 +03:00
sql_list.h MDEV-19740: Fix C++11 violations caught by GCC 9.2.1 2019-10-14 16:37:41 +03:00
sql_load.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_load.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_locale.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_locale.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_manager.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_manager.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_parse.cc MDEV-22706: Assertion `!current' failed in PROFILING::start_new_query 2020-06-25 13:03:34 +05:30
sql_parse.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_partition.cc MDEV-16594 ALTER DATA DIRECTORY in PARTITIONS of InnoDB storage does nothing silently 2019-09-09 15:39:12 +04:00
sql_partition.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_partition_admin.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_partition_admin.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_plist.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_plugin.cc Merge branch '5.5' into 10.1 2019-07-25 13:27:11 +02:00
sql_plugin.h MDEV-18661 loading the audit plugin causes performance regression. 2019-06-15 01:02:55 +04:00
sql_plugin_compat.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_plugin_services.ic Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_prepare.cc MDEV-21341: Fix UBSAN failures: Issue Six 2020-01-14 18:15:32 +03:00
sql_prepare.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_priv.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_profile.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_profile.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_reload.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_reload.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_rename.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_rename.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_repl.cc MDEV-20428: "Start binlog_dump" message doesn't indicate GTID position 2020-06-16 11:08:24 +05:30
sql_repl.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_select.cc MDEV-23596: Assertion `tab->ref.use_count' failed in join_read_key_unlock_row 2020-08-27 17:58:13 +05:30
sql_select.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_servers.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_servers.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_show.cc MDEV-22941: Fix the DBUG_ENTER name 2020-07-02 06:04:31 +03:00
sql_show.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_signal.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_signal.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_sort.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_state.c Update FSF Address 2019-05-11 21:29:06 +03:00
sql_statistics.cc MDEV-22851: Engine independent index statistics are incorrect for large tables on Windows 2020-07-15 11:27:32 +05:30
sql_statistics.h MDEV-22851: Engine independent index statistics are incorrect for large tables on Windows 2020-07-15 11:27:32 +05:30
sql_string.cc imporve clang build 2019-06-25 13:21:36 +03:00
sql_string.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_table.cc MDEV-22203: WSREP_ON is unnecessarily expensive to evaluate 2020-04-27 09:40:51 +03:00
sql_table.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_tablespace.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_tablespace.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_test.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_test.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_time.cc Fix clang 10 warnings 2020-04-27 09:40:34 +03:00
sql_time.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_trigger.cc MDEV-22763 backporting MDEV-20225 fix into 10.1 2020-06-03 15:34:44 +02:00
sql_trigger.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_truncate.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_truncate.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_type.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_type.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_type_int.h MDEV-21977 main.func_math fails due to undefined behaviour 2020-03-20 15:24:06 +04:00
sql_udf.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_udf.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_union.cc MDEV-9513: Assertion `join->group_list || !join->is_in_subquery()' failed in create_sort_index 2020-08-06 10:55:03 +05:30
sql_union.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_update.cc cleanup: reduce code duplication 2020-07-29 14:56:24 +02:00
sql_update.h Update FSF Address 2019-05-11 21:29:06 +03:00
sql_view.cc bugfix: mysql_create_view() infinite loop 2020-07-29 14:56:24 +02:00
sql_view.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_yacc.yy MDEV-21341: Fix UBSAN failures: Issue Six 2020-01-14 18:15:32 +03:00
strfunc.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
strfunc.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
structs.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sys_vars.cc MDEV-20401: revert unnecessary change 2020-07-16 16:31:27 +02:00
sys_vars.ic Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sys_vars_shared.h Update FSF Address 2019-05-11 21:29:06 +03:00
table.cc Thread safe histograms loading 2020-05-29 21:53:54 +04:00
table.h Better comment about TABLE::maybe_null 2020-08-06 13:39:10 +03:00
table_cache.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
table_cache.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
thr_malloc.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
thr_malloc.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
threadpool.h Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
threadpool_common.cc MDEV-18661 loading the audit plugin causes performance regression. 2019-06-15 01:02:55 +04:00
threadpool_unix.cc Merge branch '5.5' into 10.1 2020-01-03 10:36:23 +01:00
threadpool_win.cc Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
transaction.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
transaction.h Update FSF Address 2019-05-11 21:29:06 +03:00
tzfile.h Update FSF Address 2019-05-11 21:29:06 +03:00
tztime.cc MDEV-23440: mysql_tzinfo_to_sql to use transactions 2020-08-15 14:02:05 +10:00
tztime.h Update FSF Address 2019-05-11 21:29:06 +03:00
udf_example.c Update FSF Address 2019-05-11 21:29:06 +03:00
udf_example.def
uniques.cc MDEV-22728: SIGFPE in Unique::get_cost_calc_buff_size from prepare_search_best_index_intersect on optimized builds 2020-06-07 04:19:58 +05:30
unireg.cc MDEV-22111 ERROR 1064 & 1033 and SIGSEGV on CREATE TABLE w/ various charsets on 10.4/5 optimized builds | Assertion `(uint) (table_check_constraints - share->check_constraints) == (uint) (share->table_check_constraints - share->field_check_constraints)' failed 2020-05-22 07:47:49 +04:00
unireg.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
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 MDEV-23098 mariadb-upgrade-service.exe does not work on WAMPServer 2020-07-06 13:51:25 +02:00
winservice.h Update FSF address 2019-05-10 20:52:00 +03:00
wsrep_applier.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
wsrep_applier.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
wsrep_binlog.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
wsrep_binlog.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
wsrep_check_opts.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
wsrep_dummy.cc MDEV-22271 Excessive stack memory usage due to WSREP_LOG 2020-04-27 09:13:02 +02:00
wsrep_hton.cc MDEV-22763 backporting MDEV-20225 fix into 10.1 2020-06-03 15:34:44 +02:00
wsrep_mysqld.cc MDEV-22763 backporting MDEV-20225 fix into 10.1 2020-06-03 15:34:44 +02:00
wsrep_mysqld.h MDEV-22203: WSREP_ON is unnecessarily expensive to evaluate 2020-04-27 09:40:51 +03:00
wsrep_mysqld_c.h Update FSF address 2019-05-11 19:25:02 +03:00
wsrep_notify.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
wsrep_priv.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
wsrep_sst.cc MDEV-20420: SST failed after MDEV-18863 in some test configurations 2019-08-26 13:41:06 +02:00
wsrep_sst.h MDEV-18863: Galera SST scripts can't read [mysqldN] option groups 2019-08-19 23:43:16 +02:00
wsrep_thd.cc MDEV-22763 backporting MDEV-20225 fix into 10.1 2020-06-03 15:34:44 +02:00
wsrep_thd.h MDEV-22763 backporting MDEV-20225 fix into 10.1 2020-06-03 15:34:44 +02:00
wsrep_utils.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
wsrep_utils.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
wsrep_var.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
wsrep_var.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
wsrep_xid.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
wsrep_xid.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00