mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
New myisamchk option --sort-recover
Allow delete of crashed MyISAM tables Fixed bug when BLOB was first part of key Fixed bug when using result from CASE in GROUP BY Fixed core-dump bug in monthname() Optimized calling of check_db_name()
This commit is contained in:
@ -186,3 +186,9 @@ extract(SECOND FROM "1999-01-02 10:11:12")
|
||||
12
|
||||
ctime hour(ctime)
|
||||
2001-01-12 12:23:40 12
|
||||
monthname(date)
|
||||
NULL
|
||||
January
|
||||
monthname(date)
|
||||
NULL
|
||||
January
|
||||
|
Reference in New Issue
Block a user