mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-29 09:32:47 +00:00
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:
@@ -11,11 +11,11 @@
|
||||
--
|
||||
-- You should have received a copy of the GNU General Public License
|
||||
-- along with this program; if not, write to the Free Software
|
||||
-- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
-- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
-- View: metrics
|
||||
--
|
||||
--
|
||||
-- Creates a union of the following information:
|
||||
--
|
||||
-- * information_schema.GLOBAL_STATUS
|
||||
@@ -39,7 +39,7 @@
|
||||
-- 1 row in set (0.00 sec)
|
||||
--
|
||||
-- For view has the following columns:
|
||||
--
|
||||
--
|
||||
-- * Variable_name: The name of the variable
|
||||
-- * Variable_value: The value of the variable
|
||||
-- * Type: The type of the variable. This will depend on the source, e.g. Global Status, InnoDB Metrics - ..., etc.
|
||||
@@ -78,7 +78,7 @@
|
||||
CREATE OR REPLACE
|
||||
ALGORITHM = TEMPTABLE
|
||||
DEFINER = 'root'@'localhost'
|
||||
SQL SECURITY INVOKER
|
||||
SQL SECURITY INVOKER
|
||||
VIEW metrics (
|
||||
Variable_name,
|
||||
Variable_value,
|
||||
|
Reference in New Issue
Block a user