mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Remove trailing space
This commit is contained in:
parent
73f5cbd0b6
commit
059a5f1171
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ BEGIN
|
|||
|
||||
SET @query = 'DELETE
|
||||
FROM performance_schema.setup_objects
|
||||
WHERE NOT (OBJECT_TYPE IN (''EVENT'', ''FUNCTION'', ''PROCEDURE'', ''TABLE'', ''TRIGGER'') AND OBJECT_NAME = ''%''
|
||||
WHERE NOT (OBJECT_TYPE IN (''EVENT'', ''FUNCTION'', ''PROCEDURE'', ''TABLE'', ''TRIGGER'') AND OBJECT_NAME = ''%''
|
||||
AND (OBJECT_SCHEMA = ''mysql'' AND ENABLED = ''NO'' AND TIMED = ''NO'' )
|
||||
OR (OBJECT_SCHEMA = ''performance_schema'' AND ENABLED = ''NO'' AND TIMED = ''NO'' )
|
||||
OR (OBJECT_SCHEMA = ''information_schema'' AND ENABLED = ''NO'' AND TIMED = ''NO'' )
|
||||
|
|
Loading…
Add table
Reference in a new issue