mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Removed GTID stdout output
Removed GTID stdout output because it causes a few native suites to fail.
This commit is contained in:
@ -35,7 +35,6 @@ std::istream& wsrep::operator>>(std::istream& is, wsrep::gtid& gtid)
|
||||
long long seq;
|
||||
is >> seq;
|
||||
gtid = wsrep::gtid(wsrep::id(id_str), wsrep::seqno(seq));
|
||||
std::cout << "GTID: " << gtid << "\n";
|
||||
return is;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user