1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

cleanup: pfs_upgrade* tests

This commit is contained in:
Sergei Golubchik
2017-03-16 09:07:20 +01:00
parent 386ef08704
commit bbf0c9d4c3
11 changed files with 4 additions and 75 deletions

View File

@ -1,4 +1,3 @@
drop procedure if exists test.user_proc;
"Testing mysql_upgrade with PROCEDURE performance_schema.user_proc"
create procedure test.user_proc()
select "Not supposed to be here";