Originally posted by Paul M
View Post
'TYPE' was used for mySQL versions below 4.0.18
'ENGINE' is used for mySQL versions 4.0.18 and above.
The text that shipped with vBulletin was 'TYPE', which means that it doesn't support mySQL with versions above 4.0.18
Looking through the rest of the code, I can see that when moving from an older version of vb, to a newer version, code was included that did essentially exactly what I have done. The code I used was taken from elsewhere in the vb codebase.
I am saying this is a bug, because the change was missed in this location. I suggest if you took the time to check with a vBulletin developer, they would agree.
Originally posted by Paul M
View Post
In fact the issue is not a 'minimum supported version' but a 'maximum supported version', because the syntax changed between mySQL versions.
Originally posted by Paul M
View Post
Perhaps if people like me keep insisting that we get some value out of the license fees we pay, then we won't be dismissed so readily.
Comment