We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ed355 commit fc2ee47Copy full SHA for fc2ee47
src/NHibernate/Dialect/MySQLDialect.cs
@@ -155,6 +155,7 @@ public MySQLDialect()
155
"float8",
156
"force",
157
"fulltext",
158
+ "goto",
159
"high_priority",
160
"hour_microsecond",
161
"hour_minute",
@@ -170,6 +171,7 @@ public MySQLDialect()
170
171
"key",
172
"keys",
173
"kill",
174
+ "label",
175
"limit",
176
"linear",
177
"lines",
@@ -179,6 +181,7 @@ public MySQLDialect()
179
181
"longblob",
180
182
"longtext",
183
"low_priority",
184
+ "master_ssl_verify_server_cert",
185
"mediumblob",
186
"mediumint",
187
"mediumtext",
@@ -207,6 +210,7 @@ public MySQLDialect()
207
210
"second_microsecond",
208
211
"separator",
209
212
"show",
213
+ "shutdown",
214
"spatial",
215
"sql_big_result",
216
"sql_calc_found_rows",
0 commit comments