diff options
author | unknown <bell@sanja.is.com.ua> | 2004-05-14 15:28:59 +0300 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2004-05-14 15:28:59 +0300 |
commit | 8c0e5ebfd372a53cd6b2104c366ac4b6ac4a304b (patch) | |
tree | eb012e1ffa7c670e4b583ea47303c6438fadffd9 /mysql-test/r/subselect.result | |
parent | a6b3433b1f8b8008692106c01fa705ab4848a296 (diff) | |
download | mariadb-git-8c0e5ebfd372a53cd6b2104c366ac4b6ac4a304b.tar.gz |
after merge fix
Diffstat (limited to 'mysql-test/r/subselect.result')
-rw-r--r-- | mysql-test/r/subselect.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/subselect.result b/mysql-test/r/subselect.result index 22438967b57..9fc47d67abb 100644 --- a/mysql-test/r/subselect.result +++ b/mysql-test/r/subselect.result @@ -1549,7 +1549,7 @@ id select_type table type possible_keys key key_len ref rows Extra 3 UNION t1 system NULL NULL NULL NULL 1 -2 UNION RESULT <union2> ALL NULL NULL NULL NULL NULL Warnings: -Note 1003 select high_priority test.t1.s1 AS `s1` from test.t1 +Note 1003 select test.t1.s1 AS `s1` from test.t1 drop table t1; CREATE TABLE t1 (number char(11) NOT NULL default '') ENGINE=MyISAM CHARSET=latin1; INSERT INTO t1 VALUES ('69294728265'),('18621828126'),('89356874041'),('95895001874'); |