From 09d71be8a47b2a1d75a47fbab73b1d1682e39679 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Fri, 5 May 2017 16:22:17 +1000 Subject: [PATCH] test: innodb_stats_del_mark - spelling fix Signed-off-by: Daniel Black --- mysql-test/suite/innodb/r/innodb_stats_del_mark.result | 4 ++-- mysql-test/suite/innodb/t/innodb_stats_del_mark.test | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mysql-test/suite/innodb/r/innodb_stats_del_mark.result b/mysql-test/suite/innodb/r/innodb_stats_del_mark.result index 0362ef8..170ca70 100644 --- a/mysql-test/suite/innodb/r/innodb_stats_del_mark.result +++ b/mysql-test/suite/innodb/r/innodb_stats_del_mark.result @@ -38,7 +38,7 @@ analyze table t1; Table Op Msg_type Msg_text test.t1 analyze status OK Test correctly estimates the number of rows as > 20000 -even when in other uncommmited transaction +even when in other uncommitted transaction all rows have been deleted. Connection 1 COUNT(*) @@ -80,7 +80,7 @@ analyze table t2; Table Op Msg_type Msg_text test.t2 analyze status OK Test correctly estimates the number of rows as > 20000 -even when in other uncommited transaction +even when in other uncommitted transaction many rows are inserted. Connection 1 COUNT(*) diff --git a/mysql-test/suite/innodb/t/innodb_stats_del_mark.test b/mysql-test/suite/innodb/t/innodb_stats_del_mark.test index 9f0a5c1..75de080 100644 --- a/mysql-test/suite/innodb/t/innodb_stats_del_mark.test +++ b/mysql-test/suite/innodb/t/innodb_stats_del_mark.test @@ -51,7 +51,7 @@ let $row_count= query_get_value(EXPLAIN SELECT * FROM t1 WHERE val=4, rows,1); if ($row_count > 20000) { --echo Test correctly estimates the number of rows as > 20000 ---echo even when in other uncommmited transaction +--echo even when in other uncommitted transaction --echo all rows have been deleted. } @@ -107,7 +107,7 @@ let $row_count= query_get_value(EXPLAIN SELECT * FROM t2 WHERE val=4, rows,1); if ($row_count > 20000) { --echo Test correctly estimates the number of rows as > 20000 ---echo even when in other uncommited transaction +--echo even when in other uncommitted transaction --echo many rows are inserted. }