| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for bug 54674..typo in the check of SJIS | Andrey Hristov | 2011-05-09 | 1 | -0/+31 |
* | fix buffer overflow - overwriting with 0x0, due to | Andrey Hristov | 2011-03-24 | 1 | -3/+10 |
* | Limit test with 65k params, should crash mysqlnd | Ulf Wendel | 2011-03-24 | 1 | -0/+122 |
* | Coverage for a 'silent server protocol change' from the past for which both m... | Ulf Wendel | 2011-03-23 | 1 | -1/+21 |
* | Test coverage for some of the cases where LAST_INSERT_ID() and API *_insert_i... | Ulf Wendel | 2011-03-17 | 1 | -0/+194 |
* | Fix for bug #54221 mysqli::get_warnings segfault when used in multi queries | Andrey Hristov | 2011-03-17 | 1 | -0/+47 |
* | - Fix tests. temp dir might be something other than /tmp | Johannes Schlüter | 2011-02-22 | 1 | -1/+1 |
* | fixed a problem in mysqlnd. 0 was always as num_rows returned for | Andrey Hristov | 2011-02-16 | 1 | -2/+2 |
* | Don't expect a certain server reply, it is undefined what happens. | Ulf Wendel | 2011-01-28 | 1 | -5/+10 |
* | Fix tests: don't expect people to use a certain db/schema for testing | Ulf Wendel | 2011-01-17 | 10 | -54/+62 |
* | MFT: Added 'db' and 'catalog' keys to the field fetching functions (FR #39847) | Kalle Sommer Nielsen | 2011-01-17 | 10 | -25/+125 |
* | Proper fix for | Andrey Hristov | 2011-01-07 | 1 | -4/+7 |
* | Fixed bug #53503 (mysqli::query returns false after successful LOAD DATA query) | Kalle Sommer Nielsen | 2010-12-12 | 1 | -0/+50 |
* | fix test after newly introduced constant | Andrey Hristov | 2010-12-02 | 1 | -0/+1 |
* | Testing for the two new statistics 'bytes_received_real_data_normal' and 'byt... | Ulf Wendel | 2010-11-12 | 1 | -3/+74 |
* | two new stats | Andrey Hristov | 2010-11-05 | 1 | -1/+5 |
* | Fix for Bug #52686 mysql_stmt_attr_[gs]et arg. points to incorrect type | Andrey Hristov | 2010-10-06 | 1 | -0/+6 |
* | fix the test | Andrey Hristov | 2010-09-29 | 1 | -3/+3 |
* | Fixed bug #45921 (Can't initialize character set hebrew) | Andrey Hristov | 2010-09-27 | 1 | -0/+1 |
* | Let's try not to have 'uft8'-only tests and avoid setting the charset upon co... | Ulf Wendel | 2010-09-23 | 8 | -33/+209 |
* | Merge from head: do not use deprecated function aliases. The test logic is un... | Ulf Wendel | 2010-09-23 | 45 | -159/+157 |
* | Unify, force one charset at connect, thus fixing | Andrey Hristov | 2010-09-22 | 6 | -12/+14 |
* | Test update for sql_mode = ansi | Ulf Wendel | 2010-09-22 | 1 | -2/+2 |
* | update tests | Andrey Hristov | 2010-09-22 | 1 | -0/+3 |
* | Trying to pimp gcov.php.net code coverage tests.. trying to cover mysqlnd co... | Ulf Wendel | 2010-09-20 | 1 | -33/+46 |
* | Align test to the style used in the other tests | Ulf Wendel | 2010-09-20 | 1 | -44/+74 |
* | No reason not to run the tests with libmysql. Its long, long ago that pconnec... | Ulf Wendel | 2010-09-20 | 8 | -28/+13 |
* | add test case for 52891 | Andrey Hristov | 2010-09-20 | 1 | -0/+127 |
* | Fix test | Ulf Wendel | 2010-09-15 | 1 | -2/+2 |
* | unify magic quotes handling. Also fix a problem which | Andrey Hristov | 2010-09-14 | 1 | -62/+20 |
* | Test for http://bugs.php.net/52221. Test will fail with mysqlnd but should pa... | Ulf Wendel | 2010-09-03 | 1 | -0/+170 |
* | Fix test failure. Add new test for MYSQLI_OPT_INT_AND_FLOAT_NATIVE mysqlnd fe... | Ulf Wendel | 2010-09-02 | 2 | -40/+160 |
* | Adding MYSQLI_OPT_SSL_VERIFY_SERVER_CERT for use with mysqli_options(). | Ulf Wendel | 2010-08-30 | 1 | -0/+4 |
* | Test for http://bugs.mysql.com/bug.php?id=49406, Binding params doesn't work ... | Ulf Wendel | 2010-08-26 | 1 | -0/+107 |
* | Added utf16 and utf32 support, as in MySQL 5.5, in mysqlnd. | Andrey Hristov | 2010-08-16 | 2 | -2/+3 |
* | Fix test, so it doesn't fail with MySQL 5.5, where InnoDB | Andrey Hristov | 2010-08-16 | 1 | -1/+1 |
* | detect easily which charset doesn't work | Andrey Hristov | 2010-08-16 | 1 | -9/+10 |
* | Fix for bug #52433 Call to undefined method mysqli::poll() | Andrey Hristov | 2010-08-13 | 2 | -0/+52 |
* | arginfo for mysqli, was too fast to commit in trunk instead of one | Andrey Hristov | 2010-07-07 | 6 | -87/+434 |
* | Fix for bug #52115 mysqli_result::fetch_all returns null, not an empty array | Andrey Hristov | 2010-06-18 | 1 | -2/+4 |
* | Fix the test for libmysql, which expects the certificates | Andrey Hristov | 2010-06-14 | 1 | -3/+2 |
* | Fixed bug #52082 (character_set_client & character_set_connection reset after | Andrey Hristov | 2010-06-14 | 1 | -0/+50 |
* | Fixing tests | Ulf Wendel | 2010-06-10 | 4 | -4/+4 |
* | Portability improvement | Ulf Wendel | 2010-06-08 | 1 | -2/+9 |
* | Portability improvements | Ulf Wendel | 2010-06-08 | 2 | -11/+20 |
* | More SQL strict mode updates | Ulf Wendel | 2010-06-08 | 8 | -20/+152 |
* | Making tests pass strict sql mode. | Ulf Wendel | 2010-06-08 | 6 | -132/+165 |
* | Fix test | Andrey Hristov | 2010-05-31 | 1 | -1/+1 |
* | Updating test to reflect the latest and more verbose mysqlnd error messages, ... | Ulf Wendel | 2010-05-31 | 1 | -7/+8 |
* | Fixing test - make sure it checks the same conditions for libmysql and mysqlnd | Ulf Wendel | 2010-05-31 | 1 | -4/+3 |