1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

[t:3072], fix up some tests

git-svn-id: file:///svn/mysql/tests/mysql-test@26077 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Zardosht Kasheff
2010-12-01 17:45:59 +00:00
parent 4ae171dbbf
commit f2af46ff01
7 changed files with 32 additions and 50 deletions

View File

@@ -41,7 +41,7 @@ t1 CREATE TABLE `t1` (
insert into t1 value (1,1,1,1),(2,2,2,2),(3,3,3,3),(4,4,4,4),(32,54,12,56);
explain select * from t1;
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE t1 index NULL b 4 NULL 5 Using index
1 SIMPLE t1 index NULL PRIMARY 16 NULL 5 Using index
select * from t1;
a b c d
1 1 1 1