mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
12 lines
359 B
SQL
12 lines
359 B
SQL
# 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;
|
|
|