mirror of
https://github.com/MariaDB/server.git
synced 2025-04-21 20:06:07 +03:00
10 lines
168 B
PHP
10 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
|