diff options
author | monty@donna.mysql.fi <> | 2001-03-25 01:02:26 +0200 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-03-25 01:02:26 +0200 |
commit | 5487d7a8c01a5ccce90a63a359562cff1bd95b78 (patch) | |
tree | 6191242036b4e9061dfd34fc46bf82677415e532 /mysql-test/t/sel000100.test | |
parent | 176147cd31e728185b8b5cb4459d9d9afd1623d5 (diff) | |
download | mariadb-git-5487d7a8c01a5ccce90a63a359562cff1bd95b78.tar.gz |
Fixed bug in send in mysqltest
Removed usage of @r/result as this made life hard when testing different
table handlers.
Allow concurrent inserts if no update/binary log.
Don't remove key_cache at flush tables.
Fixed bug in SELECT DISTINCT SUM()...
Diffstat (limited to 'mysql-test/t/sel000100.test')
-rw-r--r-- | mysql-test/t/sel000100.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/sel000100.test b/mysql-test/t/sel000100.test index a1dbab42dab..cedb78b17e7 100644 --- a/mysql-test/t/sel000100.test +++ b/mysql-test/t/sel000100.test @@ -20,7 +20,7 @@ CREATE TABLE t2 ( KEY NAME (NAME) ); -@r/sel000100.result SELECT DISTINCT +SELECT DISTINCT t2.id AS key_link_id, t2.name AS link FROM t1 |