1
0
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:
Alexander Barkov
2019-08-12 18:41:02 +04:00
parent f6e386f00b
commit e7525beac8
9 changed files with 237 additions and 206 deletions

View File

@@ -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;