Skip to content

Commit dabe0b7

Browse files
committed
Add support for MySQL 8.0
Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent 5b29f29 commit dabe0b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ContextGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class ContextGenerator
3636
'MySql50500' => 'https://dev.mysql.com/doc/refman/5.5/en/keywords.html',
3737
'MySql50600' => 'https://dev.mysql.com/doc/refman/5.6/en/keywords.html',
3838
'MySql50700' => 'https://dev.mysql.com/doc/refman/5.7/en/keywords.html',
39+
'MySql80000' => 'https://dev.mysql.com/doc/refman/8.0/en/keywords.html',
3940
);
4041

4142
/**

0 commit comments

Comments
 (0)