updated test case for SELECT DISTINCT coredump

BitKeeper/etc/ignore:
  Added mysql-test/var/lib/mysql-bin.008 to the ignore list
mysql-test/r/3.23/sel000100.result:
  coredump fixed, now it makes sense to have something in the result file
mysql-test/t/3.23/sel000100.test:
  renamed result file
This commit is contained in:
unknown 2000-12-05 10:15:27 -07:00
parent 3127a142a6
commit 553011afbd
4 changed files with 4 additions and 1 deletions

View file

@ -400,3 +400,4 @@ mysql-test/var/lib/test/test2.MYD
mysql-test/var/lib/test/test2.MYI
mysql-test/var/run/mysqld.pid
mysql-test/var/tmp/mysql.sock
mysql-test/var/lib/mysql-bin.008

View file

@ -0,0 +1,2 @@
key_link_id link
NULL NULL

View file

@ -21,7 +21,7 @@ CREATE TABLE test2 (
KEY NAME (NAME)
);
@r/3.23/sel000100.res SELECT DISTINCT
@r/3.23/sel000100.result SELECT DISTINCT
test2.id AS key_link_id,
test2.name AS link
FROM test1