lp:~dveeden/mysql-server/binlogtimestamp

Created by Daniël van Eeden and last modified

Related to MySQL Bug: http://bugs.mysql.com/bug.php?id=42011

This adds a Timestamp column to SHOW BINARY LOGS output based on the file mtime.
mysql> SHOW BINARY LOGS;
+------------------------------+-----------+------------+
| Log_name | File_size | Timestamp |
+------------------------------+-----------+------------+
| mysql_sandbox5616-bin.000001 | 179 | 1392476093 |
| mysql_sandbox5616-bin.000002 | 179 | 1392476109 |
| mysql_sandbox5616-bin.000003 | 143 | 1392476597 |
| mysql_sandbox5616-bin.000004 | 120 | 1392476789 |
+------------------------------+-----------+------------+
4 rows in set (0.00 sec)

Only Daniël van Eeden can upload to this branch. If you are Daniël van Eeden please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Daniël van Eeden
Project:
MySQL Server
Status:
Experimental

Recent revisions

This branch is empty.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:mysql-server
This branch contains Public information 
Everyone can see this information.