zettadb / kunlun-storage-081809

Kunlun-storage is the storage component for Kunlun distributed DBMS. It's developed based on percona-mysql-8.0.x and contains exclusive features used by Kunlun distributed DBMS, performance enhancements and XA transaction crash safety enhancements without which MySQL would not be able to execute XA transactions reliably.
Other
31 stars 6 forks source link

Add new option for mysqlbinlog, details listed below. #1

Closed snowao closed 3 years ago

snowao commented 3 years ago

--truncate-file-by-stoptime Truncate the log file by the stop datetime string. if the option is specified and stop datetime is valid, log event timestamp later than the stop time will be discard.Further more, the accociated index file will also be rewrite

snowao commented 3 years ago

LGTM