summaryrefslogtreecommitdiff
path: root/storage/spider/mysql-test/spider/t/have_trigger.inc
blob: 10c0871dd5fc53c1747dfab4a592f84da5efc455 (plain)
1
2
let $HAVE_TRIGGER= `SELECT COUNT(*) FROM information_schema.tables
  WHERE TABLE_SCHEMA = 'information_schema' AND TABLE_NAME = 'TRIGGERS'`;