MXS-1698: Remove false debug assertion
It is not an error if the correct GTID is not found and thus it should not be asserted that one is found.
This commit is contained in:
parent
78abfd67e6
commit
ff9024bdfb
@ -206,7 +206,6 @@ public:
|
||||
found = true;
|
||||
}
|
||||
}
|
||||
ss_dassert(found);
|
||||
}
|
||||
}
|
||||
bool operator == (const Gtid& rhs) const
|
||||
|
Loading…
x
Reference in New Issue
Block a user