Skip to content

Commit ed7063a

Browse files
committed
add collations and constants from MySQL 5.7.10
1 parent d5f08e0 commit ed7063a

File tree

3 files changed

+312
-199
lines changed

3 files changed

+312
-199
lines changed

ext/mysql/ext.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,10 @@ enum {
250250
TYPE_NEWDATE = 14,
251251
TYPE_VARCHAR = 15,
252252
TYPE_BIT = 16,
253+
TYPE_TIMESTAMP2 = 17,
254+
TYPE_DATETIME2 = 18,
255+
TYPE_TIME2 = 19,
256+
TYPE_JSON = 245,
253257
TYPE_NEWDECIMAL = 246,
254258
TYPE_ENUM = 247,
255259
TYPE_SET = 248,

0 commit comments

Comments
 (0)