summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql
Commit message (Expand)AuthorAgeFilesLines
* add MySQL options and corresponding constantsAntony Dovgal2005-10-273-0/+46
* - free S->stmtAntony Dovgal2005-10-271-1/+9
* Fixed bug #34623 (Crash in pdo_mysql on longtext fields).Ilia Alshanetsky2005-10-191-0/+6
* fix typofoobar2005-09-241-1/+1
* MFB: remove PDO_ prefixIlia Alshanetsky2005-09-201-1/+1
* Make PDO use class constantsIlia Alshanetsky2005-09-201-1/+1
* Fix error detection for queries such as OPTIMIZEIlia Alshanetsky2005-09-141-2/+7
* merge other PDO fixes from 5.1 branch.Wez Furlong2005-09-111-1/+1
* protect against underflow - refs http://pecl.php.net/bugs/bug.php?id=5193George Schlossnagle2005-09-011-1/+1
* Fixed bug #34001 (pdo_mysql truncates numberic fields at 4 chars)Ilia Alshanetsky2005-09-011-3/+21
* Set port even if host is localhost.George Schlossnagle2005-08-311-5/+6
* this is the number of params, not the top index (otherwise unix_socket doesnt...George Schlossnagle2005-08-301-1/+1
* zts fixesWez Furlong2005-08-121-1/+1
* fix skip conditionsfoobar2005-08-114-5/+31
* Probable fix for #34054.Wez Furlong2005-08-101-2/+9
* Yes, I can't count the months, and no, I'm not related to Ilia.Wez Furlong2005-07-271-1/+1
* Prep for PECL releaseWez Furlong2005-07-273-8/+34
* Missing bit of the previous commitsIlia Alshanetsky2005-07-201-1/+1
* Fixed memory corruption (wrong order of operations of stored prep. stmt).Ilia Alshanetsky2005-07-201-9/+12
* Proper handling for databases that need to pre-calculate length of largeIlia Alshanetsky2005-07-202-2/+3
* Only set attribute if result set contains some columns.Ilia Alshanetsky2005-07-201-1/+1
* clean upIlia Alshanetsky2005-07-201-2/+1
* this hack can and does segv; let's remove it.Wez Furlong2005-07-201-14/+1
* Add test caseWez Furlong2005-07-141-0/+47
* gah!Wez Furlong2005-07-141-1/+1
* Thanks 'james' (a visitor to my blog) for reporting this bug.Wez Furlong2005-07-141-0/+17
* keep this as a placeholder for debugging weird regressionsWez Furlong2005-07-141-0/+1
* it is not an error for a statement to return 0 rows.Wez Furlong2005-07-141-15/+13
* ok, call pdo_mysql_error() before returning -1Andrey Hristov2005-07-121-3/+2
* strictly check the result of mysql_affected_rows()Andrey Hristov2005-07-122-5/+13
* A bit of further tuning.Ilia Alshanetsky2005-07-111-3/+3
* - mysql_affected_rows() already returns an unsigned longAndrey Hristov2005-07-111-8/+9
* stmt->column_count is set only if the result has been already bound, don'tAndrey Hristov2005-07-101-5/+5
* ok, calculate max_length only in case of a blob (normal, medium, long).Andrey Hristov2005-07-101-1/+19
* if the result set is buffered ask libmysql to compute the lengths, soAndrey Hristov2005-07-101-7/+9
* Get precise lengths from the server, as suggested by Andrey.Wez Furlong2005-07-101-0/+3
* Added safety checks.Ilia Alshanetsky2005-07-091-3/+7
* Make cursor closer work with emulation as well.Ilia Alshanetsky2005-07-091-0/+2
* Added missing header check.Ilia Alshanetsky2005-07-091-0/+3
* Implement cursor_closer for MySQL driver.Ilia Alshanetsky2005-07-091-1/+8
* Fixed memory leakIlia Alshanetsky2005-07-091-1/+11
* Fix two bugs:Wez Furlong2005-07-091-5/+6
* Fix #33618Wez Furlong2005-07-081-3/+2
* Make prepared statements obey buffering flag in MySQL.Ilia Alshanetsky2005-07-071-1/+9
* Fixed memory leakIlia Alshanetsky2005-07-071-0/+3
* Fixed memory leak.Ilia Alshanetsky2005-07-071-1/+7
* adopt new testsWez Furlong2005-07-0728-1637/+27
* Enable native mysql 4.1.x prepared statement supportWez Furlong2005-07-036-26/+271
* Experimental support for queries returning multiple rowsets under mysql 5.0.Wez Furlong2005-07-023-4/+55
* Remove "custom" PDDRV sqlstate.Ilia Alshanetsky2005-06-271-1/+0