diff options
author | bell@sanja.is.com.ua <> | 2003-10-31 11:52:01 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2003-10-31 11:52:01 +0200 |
commit | 5ad2f38f5d141b593dd1415726a4a2122524e537 (patch) | |
tree | e88beb5cdcf2a2ab511a67c534066e739ad23629 /mysql-test/r/derived.result | |
parent | 807391a031c542ef00a165339c5aeca0dd4d6d3c (diff) | |
download | mariadb-git-5ad2f38f5d141b593dd1415726a4a2122524e537.tar.gz |
amall fix
Diffstat (limited to 'mysql-test/r/derived.result')
-rw-r--r-- | mysql-test/r/derived.result | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/r/derived.result b/mysql-test/r/derived.result index 12d8bbaf8ae..37742893c2b 100644 --- a/mysql-test/r/derived.result +++ b/mysql-test/r/derived.result @@ -227,6 +227,4 @@ id select_type table type possible_keys key key_len ref rows Extra 1 PRIMARY t1 eq_ref PRIMARY PRIMARY 4 THEMAX.E2 1 Using where 2 DERIVED t1 ALL NULL NULL NULL NULL 2 Using where 3 DEPENDENT SUBQUERY B ALL NULL NULL NULL NULL 2 Using where -Warnings: -Note 1275 Field or reference 'A.E2' of SELECT #3 was resolved in SELECT #2 drop table t1; |