diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-12-05 10:15:27 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-12-05 10:15:27 -0700 |
commit | 553011afbdc993a6a995c8999dac24546ca16c12 (patch) | |
tree | b9520f6791695331785fe6d586bffba6cc09306b /mysql-test/t | |
parent | 3127a142a67f286dbe8199340dca489f393e0694 (diff) | |
download | mariadb-git-553011afbdc993a6a995c8999dac24546ca16c12.tar.gz |
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
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/3.23/sel000100.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/3.23/sel000100.test b/mysql-test/t/3.23/sel000100.test index 20d5a3e2e3a..cd3f7005445 100644 --- a/mysql-test/t/3.23/sel000100.test +++ b/mysql-test/t/3.23/sel000100.test @@ -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 |