updated test case for SELECT DISTINCT coredump

parent 4ed276a4
...@@ -400,3 +400,4 @@ mysql-test/var/lib/test/test2.MYD ...@@ -400,3 +400,4 @@ mysql-test/var/lib/test/test2.MYD
mysql-test/var/lib/test/test2.MYI mysql-test/var/lib/test/test2.MYI
mysql-test/var/run/mysqld.pid mysql-test/var/run/mysqld.pid
mysql-test/var/tmp/mysql.sock mysql-test/var/tmp/mysql.sock
mysql-test/var/lib/mysql-bin.008
key_link_id link
NULL NULL
...@@ -21,7 +21,7 @@ CREATE TABLE test2 ( ...@@ -21,7 +21,7 @@ CREATE TABLE test2 (
KEY NAME (NAME) KEY NAME (NAME)
); );
@r/3.23/sel000100.res SELECT DISTINCT @r/3.23/sel000100.result SELECT DISTINCT
test2.id AS key_link_id, test2.id AS key_link_id,
test2.name AS link test2.name AS link
FROM test1 FROM test1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment