File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ # mysqlredo
2+
3+ This is a prototype of `mysqlredo` command.
4+ `mysqlredo` parse innodb redo log and dump redo log records.
5+
6+ Currently, this tool modify and utilize innodb original recv_scan_log_recs() methods.
7+
8+ There is no documents to use this tool. I'll add them soon.
9+
10+ (Should be updated below)
11+
112Copyright (c) 2000, 2023, Oracle and/or its affiliates.
213
314This is a release of MySQL, an SQL database server.
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ MYSQL_ADD_EXECUTABLE(mysqlshow
9696include (${CMAKE_SOURCE_DIR} /storage/innobase/innodb.cmake)
9797
9898MYSQL_ADD_EXECUTABLE(mysqlredo
99- mysqlredo.cc
99+ mysqlredo.cc
100100 innodb_log.cpp
101101 mylog0recv.cpp
102102 mylog0log.cc
You can’t perform that action at this time.
0 commit comments