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. | ||||
* | - 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 | -50/+73 |
| | |||||
* | Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA. | Andrey Hristov | 2011-10-31 | 5 | -177/+50 |
| | | | | | A step in the direction of keeping internal data private | ||||
* | Move from directly referencing an aggregated structure to using a | Andrey Hristov | 2011-10-25 | 5 | -17/+19 |
| | | | | | | pointer to a structure. The structure is still aggregated but we add a level of indirection for possible plugins to overwrite the storage | ||||
* | api_ext to reverse_api | Andrey Hristov | 2011-10-19 | 1 | -6/+6 |
| | |||||
* | 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 |
| | |||||
* | 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 | ||||
* | - Use the proper variable here. | Johannes Schlüter | 2011-09-21 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Fixed Bug #55653(PS crash with libmysql when binding same variable as param ↵ | Xinchen Hui | 2011-09-10 | 1 | -1/+1 |
| | | | | | | | and out) Actually this caused by attempt to efree a INTERNED string | ||||
* | 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 |
| | |||||
* | - Use myslqnd by default when MySQL extensions are activated but no path given | Johannes Schlüter | 2011-09-07 | 1 | -9/+5 |
| | |||||
* | Fix problems with the unbuffered set detection, for libmysql, which resulted | Andrey Hristov | 2011-09-06 | 2 | -3/+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 |
| | |||||
* | use DBUG_ON flag for checking debug | Stanislav Malyshev | 2011-09-06 | 1 | -3/+3 |
| | | | | | # Some libmysql builds don't define DBUG_OFF and non-debug builds are more frequent | ||||
* | 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 | 5 | -2/+45 |
| | | | | mysqlnd is used | ||||
* | Fix #ifdef for mixed builds (ext/mysql using myslqnd, mysqli using libmysql) | Johannes Schlüter | 2011-09-05 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | - Fix TSRM build | Johannes Schlüter | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | 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 |
| |