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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user