summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #49098Rasmus Lerdorf2009-11-121-1/+5
* mysqli won't accept empty string for socket, skip test of mysqli.default_sock...Ulf Wendel2009-11-041-13/+19
* Fix for bug #49965 . Let mysqli_options() try to cast option values to the ap...Ulf Wendel2009-11-032-4/+81
* Fixing stats, updating test to accept new statsUlf Wendel2009-10-221-1/+5
* There subtle differences between Linux and Win. mysqlnd is a bit more verbose...Ulf Wendel2009-10-211-4/+4
* Making test a bit more portableUlf Wendel2009-10-201-6/+10
* Fixing testUlf Wendel2009-10-201-14/+18
* libmysql is still 'buggy' - skip test with libmysqlUlf Wendel2009-10-201-2/+5
* Well, hacking around to cope with mysql version specific behaviour if using l...Ulf Wendel2009-10-201-4/+37
* Skipping tests if InnoDB is available but disabled. I wonder what InnoDB stat...Ulf Wendel2009-10-202-4/+6
* Fixing typo in SKIPIF and partly skipping tests if using remote MySQL because...Ulf Wendel2009-10-2015-15/+15
* Using require[_once] instead of include. Adding logic to connect.inc to detec...Ulf Wendel2009-10-19258-394/+366
* mysqlnd is a bit more verbose than libmysql - silence mysqlnd here for easier...Ulf Wendel2009-10-191-2/+13
* MySQL server and metadata - a sad story... trying to make the test pass with ...Ulf Wendel2009-10-191-4/+4
* Fixing host info for TCP/IP and aligning mysqlnd and libmysqlUlf Wendel2009-10-191-0/+5
* Extending mysqlnd statistics/monitoring. Now counting COM_* commands.Ulf Wendel2009-10-161-1/+59
* Making mysqlnd emit no warnings when fetching pooled persistent connections t...Ulf Wendel2009-10-153-1/+4
* Fixing problems when calling connect (again and again) on a valid connection ...Ulf Wendel2009-10-157-51/+280
* Updating test because of http://news.php.net/php.cvs/60561Ulf Wendel2009-10-011-2/+2
* Fixing testUlf Wendel2009-09-291-3/+5
* Fixing testUlf Wendel2009-09-281-1/+1
* Trying to respect time limit to please Andrey who must be using slooow hardwa...Ulf Wendel2009-09-251-5/+55
* Fix mysqli_stmt_attr_set in libmysql mode.Andrey Hristov2009-09-252-3/+3
* Fix a crash in the rare case when a persistent connectionAndrey Hristov2009-09-251-1/+1
* Large package to check how compression handles package queues.Ulf Wendel2009-09-251-0/+100
* Remove unused variableAndrey Hristov2009-09-251-1/+0
* Replacing MYSQL_TEST_COMPRESS env var with more generic MYSQL_TEST_CONNECT_FL...Ulf Wendel2009-09-254-29/+29
* Fix error code checking for mysql_stmt_attr_set. ThereAndrey Hristov2009-09-251-1/+5
* Proxying as many connect calls as possible to make testing of the compression...Ulf Wendel2009-09-24206-429/+478
* Fixing testUlf Wendel2009-09-241-7/+5
* Coverage for the OO variants of some functionsUlf Wendel2009-09-243-16/+48
* Fixed unused varIlia Alshanetsky2009-09-231-1/+0
* MFH:Fix handling of BIT fields for non-PS. We needAndrey Hristov2009-09-221-6/+32
* MFH: Fix handling of BIT fields in mysqli, when libmysql is usedAndrey Hristov2009-09-221-10/+25
* Fixing testUlf Wendel2009-09-221-7/+10
* Fixing test. There is nothing we can do about the MySQL Client Library alloca...Ulf Wendel2009-09-221-2/+6
* Fixing test. Can't wait to see the new run-tests materialize for detecting sk...Ulf Wendel2009-09-221-2/+1
* Fixing testUlf Wendel2009-09-211-11/+9
* Fixing testUlf Wendel2009-09-211-10/+15
* Moving test code around to get test failures down without testing less. Users...Ulf Wendel2009-09-212-107/+283
* Fixing test by calling it a known limit. We keept the test failing as a remin...Ulf Wendel2009-09-211-1/+2
* Fixing testUlf Wendel2009-09-211-1/+2
* Not nice but neither the MySQL Client Library not mysqlnd are supposed to det...Ulf Wendel2009-09-211-3/+4
* Fixing mysqli_result_references_mysqlnd.phpUlf Wendel2009-09-211-4/+27
* Fixing mysqli_get_client_stats.phpt. More testing for MYSQLI_INIT_COMMANDUlf Wendel2009-09-212-5/+70
* Fixing test: references has to be collected even if the users disables the co...Ulf Wendel2009-09-211-4/+9
* Fixing test - the standard test table will not accept NULL values for column idUlf Wendel2009-09-211-11/+26
* MFH:Fix for bug#48909 Segmentation fault in mysqli_stmt_executeAndrey Hristov2009-09-182-1/+25
* better coverage for mysqli_infoUlf Wendel2009-09-171-3/+9
* Fix (by Andrey) and test for bug #49442 . Don't use efree() for memory alloca...Ulf Wendel2009-09-161-0/+119