mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Updated changelog
This commit is contained in:
parent
45270a5c47
commit
c104f57df0
1 changed files with 5 additions and 0 deletions
|
@ -47012,6 +47012,11 @@ Changed initialisation of @code{RND()} to make it less predicatable.
|
|||
Fixed problem with @code{GROUP BY} on result with expression that created a
|
||||
@code{BLOB} field.
|
||||
@item
|
||||
Fixed problem with @code{GROUP BY} on columns that have NULL values. To
|
||||
solve this we now create an MyISAM temporary table when doing a group by
|
||||
on a possible NULL item. In MySQL 4.0.5 we can again use in memory HEAP
|
||||
tables for this case.
|
||||
@item
|
||||
Fixed problem with privilege tables when downgrading from 4.0.2 to 3.23.
|
||||
@item
|
||||
Fixed thread bug in @code{SLAVE START}, @code{SLAVE STOP} and automatic repair
|
||||
|
|
Loading…
Reference in a new issue