mysqlpump --set-gtid-purged=OFF still adds @SESSION.SQL_LOG_BIN=0;
5
votes
1
answer
4303
views
Whenever I add --set-gtid-purged=OFF, **it still adds @@SESSION.SQL_LOG_BIN=0; to the output.**
According to the documentation, shouldn't it get removed?
*--set-gtid-purged=OFF: SET @@SESSION.SQL_LOG_BIN=0; is not added to the output.*
*Dump created by MySQL pump utility, version: 8.0.16, Win64 (x86_64)*
*SET @@SESSION.SQL_LOG_BIN= 0;*
Is this correct behavior for this tool?
Asked by Watson
(155 rep)
Jul 2, 2019, 05:50 PM
Last activity: Sep 23, 2023, 02:07 PM
Last activity: Sep 23, 2023, 02:07 PM