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:
Markus Mäkelä 2018-03-05 21:21:14 +02:00
parent 78abfd67e6
commit ff9024bdfb
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -206,7 +206,6 @@ public:
found = true;
}
}
ss_dassert(found);
}
}
bool operator == (const Gtid& rhs) const