add mysqlt type for mysql in transactionnal mode with innodb tables

This commit is contained in:
Régis Leroy 2005-10-25 15:27:42 +00:00
parent 0f476f3e98
commit 7b9f0f7b79

View File

@ -238,6 +238,11 @@
$php_extension = 'odbc';
break;
case 'mysqlt':
$php_extension = 'mysql';
if ($this->Port) $Host .= ':'.$this->Port;
break;
case 'mysqli':
$this->Type = 'mysql';
// fall through