Skip to content

Commit fc2ee47

Browse files
committed
Register missing keywords
1 parent 75ed355 commit fc2ee47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/NHibernate/Dialect/MySQLDialect.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ public MySQLDialect()
155155
"float8",
156156
"force",
157157
"fulltext",
158+
"goto",
158159
"high_priority",
159160
"hour_microsecond",
160161
"hour_minute",
@@ -170,6 +171,7 @@ public MySQLDialect()
170171
"key",
171172
"keys",
172173
"kill",
174+
"label",
173175
"limit",
174176
"linear",
175177
"lines",
@@ -179,6 +181,7 @@ public MySQLDialect()
179181
"longblob",
180182
"longtext",
181183
"low_priority",
184+
"master_ssl_verify_server_cert",
182185
"mediumblob",
183186
"mediumint",
184187
"mediumtext",
@@ -207,6 +210,7 @@ public MySQLDialect()
207210
"second_microsecond",
208211
"separator",
209212
"show",
213+
"shutdown",
210214
"spatial",
211215
"sql_big_result",
212216
"sql_calc_found_rows",

0 commit comments

Comments
 (0)