Thanks to visit codestin.com Credit goes to github.com
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 e967b13 commit beea58fCopy full SHA for beea58f
1 file changed
plugins/dbms/mysql.py
@@ -142,12 +142,12 @@ def __commentCheck(self):
142
# MySQL valid versions updated at 10/2008
143
versions = (
144
(32200, 32233), # MySQL 3.22
145
- (32300, 32354), # MySQL 3.23
146
- (40000, 40024), # MySQL 4.0
147
- (40100, 40122), # MySQL 4.1
148
- (50000, 50072), # MySQL 5.0
149
- (50100, 50129), # MySQL 5.1
150
- (60000, 60008), # MySQL 6.0
+ (32300, 32359), # MySQL 3.23
+ (40000, 40031), # MySQL 4.0
+ (40100, 40125), # MySQL 4.1
+ (50000, 50074), # MySQL 5.0
+ (50100, 50131), # MySQL 5.1
+ (60000, 60009), # MySQL 6.0
151
)
152
153
for element in versions:
0 commit comments