summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_rbr_triggers.inc
blob: 9ccfc18bfde8886f3baa60d3d00102a62bb9ee80 (plain)
1
2
3
4
5
if (`select count(*) = 0 from information_schema.session_variables where variable_name = 'slave_run_triggers_for_rbr'`)
{
  skip RBR triggers are not available;
}