Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit beea58f

Browse files
committed
Updated MySQL versions
1 parent e967b13 commit beea58f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

plugins/dbms/mysql.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,12 @@ def __commentCheck(self):
142142
# MySQL valid versions updated at 10/2008
143143
versions = (
144144
(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
145+
(32300, 32359), # MySQL 3.23
146+
(40000, 40031), # MySQL 4.0
147+
(40100, 40125), # MySQL 4.1
148+
(50000, 50074), # MySQL 5.0
149+
(50100, 50131), # MySQL 5.1
150+
(60000, 60009), # MySQL 6.0
151151
)
152152

153153
for element in versions:

0 commit comments

Comments
 (0)