Skip to content

Commit 9a6c949

Browse files
committed
Update README and indent of CMakeLists
1 parent b449571 commit 9a6c949

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
Copyright (c) 2000, 2023, Oracle and/or its affiliates.
213

314
This is a release of MySQL, an SQL database server.

client/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ MYSQL_ADD_EXECUTABLE(mysqlshow
9696
include(${CMAKE_SOURCE_DIR}/storage/innobase/innodb.cmake)
9797

9898
MYSQL_ADD_EXECUTABLE(mysqlredo
99-
mysqlredo.cc
99+
mysqlredo.cc
100100
innodb_log.cpp
101101
mylog0recv.cpp
102102
mylog0log.cc

0 commit comments

Comments
 (0)