1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fix typos in mysql-test/

This commit is contained in:
Vasilii Lakhin
2025-04-07 20:13:58 +03:00
committed by Daniel Black
parent 40c5b62531
commit 1b95e46524
682 changed files with 967 additions and 968 deletions

View File

@@ -1,7 +1,7 @@
FOUND 1 /\[ERROR\].*unknown variable 'performance-schema-enabled=maybe'/ in my_restart.err
# Server start with invalid startup option value 'performance-schema-enabled=maybe' : pass
FOUND 1 /\[ERROR\].*unknown variable 'performance-schema-max_=12'/ in my_restart.err
# Server start with ambigous startup option 'performance-schema-max_=12' : pass
# Server start with ambiguous startup option 'performance-schema-max_=12' : pass
FOUND 1 /\[ERROR\].*unknown option '--performance-schema-unknown_99'/ in my_restart.err
# Server start with invalid startup option '--performance-schema-unknown_99' : pass
FOUND 1 /Can.t change dir to .*bad_option_h_param/ in my_restart.err

View File

@@ -184,7 +184,7 @@ connection default;
# One statement earns an one row containing an empty string.
# The other statement earns two rows containing an empty string.
# 4.5 Check the differences caused by Connects
# Attention: Succesful Connects run an additional "DO 1".
# Attention: Successful Connects run an additional "DO 1".
# 4.5.1 Connects do not charge anything into READ or WRITE counters
# of the instance with EVENT_NAME NOT LIKE ('%client_connection%').
# This mean all these counters must be 0.

View File

@@ -189,7 +189,7 @@ col2
# One statement earns an one row containing an empty string.
# The other statement earns two rows containing an empty string.
# 4.5 Check the differences caused by Connects
# Attention: Succesful Connects run an additional "DO 1".
# Attention: Successful Connects run an additional "DO 1".
# 4.5.1 Connects do not charge anything into READ or WRITE counters
# of the instance with EVENT_NAME NOT LIKE ('%client_connection%').
# This mean all these counters must be 0.

View File

@@ -689,7 +689,7 @@ ERROR 42000: Incorrect number of arguments for FUNCTION sp.f; expected 2, got 3
INSERT INTO t1;
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1
# the below query on PS table doesn't expose any statistics as
# execution of the created stored porgrams failed.
# 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';