Update CHANGELOG.md

This commit is contained in:
alexey-milovidov 2018-04-19 16:29:25 +03:00 committed by GitHub
parent f8b7afc6e8
commit 8808ef212c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
## Improvements:
* `ALTER TABLE ... DROP/DETACH PARTITION` queries are run before the replication queue.
* `ALTER TABLE ... DROP/DETACH PARTITION` queries are run in the front of replication queue.
* `SELECT ... FINAL` and `OPTIMIZE ... FINAL` can be used even when the table has a single data part.
* A `query_log` table can be recreated on the fly if it was deleted manually (Kirill Shvakov).
* The `lengthUTF8` function runs faster (zhang2014).