File tree 1 file changed +20
-0
lines changed 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ public MySQLDialect()
124
124
125
125
private static readonly string [ ] DialectKeywords =
126
126
{
127
+ "_filename" ,
127
128
"accessible" ,
128
129
"analyze" ,
129
130
"asc" ,
@@ -134,6 +135,7 @@ public MySQLDialect()
134
135
"connection" ,
135
136
"contributors" ,
136
137
"convert" ,
138
+ "cume_dist" ,
137
139
"database" ,
138
140
"databases" ,
139
141
"datetime" ,
@@ -147,15 +149,19 @@ public MySQLDialect()
147
149
"div" ,
148
150
"dual" ,
149
151
"elseif" ,
152
+ "empty" ,
150
153
"enclosed" ,
151
154
"enum" ,
152
155
"escaped" ,
153
156
"explain" ,
157
+ "first_value" ,
154
158
"float4" ,
155
159
"float8" ,
156
160
"force" ,
157
161
"fulltext" ,
162
+ "generated" ,
158
163
"goto" ,
164
+ "groups" ,
159
165
"high_priority" ,
160
166
"hour_microsecond" ,
161
167
"hour_minute" ,
@@ -168,10 +174,16 @@ public MySQLDialect()
168
174
"int3" ,
169
175
"int4" ,
170
176
"int8" ,
177
+ "io_after_gtids" ,
178
+ "io_before_gtids" ,
179
+ "join_table" ,
171
180
"key" ,
172
181
"keys" ,
173
182
"kill" ,
174
183
"label" ,
184
+ "lag" ,
185
+ "last_value" ,
186
+ "lead" ,
175
187
"limit" ,
176
188
"linear" ,
177
189
"lines" ,
@@ -181,7 +193,9 @@ public MySQLDialect()
181
193
"longblob" ,
182
194
"longtext" ,
183
195
"low_priority" ,
196
+ "master_bind" ,
184
197
"master_ssl_verify_server_cert" ,
198
+ "maxvalue" ,
185
199
"mediumblob" ,
186
200
"mediumint" ,
187
201
"mediumtext" ,
@@ -190,11 +204,15 @@ public MySQLDialect()
190
204
"minute_second" ,
191
205
"mod" ,
192
206
"no_write_to_binlog" ,
207
+ "nth_value" ,
208
+ "ntile" ,
193
209
"nvarchar" ,
194
210
"optimize" ,
211
+ "optimize_costs" ,
195
212
"option" ,
196
213
"optionally" ,
197
214
"outfile" ,
215
+ "percent_rank" ,
198
216
"purge" ,
199
217
"read" ,
200
218
"read_only" ,
@@ -205,6 +223,7 @@ public MySQLDialect()
205
223
"require" ,
206
224
"restrict" ,
207
225
"rlike" ,
226
+ "row_number" ,
208
227
"schema" ,
209
228
"schemas" ,
210
229
"second_microsecond" ,
@@ -235,6 +254,7 @@ public MySQLDialect()
235
254
"utc_timestamp" ,
236
255
"varbinary" ,
237
256
"varcharacter" ,
257
+ "virtual" ,
238
258
"write" ,
239
259
"x509" ,
240
260
"xor" ,
You can’t perform that action at this time.
0 commit comments