blob: 3b8ed02d6b636e1c8ae8042a295174ff39cc44f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Tests for the performance schema
# ==========================================
# HELPER include/transaction_cleanup.inc
# ==========================================
DROP PROCEDURE clear_transaction_tables;
DROP PROCEDURE clear_transaction_history;
DROP PROCEDURE clear_statement_history;
DROP PROCEDURE clear_history;
DROP PROCEDURE transaction_verifier;
|