summaryrefslogtreecommitdiff
path: root/sql/ChangeLog
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-08-21 03:00:52 +0300
committermonty@donna.mysql.com <>2000-08-21 03:00:52 +0300
commitaa3580924bb1a036a5b4ce7c6f4c930499eb09e2 (patch)
treef46edbbf41f400440bde25519820b29885305b1b /sql/ChangeLog
parent86f4dbe20e850a6161d69b7407838c28a8bf93f9 (diff)
downloadmariadb-git-aa3580924bb1a036a5b4ce7c6f4c930499eb09e2.tar.gz
RENAME TABLE table_name TO new_table_name ; Faster Alloc
Small bug fixes
Diffstat (limited to 'sql/ChangeLog')
-rw-r--r--sql/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/ChangeLog b/sql/ChangeLog
index 65a5bca0bf9..0ede1c5ff47 100644
--- a/sql/ChangeLog
+++ b/sql/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-20 Michael Widenius <monty@mysql.com>
+
+* Added memory as inline functions to THD to get them a bit faster
+* Don't count entries with NULL in COUNT(DISTINCT ..)
+
2000-08-08 Michael Widenius <monty@mysql.com>
* Changed ALTER TABLE and LOAD DATA INFILE to create non unique, small keys