mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@6859 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
6f20a87425
commit
b94a240d2f
1 changed files with 4 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Reference in a new issue