mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
perfschema test formatting. Use --echo #
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
"Testing mysql_upgrade with FUNCTION performance_schema.user_func"
|
||||
# Testing mysql_upgrade with FUNCTION performance_schema.user_func
|
||||
create function test.user_func() returns integer
|
||||
return 0;
|
||||
update mysql.proc set db='performance_schema' where name='user_func';
|
||||
|
Reference in New Issue
Block a user