mirror of
https://github.com/MariaDB/server.git
synced 2025-11-25 17:25:02 +03:00
12 lines
260 B
PHP
12 lines
260 B
PHP
--disable_query_log
|
|
--disable_warnings
|
|
drop procedure if exists verify_trt;
|
|
drop procedure if exists verify_trt_dummy;
|
|
drop function if exists current_row;
|
|
drop function if exists check_row;
|
|
--enable_warnings
|
|
|
|
use test;
|
|
drop database test2;
|
|
--enable_query_log
|