mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
cleanup: galera merge, simple changes
This commit is contained in:
@ -315,7 +315,6 @@ unpack_row(rpl_group_info *rgi,
|
||||
(int) (pack_ptr - old_pack_ptr)));
|
||||
if (!pack_ptr)
|
||||
{
|
||||
#ifdef WITH_WSREP
|
||||
if (WSREP_ON)
|
||||
{
|
||||
/*
|
||||
@ -331,7 +330,6 @@ unpack_row(rpl_group_info *rgi,
|
||||
(table_found) ? "found" : "not found", (ulong)row_end
|
||||
);
|
||||
}
|
||||
#endif /* WITH_WSREP */
|
||||
|
||||
rgi->rli->report(ERROR_LEVEL, ER_SLAVE_CORRUPT_EVENT,
|
||||
"Could not read field '%s' of table '%s.%s'",
|
||||
|
Reference in New Issue
Block a user