summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests
Commit message (Collapse)AuthorAgeFilesLines
* typo fixesVeres Lajos2013-07-153-4/+4
|
* Fixed segfault in mysqlnd when doing long prepareAndrey Hristov2013-07-081-0/+50
|
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | * pull-request/341: (23 commits) typofixes
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-04-271-2/+2
|\
| * Also fixed bug #64726 in 5.3Xinchen Hui2013-04-271-2/+2
| |
* | Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB ↵Xinchen Hui2013-04-271-1/+1
| | | | | | | | pointer has closed)
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-04-271-0/+23
|\ \ | |/
| * Fix memory realted to #64726Xinchen Hui2013-04-271-0/+23
| |
* | MySQL 5.6 EXPIRE PASSWORD flag testsULF WENDEL2013-01-102-0/+149
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-12-171-33/+34
|\ \ | |/
| * dos2unix & skip on connect failXinchen Hui2012-12-171-33/+34
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Rasmus Lerdorf2012-12-131-0/+1
|\ \ | |/
| * Need connect.inc hereRasmus Lerdorf2012-12-131-0/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Rasmus Lerdorf2012-12-131-1/+1
|\ \ | |/
| * Fix broken testRasmus Lerdorf2012-12-131-1/+1
| | | | | | | | | | Need to use the configured connection parameters here. We can't assume the test user has access.
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-301-0/+34
|\ \ | |/
| * Fixed bug #63398 (Segfault when polling closed link)Xinchen Hui2012-11-301-0/+34
| |
* | Merge branch 'PHP-5.3' into PHP-5.4ULF WENDEL2012-09-292-4/+4
|\ \ | |/ | | | | | | * PHP-5.3: Cover have_ssl=NO and have_ssl=DISABLED
| * Cover have_ssl=NO and have_ssl=DISABLEDULF WENDEL2012-09-292-4/+4
| |
* | Merge branch 'PHP-5.3' into PHP-5.4ULF WENDEL2012-09-293-3/+9
|\ \ | |/ | | | | | | | | | | | | | | * PHP-5.3: Minor changes for MySQL 5.6 NEWS for 76601c4 Conflicts: NEWS
| * Minor changes for MySQL 5.6ULF WENDEL2012-09-293-3/+9
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
|\ \ | |/
| * Remove executable permission on incXinchen Hui2012-10-101-0/+0
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-104-0/+0
|\ \ | |/
| * Remove executable permission on phptXinchen Hui2012-10-104-0/+0
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-221-0/+26
|\ \ | |/
| * Fixed bug #62885 (mysqli_poll - Segmentation fault)Xinchen Hui2012-08-221-0/+26
| |
* | Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-301-1/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4andrey2012-05-161-0/+40
|\ \ | |/ | | | | | | | | | | Conflicts: ext/mysqlnd/mysqlnd_ps.c merge fix for bug#62046
| * Fix for bug#62046andrey2012-05-161-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 Wendel2012-03-141-22/+24
| |
| * fix for 5.5.19Andrey Hristov2011-12-141-1/+1
| |
| * another fixAndrey Hristov2011-12-141-1/+1
| |
| * fix testAndrey Hristov2011-12-141-1/+1
| |
| * fix testAndrey Hristov2011-12-141-1/+1
| |
| * fix typoAndrey Hristov2011-12-141-1/+1
| |
| * fix testAndrey Hristov2011-12-141-2/+2
| |
| * Good to fix something, but don't forget to update testsUlf Wendel2011-11-231-0/+4
| |
| * Good to fix something, but don't forget to update testsUlf Wendel2011-11-232-39/+52
| |
| * Always good to fix something, but don't forget to update testsUlf Wendel2011-11-231-0/+9
| |
| * Fix testUlf Wendel2011-11-231-5/+10
| |
| * Message can vary depending on server versionUlf Wendel2011-11-232-4/+4
| |
| * Skipping with libmysql. If a documentation points to more or less ↵Ulf Wendel2011-11-223-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 changesUlf Wendel2011-11-031-43/+80
| |
| * Add test caseAndrey Hristov2011-10-061-0/+20
| |
| * This should please gcov.php.net which hits error 1044 instead of 1049.Ulf Wendel2011-09-121-2/+10
| |
| * Fix typo.Ulf Wendel2011-09-121-1/+1
| |
| * Minor issue. Seems to fail the same way on various PHP + MySQL combinations. ↵Ulf Wendel2011-09-121-3/+4
| | | | | | | | Setting XFAIL until we fix it.
| * Hits libmysql/MySQL bug, works with mysqlndUlf Wendel2011-09-121-0/+3
| |
| * Those will fail with MySQL 5.5. Running them because they have unveiled a ↵Ulf Wendel2011-09-122-0/+4
| | | | | | | | crash, which has been fixed already. Setting to XFAIL, need to be decide if and/or how the functionality shall be supported.