diff options
author | monty@donna.mysql.com <> | 2000-09-20 04:54:10 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-09-20 04:54:10 +0300 |
commit | dc4525636ce2912fb9a455503260760621e2eb46 (patch) | |
tree | 9809b1ec91af01ed8cc76e542fe1a102e239d9b1 /sql/ChangeLog | |
parent | f2f515e5c2733dfe95471640ff740d0f936579b9 (diff) | |
download | mariadb-git-dc4525636ce2912fb9a455503260760621e2eb46.tar.gz |
Small bug fixes + code for DELETE QUICK
Diffstat (limited to 'sql/ChangeLog')
-rw-r--r-- | sql/ChangeLog | 5 |
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. |