mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-11-22 08:42:35 +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;
|
long long seq;
|
||||||
is >> seq;
|
is >> seq;
|
||||||
gtid = wsrep::gtid(wsrep::id(id_str), wsrep::seqno(seq));
|
gtid = wsrep::gtid(wsrep::id(id_str), wsrep::seqno(seq));
|
||||||
std::cout << "GTID: " << gtid << "\n";
|
|
||||||
return is;
|
return is;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user