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/r/rpl000005.result | |
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/r/rpl000005.result')
-rw-r--r-- | mysql-test/r/rpl000005.result | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/r/rpl000005.result b/mysql-test/r/rpl000005.result index 2be354af151..4f1541c75ca 100644 --- a/mysql-test/r/rpl000005.result +++ b/mysql-test/r/rpl000005.result @@ -2,3 +2,7 @@ name age id Andy 31 00000001 Jacob 2 00000002 Caleb 1 00000003 +name age id +Andy 31 00000001 +Jacob 2 00000002 +Caleb 1 00000003 |