SQL-Server / Show variables:
- added column which outputs numeric values in human readable form (e.g. xx MB) MySQLi: - added option max_allowed_packet = 64MB at each connection for handling big blob fields (should be moved to general options array later on)
Dieser Commit ist enthalten in:
Ursprung
a87490e72f
Commit
bfc06577ff
3 geänderte Dateien mit 30 neuen und 11 gelöschten Zeilen
|
|
@ -38,7 +38,7 @@ class Msd_Db_Mysql extends Msd_Db_MysqlCommon
|
|||
* $this->_connectionHandle.
|
||||
* Returns true on success or false if connection couldn't be established.
|
||||
*
|
||||
* @throws Exception
|
||||
* @throws Msd_Exception
|
||||
* @return bool
|
||||
**/
|
||||
protected function _dbConnect()
|
||||
|
|
@ -124,7 +124,7 @@ class Msd_Db_Mysql extends Msd_Db_MysqlCommon
|
|||
*
|
||||
* Returns true if selection was succesfull otherwise false.
|
||||
*
|
||||
* @throws Exception
|
||||
* @throws Msd_Exception
|
||||
* @param string $database The database to select
|
||||
*
|
||||
* @return bool
|
||||
|
|
|
|||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren