mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
The error log redirection for wsrep_recover run does not work in old version. For the wsrep_recovery run, error logging is supposed to go into: mysql-test/suite/galera/include/galera_wsrep_recover.inc In old version, this works only partially, 4 first lines of error messages after mysql startup do go into the galera_wsrep_recover.log, but after that the default error log file is enforced and remaining error logging goes into the default error log file. In this patch this problem is fixed by passing --log-error option in mysql startup This fix was tested with galera_gcache_recover test, which is currently in disabled state. Note that the test does not pass even after this fix, as there are further more issues in later test phases. |
||
|---|---|---|
| .. | ||
| auto_increment_offset_restore.inc | ||
| auto_increment_offset_save.inc | ||
| galera_have_debug_sync.inc | ||
| galera_load_provider.inc | ||
| galera_reset_cluster_address.inc | ||
| galera_resume.inc | ||
| galera_sst_restore.inc | ||
| galera_sst_set_mysqldump.inc | ||
| galera_st_clean_slave.inc | ||
| galera_st_disconnect_slave.inc | ||
| galera_st_kill_slave.inc | ||
| galera_st_kill_slave_ddl.inc | ||
| galera_st_shutdown_slave.inc | ||
| galera_unload_provider.inc | ||
| galera_wsrep_recover.inc | ||
| kill_galera.inc | ||
| print_gtid.inc | ||
| shutdown_mysqld.inc | ||
| start_mysqld.inc | ||