summaryrefslogtreecommitdiff
path: root/mysql-test/suite/pbxt/r/explain.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/pbxt/r/explain.result')
-rw-r--r--mysql-test/suite/pbxt/r/explain.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/pbxt/r/explain.result b/mysql-test/suite/pbxt/r/explain.result
index a9907aa33fe..cd9b1149c1d 100644
--- a/mysql-test/suite/pbxt/r/explain.result
+++ b/mysql-test/suite/pbxt/r/explain.result
@@ -50,7 +50,7 @@ insert into таб (кол0) values (1);
insert into таб (кол0) values (2);
explain select кол0 from таб where кол0=1;
id select_type table type possible_keys key key_len ref rows Extra
-1 SIMPLE таб ref инд0,инд01 инд0 5 const 1 Using where; Using index
+1 SIMPLE таб ref инд0,инд01 инд0 5 const 1 Using index
drop table таб;
set names latin1;
select 3 into @v1;