mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
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:
parent
3127a142a6
commit
553011afbd
4 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
2
mysql-test/r/3.23/sel000100.result
Normal file
2
mysql-test/r/3.23/sel000100.result
Normal file
|
@ -0,0 +1,2 @@
|
|||
key_link_id link
|
||||
NULL NULL
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue