mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
37fce0ece4
If an error message contains '\' backslash it is displayed correctly through show-slave-status or query_get_value(SHOW SLAVE STATUS, Last_IO_Error, 1);. But when SELECT REPLACE(...) is applied backslash is escaped resulting in a different test output. Disabled backslash escape on show_slave_status.inc and replaced '\' for '/' using replace_regex function in order to achieve the same test output when different path separators are used. |
||
---|---|---|
.. | ||
binlog | ||
engines | ||
federated | ||
funcs_1 | ||
funcs_2 | ||
innodb | ||
jp | ||
large_tests | ||
manual | ||
parts | ||
perfschema | ||
perfschema_stress | ||
rpl | ||
stress | ||
sys_vars |