SimpleMachines / converters

Converters to SMF from other forum software
http://www.simplemachines.org
13 stars 20 forks source link

Convertor issue Unknown system variable 'SQL_MAX_JOIN_SIZE' #2

Closed VBGAMER45 closed 5 years ago

VBGAMER45 commented 5 years ago

Convertor issue Unknown system variable 'SQL_MAX_JOIN_SIZE Saw this issue http://www.simplemachines.org/community/index.php?topic=551482.0

In convert.php for MySQL 5.6 and higher The list of changes in MySQL 5.6 is at

http://dev.mysql.com/doc/refman/5.6/en/mysql-nutshell.html

Under Removed Features it says:

The sql_max_join_size system variable. Use max_join_size instead.

VBGAMER45 commented 5 years ago

Added the MySQL version handling in this commit https://github.com/SimpleMachines/converters/commit/655e8bc2ac3cdcabd1511104b02117fb489b406e

jdarwood007 commented 5 years ago

Wrong reference? That commit has nothing to do with this. Use "Fixes ####" in your commit messages and it will auto-link and close fixes.