1
0
Fork 0

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:
DSB 2012-07-28 20:27:25 +00:00
Ursprung a87490e72f
Commit bfc06577ff
3 geänderte Dateien mit 30 neuen und 11 gelöschten Zeilen

Datei anzeigen

@ -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