summaryrefslogtreecommitdiff
path: root/mysql-test/r/derived.result
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2003-10-31 11:52:01 +0200
committerunknown <bell@sanja.is.com.ua>2003-10-31 11:52:01 +0200
commitbc4ad789812419ce61b5578550f22c4a25266e0e (patch)
treee88beb5cdcf2a2ab511a67c534066e739ad23629 /mysql-test/r/derived.result
parentb1873eed16e13facfbe13fe10aa18b931e96d341 (diff)
downloadmariadb-git-bc4ad789812419ce61b5578550f22c4a25266e0e.tar.gz
amall fix
mysql-test/r/derived.result: fixed results after merge mysql-test/r/func_in.result: small fix to amke all names uniform mysql-test/r/func_math.result: forgot to change sql/item.cc: fix sql/item_create.cc: small fix to amke all names uniform
Diffstat (limited to 'mysql-test/r/derived.result')
-rw-r--r--mysql-test/r/derived.result2
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;