diff options
author | unknown <monty@mashka.mysql.fi> | 2002-09-03 16:28:01 +0300 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2002-09-03 16:28:01 +0300 |
commit | 3307f95554d9bca2736d79b970c2f118c66a27ed (patch) | |
tree | 650f91f79bff10451cbe33bcc4e21fe27fd3916f /mysql-test/r/distinct.result | |
parent | 35115d9a509933f141ec835d5da7930233e9e3a3 (diff) | |
download | mariadb-git-3307f95554d9bca2736d79b970c2f118c66a27ed.tar.gz |
Fixed bug introduces by last changeset
(Fixing of problem with ALTER TABLE on BDB tables)
mysql-test/r/distinct.result:
Fixed results after bug fix
sql/mysql_priv.h:
Split close_thread_tables() into two functions.
(Needed for bug fix from 4.0)
sql/sql_base.cc:
Split close_thread_tables() into two functions.
(Needed for bug fix from 4.0)
Diffstat (limited to 'mysql-test/r/distinct.result')
-rw-r--r-- | mysql-test/r/distinct.result | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/r/distinct.result b/mysql-test/r/distinct.result index 8f8770e5602..1d18fb4c75b 100644 --- a/mysql-test/r/distinct.result +++ b/mysql-test/r/distinct.result @@ -69,7 +69,8 @@ a max(id) b 0 0 NULL NULL NULL grp count(*) -0 7 +NULL 1 +0 6 1 6 FACILITY NULL |