diff options
author | Jim Winstead <jimw@mysql.com> | 2009-05-15 13:12:20 -0700 |
---|---|---|
committer | Jim Winstead <jimw@mysql.com> | 2009-05-15 13:12:20 -0700 |
commit | 261238b9247e6a9c1e258a45fd138c29ed39d5c3 (patch) | |
tree | 8c3d3c6da4cba82fe65c2c34609b651d2ec4c0d6 /client/mysqlbinlog.cc | |
parent | 68bf2c03fb05eed8d4ec8821bdcb630cf51793c6 (diff) | |
download | mariadb-git-261238b9247e6a9c1e258a45fd138c29ed39d5c3.tar.gz |
Remove out-of-date and unnecessary comment in source code about what versions
are supported. (Bug #42021)
Diffstat (limited to 'client/mysqlbinlog.cc')
-rw-r--r-- | client/mysqlbinlog.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc index 2c2023ae129..2c74d745f01 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -17,10 +17,8 @@ TODO: print the catalog (some USE catalog.db ????). - Standalone program to read a MySQL binary log (or relay log); - can read files produced by 3.23, 4.x, 5.0 servers. + Standalone program to read a MySQL binary log (or relay log). - Can read binlogs from 3.23/4.x/5.0 and relay logs from 4.x/5.0. Should be able to read any file of these categories, even with --start-position. An important fact: the Format_desc event of the log is at most the 3rd event |