mariadb/sql
Sergei Golubchik 3d2d060b62 fix gcc 8 compiler warnings
There were two newly enabled warnings:
1. cast for a function pointers. Affected sql_analyse.h, mi_write.c
   and ma_write.cc, mf_iocache-t.cc, mysqlbinlog.cc, encryption.cc, etc

2. memcpy/memset of nontrivial structures. Fixed as:
* the warning disabled for InnoDB
* TABLE, TABLE_SHARE, and TABLE_LIST got a new method reset() which
  does the bzero(), which is safe for these classes, but any other
  bzero() will still cause a warning
* Table_scope_and_contents_source_st uses `TABLE_LIST *` (trivial)
  instead of `SQL_I_List<TABLE_LIST>` (not trivial) so it's safe to
  bzero now.
* added casts in debug_sync.cc and sql_select.cc (for JOIN)
* move assignment method for MDL_request instead of memcpy()
* PARTIAL_INDEX_INTERSECT_INFO::init() instead of bzero()
* remove constructor from READ_RECORD() to make it trivial
* replace some memcpy() with c++ copy assignments
2019-03-14 16:33:17 +01:00
..
share Merge branch '10.0' into bb-10.1-merge-sanja 2018-07-25 22:24:40 +02:00
add_errmsg
authors.h
bounded_queue.h Correct FSF address 2017-03-10 18:21:29 +01:00
client_settings.h
CMakeLists.txt Merge 10.1 into 10.1 2019-02-02 13:00:15 +02:00
compat56.cc MDEV-16127 mroonga/storage.* tests fail with GCC 8 2018-10-24 13:13:35 +02:00
compat56.h
contributors.h Update contributors 2018-09-10 16:47:44 +04:00
create_options.cc Correct FSF address 2017-03-10 18:21:29 +01:00
create_options.h Correct FSF address 2017-03-10 18:21:29 +01:00
custom_conf.h
datadict.cc MDEV-12633 Error from valgrind related to dd_frm_type 2017-11-02 17:05:53 +02:00
datadict.h
debug_sync.cc fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
debug_sync.h
derror.cc
derror.h
des_key_file.cc
des_key_file.h
discover.cc MDEV-6262 analyze the coverity report on mariadb 2017-05-19 20:26:56 +02:00
discover.h
encryption.cc fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
event_data_objects.cc Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-05-07 13:49:14 +03:00
event_data_objects.h
event_db_repository.cc Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-05-07 13:49:14 +03:00
event_db_repository.h
event_parse_data.cc
event_parse_data.h
event_queue.cc
event_queue.h
event_scheduler.cc
event_scheduler.h
events.cc wsrep: create a macro for the error: label 2018-10-24 14:48:08 +02:00
events.h
field.cc Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-10-30 13:22:52 +02:00
field.h MDEV-9519: Data corruption will happen on the Galera cluster size change 2019-02-25 11:19:07 +02:00
field_conv.cc Merge branch '10.0' into 10.1 2018-10-30 15:10:01 +01:00
filesort.cc Merge branch '10.0' into 10.1 2017-12-20 13:30:05 +02:00
filesort.h
filesort_utils.cc Merge branch '10.0' into 10.1 2017-12-20 13:30:05 +02:00
filesort_utils.h
gcalc_slicescan.cc Correct FSF address 2017-03-10 18:21:29 +01:00
gcalc_slicescan.h Correct FSF address 2017-03-10 18:21:29 +01:00
gcalc_tools.cc Correct FSF address 2017-03-10 18:21:29 +01:00
gcalc_tools.h Correct FSF address 2017-03-10 18:21:29 +01:00
gen_lex_hash.cc
gen_lex_token.cc
group_by_handler.cc Correct FSF address 2017-03-10 18:21:29 +01:00
group_by_handler.h Correct FSF address 2017-03-10 18:21:29 +01:00
gstream.cc
gstream.h
ha_partition.cc MDEV-9519: Data corruption will happen on the Galera cluster size change 2019-02-25 11:19:07 +02:00
ha_partition.h Merge remote-tracking branch 'origin/10.0' into bb-10.0-galera 2018-10-31 08:46:37 +02:00
handler.cc Revert offending part of MDEV-9519: Data corruption will happen on the Galera cluster size change 2019-02-28 09:29:19 +02:00
handler.h fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
hash_filo.cc
hash_filo.h
hostname.cc
hostname.h
init.cc
init.h
innodb_priv.h MDEV-11663 Create services for functionality used by plugins 2017-04-27 19:12:38 +02:00
item.cc MDEV-18195 ASAN use-after-poison in my_strcasecmp_utf8 / Item::eq upon prepared statement with ORDER BY NAME_CONST 2019-01-24 17:54:29 +04:00
item.h Merge branch '10.0' into 10.1 2018-11-15 17:20:26 +01:00
item_buff.cc
item_cmpfunc.cc Merge branch '10.0' into 10.1 2018-11-15 17:20:26 +01:00
item_cmpfunc.h Merge branch '10.0' into 10.1 2018-11-15 17:20:26 +01:00
item_create.cc
item_create.h
item_func.cc MDEV-10963 Fragmented BINLOG query 2019-01-24 20:44:50 +02:00
item_func.h MDEV-10963 Fragmented BINLOG query 2019-01-24 20:44:50 +02:00
item_geofunc.cc MDEV-12705 10.1.18-MariaDB-1~jessie - mysqld got signal 11. 2017-10-07 14:17:45 +04:00
item_geofunc.h Merge remote-tracking branch '10.0' into 10.1 2017-06-21 16:19:43 +03:00
item_inetfunc.cc MDEV-14116 INET6_NTOA output is set as null to varchar(39) variable 2017-11-07 21:57:42 +04:00
item_inetfunc.h Merge remote-tracking branch 'origin/10.0' into 10.1 2017-11-09 14:05:53 +04:00
item_row.cc Merge branch '10.0' into 10.1 2018-05-05 14:01:59 +02:00
item_row.h Merge remote-tracking branch 'origin/10.0' into 10.1 2017-11-09 14:05:53 +04:00
item_strfunc.cc Merge branch '10.0' into bb-10.1-merge-sanja 2018-07-25 22:24:40 +02:00
item_strfunc.h Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-05-07 13:49:14 +03:00
item_subselect.cc MDEV-6439: Server crashes in Explain_union::print_explain with explain in slow log, tis620 charset 2018-08-15 15:25:14 +03:00
item_subselect.h Merge remote-tracking branch 'origin/10.0' into 10.1 2017-11-09 14:05:53 +04:00
item_sum.cc Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-10-30 13:22:52 +02:00
item_sum.h Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-10-30 13:22:52 +02:00
item_timefunc.cc MDEV-18626 ASAN stack-buffer-overflow in int10_to_str / make_date_time upon DATE_FORMAT 2019-03-14 14:40:33 +04:00
item_timefunc.h Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
item_xmlfunc.cc Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
item_xmlfunc.h Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
key.cc Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-10-30 13:22:52 +02:00
key.h
keycaches.cc
keycaches.h
lex.h Merge branch '11.0' into 10.1 2018-09-06 22:45:19 +02:00
lex_symbol.h
lock.cc Merge remote-tracking branch 'origin/10.0' into bb-10.0-galera 2018-10-31 08:46:37 +02:00
lock.h Merge branch '10.0' into 10.1 2018-10-30 15:10:01 +01:00
log.cc Merge 10.1 into 10.1 2019-02-02 13:00:15 +02:00
log.h MDEV-10715 Galera: Replicate MariaDB GTID to other nodes in the cluster 2017-12-25 13:57:42 +05:30
log_event.cc MDEV-18333 Slow_queries count doesn't increase when slow_query_log is turned off 2019-03-04 13:49:15 +04:00
log_event.h MDEV-10963 Fragmented BINLOG query 2019-01-24 20:44:50 +02:00
log_event_old.cc MDEV-10963 Fragmented BINLOG query 2019-01-24 20:44:50 +02:00
log_event_old.h
log_slow.h pass the slow logging information in thd->query_plan_flags 2019-03-12 13:10:49 +01:00
main.cc
mdl.cc Fixed compiler warning 2018-03-26 17:53:17 +03:00
mdl.h fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
mem_root_array.h
message.h
message.mc
message.rc
mf_iocache.cc
mf_iocache_encr.cc MDEV-10259 mysqld crash with certain statement length and... 2018-05-22 13:47:42 +05:30
MSG00001.bin
multi_range_read.cc Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
multi_range_read.h Correct FSF address 2017-03-10 18:21:29 +01:00
my_apc.cc Correct FSF address 2017-03-10 18:21:29 +01:00
my_apc.h Correct FSF address 2017-03-10 18:21:29 +01:00
my_decimal.cc
my_decimal.h
my_json_writer.cc Correct FSF address 2017-03-10 18:21:29 +01:00
my_json_writer.h Correct FSF address 2017-03-10 18:21:29 +01:00
mysql_install_db.cc Merge 10.1 into 10.1 2019-02-02 13:00:15 +02:00
mysql_upgrade_service.cc Merge branch '10.0' into 10.1 2018-06-12 18:55:27 +03:00
mysqld.cc MDEV-14033: wsrep_on=off + binlog = mixed on MariaDB 10.2.9 2019-03-13 11:41:44 +02:00
mysqld.h MDEV-15436: If log_bin and log_bin_index is different SST with rsync fails. 2018-09-05 10:34:36 +03:00
mysqld_suffix.h
net_serv.cc Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
nt_servc.cc
nt_servc.h
opt_index_cond_pushdown.cc Correct FSF address 2017-03-10 18:21:29 +01:00
opt_range.cc fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
opt_range.h
opt_range_mrr.cc Correct FSF address 2017-03-10 18:21:29 +01:00
opt_subselect.cc Fix gcc 7.3 compiler warnings. 2018-08-03 14:37:55 +02:00
opt_subselect.h Correct FSF address 2017-03-10 18:21:29 +01:00
opt_sum.cc MDEV-13459 Warnings, when compiling with gcc-7.x 2017-10-17 07:37:39 +02:00
opt_table_elimination.cc Correct FSF address 2017-03-10 18:21:29 +01:00
parse_file.cc
parse_file.h
partition_element.h
partition_info.cc fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
partition_info.h Merge 10.0 into 10.1 2018-12-12 10:48:53 +02:00
password.c thd_rnd service 2017-03-10 18:21:27 +01:00
plistsort.c Correct FSF address 2017-03-10 18:21:29 +01:00
procedure.cc
procedure.h
protocol.cc Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-10-30 13:22:52 +02:00
protocol.h MDEV-15945 --ps-protocol does not test some queries 2019-03-12 13:10:49 +01:00
records.cc Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
records.h fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
repl_failsafe.cc
repl_failsafe.h
replication.h
rpl_constants.h
rpl_filter.cc
rpl_filter.h
rpl_gtid.cc MDEV-14431 binlog.binlog_flush_binlogs_delete_domain failed in buildbot 2018-10-16 12:42:57 +03:00
rpl_gtid.h Fix accumulation of old rows in mysql.gtid_slave_pos 2018-10-07 18:59:52 +02:00
rpl_handler.cc Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
rpl_handler.h
rpl_injector.cc
rpl_injector.h
rpl_mi.cc Merge tag 'mariadb-10.0.32' into 10.0-galera 2017-08-09 08:56:11 +03:00
rpl_mi.h MDEV-9544 FLUSH [RELAY] LOGS does not rotate logs for a named slave 2017-06-05 13:11:10 +05:30
rpl_parallel.cc MDEV-17346 parallel slave start and stop races to workers disappeared 2018-10-08 19:46:34 +03:00
rpl_parallel.h
rpl_record.cc
rpl_record.h
rpl_record_old.cc
rpl_record_old.h
rpl_reporting.cc
rpl_reporting.h
rpl_rli.cc Fix accumulation of old rows in mysql.gtid_slave_pos 2018-10-07 18:59:52 +02:00
rpl_rli.h Fix accumulation of old rows in mysql.gtid_slave_pos 2018-10-07 18:59:52 +02:00
rpl_tblmap.cc MDEV-17803: ulonglongization of table_mapping entry::table_id to fix windows compilation in particular. 2019-01-25 13:42:27 +02:00
rpl_tblmap.h MDEV-17803: ulonglongization of table_mapping entry::table_id to fix windows compilation in particular. 2019-01-25 13:42:27 +02:00
rpl_utility.cc
rpl_utility.h
scheduler.cc
scheduler.h
set_var.cc
set_var.h Fix wsrep.variables test case 2018-06-13 08:57:15 +03:00
signal_handler.cc
slave.cc Merge branch '10.0-galera' into 10.1 2018-06-12 19:39:37 +03:00
slave.h
sp.cc Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-05-07 13:49:14 +03:00
sp.h
sp_cache.cc
sp_cache.h
sp_head.cc Merge branch '11.0' into 10.1 2018-09-06 22:45:19 +02:00
sp_head.h MDEV-14857: problem with 10.2.11 server crashing when executing stored procedure 2018-02-01 09:51:47 +01:00
sp_pcontext.cc
sp_pcontext.h
sp_rcontext.cc MDEV-13179 main.errors fails with wrong errno 2017-08-07 03:48:58 +03:00
sp_rcontext.h
spatial.cc Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
spatial.h
sql_acl.cc fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
sql_acl.h MDEV-15945 --ps-protocol does not test some queries 2019-03-12 13:10:49 +01:00
sql_admin.cc MDEV-18333 Slow_queries count doesn't increase when slow_query_log is turned off 2019-03-04 13:49:15 +04:00
sql_admin.h pass the slow logging information in thd->query_plan_flags 2019-03-12 13:10:49 +01:00
sql_alter.cc fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
sql_alter.h pass the slow logging information in thd->query_plan_flags 2019-03-12 13:10:49 +01:00
sql_analyse.cc fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
sql_analyse.h fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
sql_analyze_stmt.cc MDEV-16191: Analyze format=json gives incorrect value for r_limit inside a dependent 2018-06-09 19:04:51 +05:30
sql_analyze_stmt.h Correct FSF address 2017-03-10 18:21:29 +01:00
sql_array.h Merge branch '10.0' into 10.1 2018-12-06 15:08:42 +01:00
sql_audit.cc MDEV-9998 Fix issues caught by Clang's -Wpointer-bool-conversion warning 2017-05-15 22:23:10 +02:00
sql_audit.h
sql_base.cc Merge remote-tracking branch 'origin/10.0' into bb-10.0-galera 2018-10-31 08:46:37 +02:00
sql_base.h Merge branch '11.0' into 10.1 2018-09-06 22:45:19 +02:00
sql_binlog.cc MDEV-10963 Fragmented BINLOG query 2019-01-24 20:44:50 +02:00
sql_binlog.h
sql_bitmap.h
sql_bootstrap.cc
sql_bootstrap.h
sql_builtin.cc.in
sql_cache.cc Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-05-07 13:49:14 +03:00
sql_cache.h
sql_callback.h
sql_class.cc MDEV-15945 --ps-protocol does not test some queries 2019-03-12 13:10:49 +01:00
sql_class.h MDEV-15945 --ps-protocol does not test some queries 2019-03-12 13:10:49 +01:00
sql_client.cc
sql_cmd.h pass the slow logging information in thd->query_plan_flags 2019-03-12 13:10:49 +01:00
sql_connect.cc MDEV-16005 sporadic failures with galera tests MW-328B and MW-328C 2018-04-24 16:57:39 +03:00
sql_connect.h
sql_const.h Merge branch '10.0' into 10.1 2018-12-29 23:44:45 +01:00
sql_crypt.cc
sql_crypt.h
sql_cursor.cc Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
sql_cursor.h
sql_db.cc Merge branch '10.0' into 10.1 2018-12-29 23:44:45 +01:00
sql_db.h Merge branch '10.0' into 10.1 2018-12-29 23:44:45 +01:00
sql_delete.cc Merge branch '10.0' into 10.1 2019-03-01 15:52:06 +01:00
sql_delete.h
sql_derived.cc Merge branch '10.0' into 10.1 2019-03-01 15:52:06 +01:00
sql_derived.h Merge branch '5.5' into 10.0 2019-02-28 21:50:00 +01:00
sql_digest.cc Silence bogus GCC 7 warnings -Wimplicit-fallthrough 2017-05-17 08:27:04 +03:00
sql_digest.h
sql_digest_stream.h
sql_do.cc Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
sql_do.h
sql_error.cc
sql_error.h Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-10-30 13:22:52 +02:00
sql_explain.cc Fix gcc 7.3 compiler warnings. 2018-08-03 14:37:55 +02:00
sql_explain.h MDEV-14857: problem with 10.2.11 server crashing when executing stored procedure 2018-02-01 09:51:47 +01:00
sql_expression_cache.cc Correct FSF address 2017-03-10 18:21:29 +01:00
sql_expression_cache.h Correct FSF address 2017-03-10 18:21:29 +01:00
sql_get_diagnostics.cc
sql_get_diagnostics.h
sql_handler.cc fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
sql_handler.h
sql_help.cc
sql_help.h
sql_hset.h
sql_insert.cc fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
sql_insert.h
sql_join_cache.cc Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
sql_join_cache.h Correct FSF address 2017-03-10 18:21:29 +01:00
sql_lex.cc pass the slow logging information in thd->query_plan_flags 2019-03-12 13:10:49 +01:00
sql_lex.h Merge branch '10.0' into 10.1 2019-03-01 15:52:06 +01:00
sql_lifo_buffer.h Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
sql_list.cc
sql_list.h Merge branch '10.0' into 10.1 2018-08-21 10:07:26 +02:00
sql_load.cc Merge branch '10.0' into 10.1 2019-03-01 15:52:06 +01:00
sql_load.h
sql_locale.cc
sql_locale.h
sql_manager.cc
sql_manager.h
sql_parse.cc fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
sql_parse.h Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-08-02 13:13:21 +03:00
sql_partition.cc Fix gcc 7.3 compiler warnings. 2018-08-03 14:37:55 +02:00
sql_partition.h Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
sql_partition_admin.cc MDEV-18333 Slow_queries count doesn't increase when slow_query_log is turned off 2019-03-04 13:49:15 +04:00
sql_partition_admin.h
sql_plist.h
sql_plugin.cc wsrep: create a macro for the error: label 2018-10-24 14:48:08 +02:00
sql_plugin.h
sql_plugin_compat.h
sql_plugin_services.ic MDEV-9519: Data corruption will happen on the Galera cluster size change 2019-02-25 11:19:07 +02:00
sql_prepare.cc MDEV-15945 --ps-protocol does not test some queries 2019-03-12 13:10:49 +01:00
sql_prepare.h
sql_priv.h cleanup: misc 2019-03-12 13:10:49 +01:00
sql_profile.cc
sql_profile.h
sql_reload.cc MDEV-15890 Strange error message if you try to FLUSH TABLES <view> after LOCK TABLES <view>. 2018-09-02 09:24:33 +04:00
sql_reload.h
sql_rename.cc Merge remote-tracking branch 'origin/10.0' into 10.1 2018-05-24 11:08:02 +03:00
sql_rename.h
sql_repl.cc Merge 10.1 into 10.1 2019-02-02 13:00:15 +02:00
sql_repl.h MDEV-12012/MDEV-11969 Can't remove GTIDs for a stale GTID Domain ID 2017-11-15 22:26:32 +02:00
sql_select.cc fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
sql_select.h fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
sql_servers.cc
sql_servers.h
sql_show.cc fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
sql_show.h
sql_signal.cc
sql_signal.h
sql_sort.h
sql_state.c
sql_statistics.cc Merge 10.0 into 10.1 2018-12-13 13:37:21 +02:00
sql_statistics.h Merge 10.0 into 10.1 2018-12-12 10:48:53 +02:00
sql_string.cc Fix type mismatch 2018-05-29 08:55:07 +03:00
sql_string.h Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
sql_table.cc Merge remote-tracking branch 'origin/10.0' into 10.1 2019-03-11 22:50:24 +04:00
sql_table.h
sql_tablespace.cc
sql_tablespace.h
sql_test.cc
sql_test.h
sql_time.cc Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-10-30 13:22:52 +02:00
sql_time.h
sql_trigger.cc fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
sql_trigger.h
sql_truncate.cc MDEV-15890 Strange error message if you try to FLUSH TABLES <view> after LOCK TABLES <view>. 2018-09-02 09:24:33 +04:00
sql_truncate.h
sql_type.cc
sql_type.h
sql_type_int.h Backport for "MDEV-17698 MEMORY engine performance regression" 2018-11-15 06:35:37 +04:00
sql_udf.cc make sql_udf.cc to shorten dlerror() messages 2017-03-10 18:21:26 +01:00
sql_udf.h
sql_union.cc Fix of prepared CREATE VIEW with global ORDER/GROUP 2019-03-12 13:10:48 +01:00
sql_union.h
sql_update.cc Merge branch '10.0' into 10.1 2018-11-14 16:58:33 +01:00
sql_update.h
sql_view.cc fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
sql_view.h
sql_yacc.yy fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
strfunc.cc
strfunc.h
structs.h Merge branch '10.0' into 10.1 2017-12-20 13:30:05 +02:00
sys_vars.cc MDEV-9519: Data corruption will happen on the Galera cluster size change 2019-02-25 11:19:07 +02:00
sys_vars.ic
sys_vars_shared.h
table.cc MDEV-14605 Changes to "ON UPDATE CURRENT_TIMESTAMP" fields are not 2019-01-24 20:07:53 +02:00
table.h fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
table_cache.cc merge 10.0 -> 10.1 to resolve MDEV-17803 conflicts. 2019-01-23 20:16:21 +02:00
table_cache.h
thr_malloc.cc
thr_malloc.h
threadpool.h Correct FSF address 2017-03-10 18:21:29 +01:00
threadpool_common.cc Correct FSF address 2017-03-10 18:21:29 +01:00
threadpool_unix.cc MDEV-13179 main.errors fails with wrong errno 2017-08-07 03:48:58 +03:00
threadpool_win.cc MDEV-13179 main.errors fails with wrong errno 2017-08-07 03:48:58 +03:00
transaction.cc Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
transaction.h
tzfile.h
tztime.cc fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
tztime.h
udf_example.c
udf_example.def
uniques.cc Merge branch '10.0' into 10.1 2017-09-19 12:06:50 +03:00
unireg.cc Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
unireg.h Merge 10.0 into 10.1 2019-01-23 14:34:23 +02:00
winservice.c Correct FSF address 2017-03-10 18:21:29 +01:00
winservice.h Correct FSF address 2017-03-10 18:21:29 +01:00
wsrep_applier.cc MDEV-16005 sporadic failures with galera tests MW-328B and MW-328C 2018-04-24 16:57:39 +03:00
wsrep_applier.h Correct FSF address 2017-03-10 18:21:29 +01:00
wsrep_binlog.cc MDEV-16777: galera.galera_gra_log fails with File ...GRA_*.log not found error 2018-07-19 12:07:07 +03:00
wsrep_binlog.h
wsrep_check_opts.cc MDEV-15409 make sure every sst script is tested in buildbot 2018-03-23 00:55:20 +01:00
wsrep_dummy.cc MDEV-9519: Data corruption will happen on the Galera cluster size change 2019-02-25 11:19:07 +02:00
wsrep_hton.cc Merge branch '10.0-galera' into 10.1 2018-09-07 15:25:27 +02:00
wsrep_mysqld.cc Merge branch '10.0-galera' into 10.1 2019-01-31 09:34:34 +01:00
wsrep_mysqld.h Merge branch '10.0-galera' into 10.1 2019-01-31 09:34:34 +01:00
wsrep_mysqld_c.h Fix embedded innodb_plugin after 560799ebd8 2019-02-02 12:49:04 +02:00
wsrep_notify.cc Correct FSF address 2017-03-10 18:21:29 +01:00
wsrep_priv.h Merge branch '10.0-galera' into 10.1 2018-06-12 19:39:37 +03:00
wsrep_sst.cc MDEV-15436: If log_bin and log_bin_index is different SST with rsync fails. 2018-09-05 10:34:36 +03:00
wsrep_sst.h MDEV-15436: If log_bin and log_bin_index is different SST with rsync fails. 2018-09-05 10:34:36 +03:00
wsrep_thd.cc MDEV-9519: Data corruption will happen on the Galera cluster size change 2019-02-25 11:19:07 +02:00
wsrep_thd.h
wsrep_utils.cc Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-05-07 13:49:14 +03:00
wsrep_utils.h MDEV-18379: Unification of check for IPv6 2019-01-26 01:15:44 +01:00
wsrep_var.cc MDEV-17801: Galera test failure on galera_var_reject_queries 2018-11-26 08:11:56 +02:00
wsrep_var.h refs MW-245 - merged wsrep_dirty_reads and wsrep_reject_queries from PXC 2018-03-20 12:10:41 +02:00
wsrep_xid.cc Fix -Wclass-memaccess in WSREP,InnoDB,XtraDB 2018-08-03 12:21:13 +03:00
wsrep_xid.h