mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
c34a2feceb
The bug was that backup_file_op_fail() was using a static variable initialized by arguments. This does not work as static variables will only be initialized on the first call and not change for future calls, even when the arguments changes. Fixed by removing 'static'. |
||
---|---|---|
.. | ||
aws_sdk | ||
mariabackup | ||
readline | ||
wolfssl | ||
charset2html.c | ||
CMakeLists.txt | ||
comp_err.c | ||
innochecksum.cc | ||
my_print_defaults.c | ||
mysql_waitpid.c | ||
mysqld_safe_helper.c | ||
perror.c | ||
replace.c | ||
resolve_stack_dump.c | ||
resolveip.c |