mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
485773adce
DIGEST independed testing for performance_schema events.
9 lines
168 B
PHP
9 lines
168 B
PHP
#
|
|
# Deinit for check_digest.inc
|
|
#
|
|
|
|
--disable_query_log
|
|
drop table test._digests;
|
|
drop function test.check_digest;
|
|
drop procedure test.reset_digests;
|
|
--enable_query_log
|