mariadb/extra/mariabackup
Sergei Golubchik bbdec04d59 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
don't initialize error_log_handler_list in set_handlers()
* error_log_handler_list is initialized to LOG_FILE early, in init_base()
* set_handlers always reinitializes it to LOG_FILE, so it's pointless
* after init_base() concurrent threads start using sql_log_warning,
  so following set_handlers() shouldn't modify error_log_handler_list
  without some protection
2022-04-12 13:07:20 +02:00
..
crc Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
quicklz
backup_copy.cc Merge 10.2 into 10.3 2022-02-25 10:43:38 +02:00
backup_copy.h MDEV-27524: Incorrect binlogs after Galera SST using rsync and mariabackup 2022-02-22 10:45:06 +01:00
backup_debug.h MDEV-22929 MariaBackup option to report and/or continue when corruption is encountered 2020-12-01 08:08:57 +03:00
backup_mysql.cc Merge 10.2 into 10.3 2022-02-25 10:43:38 +02:00
backup_mysql.h MDEV-27524: Incorrect binlogs after Galera SST using rsync and mariabackup 2022-02-22 10:45:06 +01:00
backup_wsrep.h
changed_page_bitmap.cc Merge 10.2 into 10.3 2019-11-06 13:14:31 +02:00
changed_page_bitmap.h
CMakeLists.txt Merge 10.2 into 10.3 2021-11-29 10:33:06 +02:00
common.h MDEV-27524: Incorrect binlogs after Galera SST using rsync and mariabackup 2022-02-22 10:45:06 +01:00
datasink.cc Merge 10.2 into 10.3 2021-09-22 18:01:41 +03:00
datasink.h MDEV-26573 : A static analyzer warning about ds_archive.cc 2021-09-15 14:19:24 +02:00
ds_buffer.cc Merge 10.2 into 10.3 2021-04-09 14:32:06 +03:00
ds_buffer.h
ds_compress.cc Merge 10.2 into 10.3 2021-11-09 08:26:59 +02:00
ds_compress.h
ds_local.cc Merge 10.2 into 10.3 2021-04-09 14:32:06 +03:00
ds_local.h
ds_stdout.cc Merge 10.2 into 10.3 2021-04-09 14:32:06 +03:00
ds_stdout.h
ds_tmpfile.cc Merge 10.2 into 10.3 2021-04-09 14:32:06 +03:00
ds_tmpfile.h
ds_xbstream.cc Merge 10.2 into 10.3 2021-09-22 18:01:41 +03:00
ds_xbstream.h
encryption_plugin.cc Merge 10.2 into 10.3 2020-12-01 14:55:46 +02:00
encryption_plugin.h
fil_cur.cc Merge 10.2 into 10.3 2020-12-01 14:55:46 +02:00
fil_cur.h Merge 10.2 into 10.3 2020-12-01 14:55:46 +02:00
innobackupex.cc Merge branch '10.2' into 10.3 2021-07-21 20:11:07 +02:00
innobackupex.h
read_filt.cc
read_filt.h
write_filt.cc Merge 10.2 into 10.3 2020-12-01 14:55:46 +02:00
write_filt.h MDEV-22929 MariaBackup option to report and/or continue when corruption is encountered 2020-12-01 08:08:57 +03:00
wsrep.cc Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
xb_regex.h
xbcloud.cc
xbstream.cc Merge 10.2 into 10.3 2021-11-29 10:33:06 +02:00
xbstream.h
xbstream_read.cc Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
xbstream_write.cc Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
xtrabackup.cc 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
xtrabackup.h Merge 10.2 into 10.3 2022-02-25 10:43:38 +02:00