mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
git-svn-id: file:///svn/phpbb/trunk@6859 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -884,12 +884,15 @@ class install_convert extends module
|
||||
// Thanks MySQL, for silently converting...
|
||||
case 'mysql':
|
||||
case 'mysql4':
|
||||
case 'mysqli':
|
||||
if (version_compare($db->mysql_version, '4.1.3', '>='))
|
||||
{
|
||||
$mysql_convert = true;
|
||||
}
|
||||
break;
|
||||
|
||||
case 'mysqli':
|
||||
$mysql_convert = true;
|
||||
break;
|
||||
}
|
||||
|
||||
while (($counting === -1 || $counting >= $convert->batch_size) && still_on_time())
|
||||
|
Reference in New Issue
Block a user