Bug #58584 | Move timestamps in Slave_[SQL|IO]_Error to separate columns | ||
---|---|---|---|
Submitted: | 30 Nov 2010 7:59 | Modified: | 10 Mar 2011 16:50 |
Reporter: | Sven Sandberg | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
Version: | trunk | OS: | Any |
Assigned to: | Luis Soares | CPU Architecture: | Any |
Tags: | show slave status, slave_io_error_timestamp, slave_sql_error_timestamp |
[30 Nov 2010 7:59]
Sven Sandberg
[4 Feb 2011 14:11]
Luis Soares
This can be implemented by taking one of first proposed patches for BUG#43535. The initial approach was indeed to have a separate column for each timestamp. For instance, one can take part of the changes proposed in (in particular the changes for sql/slave.cc): - http://lists.mysql.com/commits/105892
[4 Feb 2011 14:21]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/130420 3595 Luis Soares 2011-02-04 BUG#58584: Move timestamps in Slave_[SQL|IO]_Error to separate columns In BUG 43535, we added timestamps to errors in reported in SHOW SLAVE STATUS. However, it was decided that the timestamp should not be embedded in the error message and, instead, moved it into its own field in SHOW SLAVE STATUS output. This is exactly what this patch fixes.
[4 Feb 2011 14:31]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/130421 3595 Luis Soares 2011-02-04 BUG#58584: Move timestamps in Slave_[SQL|IO]_Error to separate columns In BUG 43535, we added timestamps to errors in reported in SHOW SLAVE STATUS. However, it was decided that the timestamp should not be embedded in the error message and, instead, moved it into its own field in SHOW SLAVE STATUS output. This is exactly what this patch fixes.
[4 Feb 2011 15:39]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/130451 3595 Luis Soares 2011-02-04 BUG#58584: Move timestamps in Slave_[SQL|IO]_Error to separate columns In BUG 43535, we added timestamps to errors in reported in SHOW SLAVE STATUS. However, it was decided that the timestamp should not be embedded in the error message and, instead, moved it into its own field in SHOW SLAVE STATUS output. This is exactly what this patch fixes.
[7 Feb 2011 15:31]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/130599 3595 Luis Soares 2011-02-07 BUG#58584: Move timestamps in Slave_[SQL|IO]_Error to separate columns In BUG 43535, we added timestamps to errors in reported in SHOW SLAVE STATUS. However, it was decided that the timestamp should not be embedded in the error message and, instead, moved it into its own field in SHOW SLAVE STATUS output. This is exactly what this patch fixes.
[10 Mar 2011 16:50]
Jon Stephens
Documented in the 5.6.3 changelog as follows: MySQL 5.6.1 added timestamps to the error messages shown in the Last_IO_Error and Last_SQL_Error columns of the output of SHOW SLAVE STATUS. Now these timestamps are shown in separate columns of their own, named Last_IO_Error_Timestamp and Last_IO_Error_Timestamp, respectively. Closed.