1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Disabled galera_ist_progress at it always fails in 10.2

This commit is contained in:
Monty
2018-02-07 17:25:46 +02:00
parent 5a7b6db671
commit 5c057b3fef
2 changed files with 6 additions and 2 deletions

View File

@ -130,7 +130,10 @@ EOF
--let $_ag_outcome= `SELECT LOAD_FILE('$_AG_OUT')`
if ($_ag_outcome != 'assert_grep.inc ok')
{
--source include/show_rpl_debug_info.inc
if ($rpl_server_count != '')
{
--source include/show_rpl_debug_info.inc
}
--echo include/assert_grep.inc failed!
--echo assert_text: '$assert_text'
--echo assert_file: '$assert_file'