Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test | Ulf Wendel | 2011-11-23 | 1 | -6/+9 |
| | |||||
* | 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. | ||||
* | Improving test to reflect latest API changes | Ulf Wendel | 2011-11-03 | 1 | -50/+73 |
| | |||||
* | last stat fix | Andrey Hristov | 2011-10-10 | 1 | -0/+2 |
| | |||||
* | fix test after stat change | Andrey Hristov | 2011-10-10 | 1 | -0/+2 |
| | |||||
* | fix another test after stat change | Andrey Hristov | 2011-10-10 | 1 | -0/+4 |
| | |||||
* | fix test | Andrey Hristov | 2011-10-10 | 1 | -0/+9 |
| | |||||
* | fix test | Andrey Hristov | 2011-10-10 | 1 | -0/+4 |
| | |||||
* | fix test | Andrey Hristov | 2011-10-10 | 1 | -0/+8 |
| | |||||
* | Add test case | Andrey Hristov | 2011-10-06 | 1 | -0/+20 |
| | |||||
* | 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 | -6/+16 |
| | |||||
* | Fix problems with the unbuffered set detection, for libmysql, which resulted | Andrey Hristov | 2011-09-06 | 1 | -1/+0 |
| | | | | | 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 |
| | |||||
* | this tests looks mysqlnd only | Stanislav Malyshev | 2011-09-06 | 1 | -1/+2 |
| | |||||
* | 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 | 1 | -0/+41 |
| | | | | mysqlnd is used | ||||
* | test fixes | Stanislav Malyshev | 2011-09-04 | 1 | -1/+1 |
| | |||||
* | 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 | -117/+64 |
| | | | | InnoDB check... | ||||
* | MySQL 5.6 update | Ulf Wendel | 2011-09-02 | 2 | -2/+3 |
| | |||||
* | Make test work with database other than "test". | Daniel Convissor | 2011-09-01 | 1 | -2/+1 |
| | |||||
* | Check for LOAD DATA support during SKIPIF | Ulf Wendel | 2011-09-01 | 1 | -6/+19 |
| | |||||
* | Fix test. First element within the parantheses is a SQL status code. Should ↵ | Ulf Wendel | 2011-09-01 | 1 | -1/+1 |
| | | | | please gcov | ||||
* | Fixing tests debug output | Ulf Wendel | 2011-09-01 | 1 | -7/+10 |
| | |||||
* | Check if MySQL server supports SSL and, if using mysqlnd, check if PHP ↵ | Ulf Wendel | 2011-09-01 | 2 | -6/+55 |
| | | | | streams will support SSL | ||||
* | Simplify mysqlnd debug trace marginally for debugging | Ulf Wendel | 2011-09-01 | 2 | -2/+10 |
| | |||||
* | Hack around http://bugs.mysql.com/62320 | Ulf Wendel | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Please, whenever changing the mysqli API update the tests. Don't wait for me ↵ | Ulf Wendel | 2011-08-31 | 1 | -0/+3 |
| | | | | to catch up. | ||||
* | New utility function to check for '[1148] The used command is not allowed ↵ | Ulf Wendel | 2011-08-31 | 20 | -181/+125 |
| | | | | with this MySQL version' during SKIPIF | ||||
* | Check if server supports LOAD DATA LOCAL INFILE to catch [1148] The used ↵ | Ulf Wendel | 2011-08-31 | 2 | -0/+40 |
| | | | | command is not allowed with this MySQL version during SKIPIF | ||||
* | Let's do more than hope (as per the comment in the test code) that we | Rasmus Lerdorf | 2011-08-29 | 1 | -1/+3 |
| | | | | | | don't hit the memory limit, let's disable the limit for this test since the limit is getting hit by many people | ||||
* | The link error on an out-of-sync command doesn't start with 0 | Rasmus Lerdorf | 2011-08-29 | 1 | -1/+1 |
| | | | | | uwe/andrey please double-check | ||||
* | MySQL 5.6 fractional seconds and PS | Ulf Wendel | 2011-08-12 | 2 | -0/+5 |
| | |||||
* | Andrey, please have a look. Not sure if the test is correct, e.g. MySQL ↵ | Ulf Wendel | 2011-08-12 | 1 | -0/+125 |
| | | | | 5.5.3+ really needed? | ||||
* | Andrey, please have a look. This should not cause errors. | Ulf Wendel | 2011-08-12 | 1 | -0/+75 |
| | |||||
* | Fix for bug #55283 SSL options set by mysqli_ssl_set ignored for MySQLi ↵ | Andrey Hristov | 2011-08-05 | 1 | -0/+55 |
| | | | | persistent connections | ||||
* | Add mysqli_error_list() that returns an array with errors. Typically only | Andrey Hristov | 2011-08-04 | 11 | -4/+55 |
| | | | | | | | | one and just one for libmysql. mysqlnd can return generate more than one error during its work and with mysqli_error() only the last error is being reported. In the array returned by mysqli_error_list() / $mysqli->error_list, all errors will be found. The list is reset when the next command is executed | ||||
* | Double check if line is sill usable and connected to last successfully ↵ | Ulf Wendel | 2011-07-26 | 1 | -5/+17 |
| | | | | selected db. | ||||
* | Check what happens if switching DB via API fails. Expected: no change of ↵ | Ulf Wendel | 2011-07-26 | 1 | -2/+20 |
| | | | | current DB/schema. | ||||
* | Test update. 5.4+ is more verbose. | Ulf Wendel | 2011-07-25 | 1 | -1/+15 |
| |