Bug #35120 Adding timestamp column to ndb_binlog_index
Submitted: 6 Mar 2008 16:03
Reporter: Geert Vanderkelen Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Cluster: Replication Severity:S4 (Feature request)
Version:mysql-5.1 OS:Any
Assigned to: CPU Architecture:Any
Tags: 5.1.23_6.3bk

[6 Mar 2008 16:03] Geert Vanderkelen
Description:
It would be nice to have a timestamp column added to the mysql.ndb_binlog_index table. It might be good when some point-in-time recovery is done to see till what binary log we have to go for example.

How to repeat:
Adding a TIMESTAMP to the MyISAM ndb_binlog_index table. It should automatically be updated.

Workaround: add it yourself, but since this is a 'system' table, that might cause some trouble later on when checking whether the table is OK or when new columns are added or so..