Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year~ | Xinchen Hui | 2013-01-01 | 15 | -15/+15 |
| | |||||
* | dos2unix & skip on connect fail | Xinchen Hui | 2012-12-17 | 1 | -33/+34 |
| | |||||
* | Need connect.inc here | Rasmus Lerdorf | 2012-12-13 | 1 | -0/+1 |
| | |||||
* | Fix broken test | Rasmus Lerdorf | 2012-12-13 | 1 | -1/+1 |
| | | | | | Need to use the configured connection parameters here. We can't assume the test user has access. | ||||
* | Fixed bug #63398 (Segfault when polling closed link) | Xinchen Hui | 2012-11-30 | 2 | -2/+42 |
| | |||||
* | Cover have_ssl=NO and have_ssl=DISABLED | ULF WENDEL | 2012-09-29 | 2 | -4/+4 |
| | |||||
* | Minor changes for MySQL 5.6 | ULF WENDEL | 2012-09-29 | 3 | -3/+9 |
| | |||||
* | Remove executable permission on inc | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
| | |||||
* | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 4 | -0/+0 |
| | |||||
* | Correct PHP version | Xinchen Hui | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | Fixed bug #62885 (mysqli_poll - Segmentation fault) | Xinchen Hui | 2012-08-22 | 2 | -0/+31 |
| | |||||
* | Fix for bug#62046 | andrey | 2012-05-16 | 1 | -0/+40 |
| | | | | | | | | | | | | Bug#62046 mysqli@mysqlnd can't iterate over stored sets after call to mysqli_stmt_reset(). Stmt's state was changed to STMT_PREPARED and leads the driver to think that the stmt was just prepared. Because result set exist also for only prepared but not executed sets, the check for stmt->result isn't any good. There is a result set, because as response for COM_PREPARE the server sends metadata and metadata is part of a result set. After COM_EXECUTE the server sends metadata again, which could be different and in this case more correct. | ||||
* | Test for MySQL version.Variable is deprecated in MySQL 5.6. | Ulf Wendel | 2012-03-14 | 1 | -22/+24 |
| | |||||
* | Use correct property ctor, should fix threading issue in bug #55334 | Johannes Schlüter | 2012-03-08 | 1 | -1/+1 |
| | | | | | # The code was refactored in 5_4/trunk, no need to merge | ||||
* | Fix bug #61003 mysql_stat() require a valid connection | Johannes Schlüter | 2012-03-06 | 1 | -0/+4 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 15 | -15/+15 |
| | |||||
* | fix for 5.5.19 | Andrey Hristov | 2011-12-14 | 1 | -1/+1 |
| | |||||
* | another fix | Andrey Hristov | 2011-12-14 | 1 | -1/+1 |
| | |||||
* | fix test | Andrey Hristov | 2011-12-14 | 1 | -1/+1 |
| | |||||
* | fix test | Andrey Hristov | 2011-12-14 | 1 | -1/+1 |
| | |||||
* | fix typo | Andrey Hristov | 2011-12-14 | 1 | -1/+1 |
| | |||||
* | fix test | Andrey Hristov | 2011-12-14 | 1 | -2/+2 |
| | |||||
* | Good to fix something, but don't forget to update tests | Ulf Wendel | 2011-11-23 | 1 | -0/+4 |
| | |||||
* | Good to fix something, but don't forget to update tests | Ulf Wendel | 2011-11-23 | 2 | -39/+52 |
| | |||||
* | Always good to fix something, but don't forget to update tests | Ulf Wendel | 2011-11-23 | 1 | -0/+9 |
| | |||||
* | Fix test | Ulf Wendel | 2011-11-23 | 1 | -5/+10 |
| | |||||
* | Message can vary depending on server version | Ulf Wendel | 2011-11-23 | 2 | -4/+4 |
| | |||||
* | Skipping with libmysql. If a documentation points to more or less ↵ | Ulf Wendel | 2011-11-22 | 3 | -0/+9 |
| | | | | unmaintained wiki contents, I take it as a request to stop testing a feature. Can't tell if I get false positive, hit a bug or not. This is not libmysql testing. Its PHP MySQL API testing. | ||||
* | - Add missing include. | Johannes Schlüter | 2011-11-14 | 1 | -1/+1 |
| | |||||
* | Improving test to reflect latest API changes | Ulf Wendel | 2011-11-03 | 1 | -43/+80 |
| | |||||
* | null the value before usage | Andrey Hristov | 2011-10-08 | 1 | -4/+3 |
| | |||||
* | Add test case | Andrey Hristov | 2011-10-06 | 1 | -0/+20 |
| | |||||
* | Be consistent, add mysqli::stat property, as equivalent of mysqli_stat(). | Andrey Hristov | 2011-10-06 | 1 | -0/+33 |
| | | | | | Fix for Bug #55859 mysqli->stat property access gives error | ||||
* | Fix Bug #55703(PHP crash when calling mysqli_fetch_fields) | Xinchen Hui | 2011-09-17 | 1 | -1/+6 |
| | | | | | Since the catalog values always is "def" now, see http://dev.mysql.com/doc/refman/5.0/en/c-api-data-structures.html | ||||
* | This should please gcov.php.net which hits error 1044 instead of 1049. | Ulf Wendel | 2011-09-12 | 1 | -2/+10 |
| | |||||
* | Fix typo. | Ulf Wendel | 2011-09-12 | 1 | -1/+1 |
| | |||||
* | Minor issue. Seems to fail the same way on various PHP + MySQL combinations. ↵ | Ulf Wendel | 2011-09-12 | 1 | -3/+4 |
| | | | | Setting XFAIL until we fix it. | ||||
* | Hits libmysql/MySQL bug, works with mysqlnd | Ulf Wendel | 2011-09-12 | 1 | -0/+3 |
| | |||||
* | Those will fail with MySQL 5.5. Running them because they have unveiled a ↵ | Ulf Wendel | 2011-09-12 | 2 | -0/+4 |
| | | | | crash, which has been fixed already. Setting to XFAIL, need to be decide if and/or how the functionality shall be supported. | ||||
* | Bug #55653 | Ulf Wendel | 2011-09-09 | 1 | -0/+36 |
| | |||||
* | Fix skipifs to match other tests for the case when connection fails | Christopher Jones | 2011-09-08 | 4 | -8/+18 |
| | |||||
* | Fix problems with the unbuffered set detection, for libmysql, which resulted | Andrey Hristov | 2011-09-06 | 1 | -2/+2 |
| | | | | | in always true. Thanks Stas. | ||||
* | More parenthesis, credits to Nikita Popov | Ulf Wendel | 2011-09-06 | 1 | -1/+1 |
| | |||||
* | BORK hunting - Fixing SKIPIF | Ulf Wendel | 2011-09-06 | 1 | -1/+1 |
| | |||||
* | Fix SKIPIF | Ulf Wendel | 2011-09-06 | 2 | -5/+8 |
| | |||||
* | Prevent Notice | Ulf Wendel | 2011-09-06 | 1 | -1/+1 |
| | |||||
* | No more test failure for libmysql, http://news.php.net/php.internals/55210 | Ulf Wendel | 2011-09-05 | 1 | -1/+11 |
| | |||||
* | Fix for Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when ↵ | Andrey Hristov | 2011-09-05 | 4 | -1/+44 |
| | | | | mysqlnd is used | ||||
* | Hopefully, this is an even better way to check for InnoDB support as of ↵ | Ulf Wendel | 2011-09-02 | 1 | -1/+6 |
| | | | | MySQL 5.6.1 | ||||
* | As of MySQL 5.6.1 the server variable have_innodb is no more. Updating ↵ | Ulf Wendel | 2011-09-02 | 10 | -118/+81 |
| | | | | InnoDB check... |