mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
MDEV-20326 Add class DTCollation_numeric
This commit is contained in:
@@ -24,6 +24,14 @@
|
||||
#include "log.h"
|
||||
#include "tztime.h"
|
||||
|
||||
|
||||
const DTCollation &DTCollation_numeric::singleton()
|
||||
{
|
||||
static const DTCollation_numeric tmp;
|
||||
return tmp;
|
||||
}
|
||||
|
||||
|
||||
Type_handler_row type_handler_row;
|
||||
|
||||
Type_handler_null type_handler_null;
|
||||
|
Reference in New Issue
Block a user