summaryrefslogtreecommitdiff
path: root/sql/ChangeLog
diff options
context:
space:
mode:
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 df9b2567113..08bbd3bb0db 100644
--- a/sql/ChangeLog
+++ b/sql/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-17 Michael Widenius <monty@mysql.com>
+
+* Added option QUICK to DELETE to tell MySQL not to balance the
+ trees on delete.
+
2000-09-15 Michael Widenius <monty@mysql.com>
* Added a thd argument to log::write() to get more speed.