mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
Fix crash on Json date columns
This commit is contained in:
parent
49428c8fa6
commit
6a94ad98fb
3 changed files with 14 additions and 3 deletions
|
|
@ -160,7 +160,7 @@ enum RECFM {RECFM_DFLT = 0, /* Default table type */
|
|||
RECFM_FMT = 8, /* FMT formatted file */
|
||||
RECFM_VCT = 9, /* VCT formatted files */
|
||||
RECFM_XML = 10, /* XML formatted files */
|
||||
RECFM_JASON = 11, /* JASON formatted files */
|
||||
RECFM_JSON = 11, /* JSON formatted files */
|
||||
RECFM_DIR = 12, /* DIR table */
|
||||
RECFM_ODBC = 13, /* Table accessed via ODBC */
|
||||
RECFM_JDBC = 14, /* Table accessed via JDBC */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue