| Path : /opt/mysql/mysql-test/suite/ndb_rpl/t/ |
| Current File : //opt/mysql/mysql-test/suite/ndb_rpl/t/show_slave_max_replicated_epoch.inc |
#
# Show the Ndb_slave_max_replicated_epoch status variable
#
# Note! Using an intermediary mysqltest variable to avoid
# showing deprecation warnings when using information_schema.global_status
#
let $_smre =
`select variable_value from information_schema.global_status
where variable_name = 'Ndb_slave_max_replicated_epoch'`;
echo Ndb_slave_max_replicated_epoch: $_smre;