| Path : /opt/mysql/mysql-test/include/ |
| Current File : //opt/mysql/mysql-test/include/assert_gtid_mode_on.inc |
--let $_agmo_gtid_mode= `SELECT @@GLOBAL.GTID_MODE`
if ($_agmo_gtid_mode != 'ON')
{
--source include/show_rpl_debug_info.inc
--echo !!!ERROR IN TEST: GTID_MODE was $_agmo_gtid_mode, needs to be ON
--die !!!ERROR IN TEST: GTID_MODE was not ON
}