summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 54674..typo in the check of SJISAndrey Hristov2011-05-091-0/+31
* fix buffer overflow - overwriting with 0x0, due toAndrey Hristov2011-03-241-3/+10
* Limit test with 65k params, should crash mysqlndUlf Wendel2011-03-241-0/+122
* Coverage for a 'silent server protocol change' from the past for which both m...Ulf Wendel2011-03-231-1/+21
* Test coverage for some of the cases where LAST_INSERT_ID() and API *_insert_i...Ulf Wendel2011-03-171-0/+194
* Fix for bug #54221 mysqli::get_warnings segfault when used in multi queriesAndrey Hristov2011-03-171-0/+47
* - Fix tests. temp dir might be something other than /tmpJohannes Schlüter2011-02-221-1/+1
* fixed a problem in mysqlnd. 0 was always as num_rows returned forAndrey Hristov2011-02-161-2/+2
* Don't expect a certain server reply, it is undefined what happens.Ulf Wendel2011-01-281-5/+10
* Fix tests: don't expect people to use a certain db/schema for testingUlf Wendel2011-01-1710-54/+62
* MFT: Added 'db' and 'catalog' keys to the field fetching functions (FR #39847)Kalle Sommer Nielsen2011-01-1710-25/+125
* Proper fix forAndrey Hristov2011-01-071-4/+7
* Fixed bug #53503 (mysqli::query returns false after successful LOAD DATA query)Kalle Sommer Nielsen2010-12-121-0/+50
* fix test after newly introduced constantAndrey Hristov2010-12-021-0/+1
* Testing for the two new statistics 'bytes_received_real_data_normal' and 'byt...Ulf Wendel2010-11-121-3/+74
* two new statsAndrey Hristov2010-11-051-1/+5
* Fix for Bug #52686 mysql_stmt_attr_[gs]et arg. points to incorrect typeAndrey Hristov2010-10-061-0/+6
* fix the testAndrey Hristov2010-09-291-3/+3
* Fixed bug #45921 (Can't initialize character set hebrew)Andrey Hristov2010-09-271-0/+1
* Let's try not to have 'uft8'-only tests and avoid setting the charset upon co...Ulf Wendel2010-09-238-33/+209
* Merge from head: do not use deprecated function aliases. The test logic is un...Ulf Wendel2010-09-2345-159/+157
* Unify, force one charset at connect, thus fixingAndrey Hristov2010-09-226-12/+14
* Test update for sql_mode = ansiUlf Wendel2010-09-221-2/+2
* update testsAndrey Hristov2010-09-221-0/+3
* Trying to pimp gcov.php.net code coverage tests.. trying to cover mysqlnd co...Ulf Wendel2010-09-201-33/+46
* Align test to the style used in the other testsUlf Wendel2010-09-201-44/+74
* No reason not to run the tests with libmysql. Its long, long ago that pconnec...Ulf Wendel2010-09-208-28/+13
* add test case for 52891Andrey Hristov2010-09-201-0/+127
* Fix testUlf Wendel2010-09-151-2/+2
* unify magic quotes handling. Also fix a problem whichAndrey Hristov2010-09-141-62/+20
* Test for http://bugs.php.net/52221. Test will fail with mysqlnd but should pa...Ulf Wendel2010-09-031-0/+170
* Fix test failure. Add new test for MYSQLI_OPT_INT_AND_FLOAT_NATIVE mysqlnd fe...Ulf Wendel2010-09-022-40/+160
* Adding MYSQLI_OPT_SSL_VERIFY_SERVER_CERT for use with mysqli_options().Ulf Wendel2010-08-301-0/+4
* Test for http://bugs.mysql.com/bug.php?id=49406, Binding params doesn't work ...Ulf Wendel2010-08-261-0/+107
* Added utf16 and utf32 support, as in MySQL 5.5, in mysqlnd.Andrey Hristov2010-08-162-2/+3
* Fix test, so it doesn't fail with MySQL 5.5, where InnoDBAndrey Hristov2010-08-161-1/+1
* detect easily which charset doesn't workAndrey Hristov2010-08-161-9/+10
* Fix for bug #52433 Call to undefined method mysqli::poll()Andrey Hristov2010-08-132-0/+52
* arginfo for mysqli, was too fast to commit in trunk instead of oneAndrey Hristov2010-07-076-87/+434
* Fix for bug #52115 mysqli_result::fetch_all returns null, not an empty arrayAndrey Hristov2010-06-181-2/+4
* Fix the test for libmysql, which expects the certificatesAndrey Hristov2010-06-141-3/+2
* Fixed bug #52082 (character_set_client & character_set_connection reset afterAndrey Hristov2010-06-141-0/+50
* Fixing testsUlf Wendel2010-06-104-4/+4
* Portability improvementUlf Wendel2010-06-081-2/+9
* Portability improvementsUlf Wendel2010-06-082-11/+20
* More SQL strict mode updatesUlf Wendel2010-06-088-20/+152
* Making tests pass strict sql mode.Ulf Wendel2010-06-086-132/+165
* Fix testAndrey Hristov2010-05-311-1/+1
* Updating test to reflect the latest and more verbose mysqlnd error messages, ...Ulf Wendel2010-05-311-7/+8
* Fixing test - make sure it checks the same conditions for libmysql and mysqlndUlf Wendel2010-05-311-4/+3