Remove trailing spaces (#665)

* Remove trailing spaces

* PR-665 -  Remove trailing spaces

- Updated not stable test t/pt-online-schema-change/preserve_triggers.t
- Updated utilities in bin directory

* PR-665 -  Remove trailing spaces

- Fixed typos

* PR-665 -  Remove trailing spaces

- Fixed typos

---------

Co-authored-by: Sveta Smirnova <sveta.smirnova@percona.com>
This commit is contained in:
Viktor Szépe
2023-09-06 00:15:12 +02:00
committed by GitHub
parent 8bf97c9ca7
commit 2bd40d8c39
570 changed files with 5557 additions and 5557 deletions

View File

@@ -24,14 +24,14 @@
-- +-------------+---------------+
-- | 1.5.0 | 5.7.8-rc |
-- +-------------+---------------+
--
--
CREATE OR REPLACE
DEFINER = 'root'@'localhost'
SQL SECURITY INVOKER
SQL SECURITY INVOKER
VIEW version (
sys_version,
mysql_version
) AS
SELECT '1.5.0' AS sys_version,
) AS
SELECT '1.5.0' AS sys_version,
version() AS mysql_version;