mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Fix typos in mysql-test/
This commit is contained in:
committed by
Daniel Black
parent
40c5b62531
commit
1b95e46524
@@ -131,7 +131,7 @@ SELECT f("add",1,3);
|
||||
INSERT INTO t1;
|
||||
|
||||
--echo # the below query on PS table doesn't expose any statistics as
|
||||
--echo # execution of the created stored porgrams failed.
|
||||
--echo # execution of the created stored programs failed.
|
||||
SELECT OBJECT_TYPE, OBJECT_SCHEMA, OBJECT_NAME, COUNT_STAR, COUNT_STATEMENTS
|
||||
FROM performance_schema.events_statements_summary_by_program
|
||||
WHERE OBJECT_SCHEMA='sp';
|
||||
|
Reference in New Issue
Block a user