summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Collapse)AuthorAgeFilesLines
* Fix testUlf Wendel2011-11-231-6/+9
|
* 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.
* - Add missing include.Johannes Schlüter2011-11-141-1/+1
|
* Improving test to reflect latest API changesUlf Wendel2011-11-031-50/+73
|
* Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.Andrey Hristov2011-10-315-177/+50
| | | | | A step in the direction of keeping internal data private
* Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-255-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_apiAndrey Hristov2011-10-191-6/+6
|
* last stat fixAndrey Hristov2011-10-101-0/+2
|
* fix test after stat changeAndrey Hristov2011-10-101-0/+2
|
* fix another test after stat changeAndrey Hristov2011-10-101-0/+4
|
* fix testAndrey Hristov2011-10-101-0/+9
|
* fix testAndrey Hristov2011-10-101-0/+4
|
* fix testAndrey Hristov2011-10-101-0/+8
|
* null the value before usageAndrey Hristov2011-10-081-4/+3
|
* Add test caseAndrey Hristov2011-10-061-0/+20
|
* Be consistent, add mysqli::stat property, as equivalent of mysqli_stat().Andrey Hristov2011-10-061-0/+33
| | | | | Fix for Bug #55859 mysqli->stat property access gives error
* - Use the proper variable here.Johannes Schlüter2011-09-211-1/+1
|
* Fix Bug #55703(PHP crash when calling mysqli_fetch_fields) Xinchen Hui2011-09-171-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 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.
* Fixed Bug #55653(PS crash with libmysql when binding same variable as param ↵Xinchen Hui2011-09-101-1/+1
| | | | | | | and out) Actually this caused by attempt to efree a INTERNED string
* Bug #55653Ulf Wendel2011-09-091-0/+36
|
* Fix skipifs to match other tests for the case when connection failsChristopher Jones2011-09-084-6/+16
|
* - Use myslqnd by default when MySQL extensions are activated but no path givenJohannes Schlüter2011-09-071-9/+5
|
* Fix problems with the unbuffered set detection, for libmysql, which resultedAndrey Hristov2011-09-062-3/+2
| | | | | in always true. Thanks Stas.
* More parenthesis, credits to Nikita PopovUlf Wendel2011-09-061-1/+1
|
* BORK hunting - Fixing SKIPIFUlf Wendel2011-09-061-1/+1
|
* Fix SKIPIFUlf Wendel2011-09-062-5/+8
|
* Prevent NoticeUlf Wendel2011-09-061-1/+1
|
* use DBUG_ON flag for checking debugStanislav Malyshev2011-09-061-3/+3
| | | | | # Some libmysql builds don't define DBUG_OFF and non-debug builds are more frequent
* this tests looks mysqlnd onlyStanislav Malyshev2011-09-061-1/+2
|
* No more test failure for libmysql, http://news.php.net/php.internals/55210Ulf Wendel2011-09-051-1/+11
|
* Fix for Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when ↵Andrey Hristov2011-09-055-2/+45
| | | | mysqlnd is used
* Fix #ifdef for mixed builds (ext/mysql using myslqnd, mysqli using libmysql)Johannes Schlüter2011-09-051-1/+1
|
* test fixesStanislav Malyshev2011-09-041-1/+1
|
* Hopefully, this is an even better way to check for InnoDB support as of ↵Ulf Wendel2011-09-021-1/+6
| | | | MySQL 5.6.1
* As of MySQL 5.6.1 the server variable have_innodb is no more. Updating ↵Ulf Wendel2011-09-0210-117/+64
| | | | InnoDB check...
* MySQL 5.6 updateUlf Wendel2011-09-022-2/+3
|
* Make test work with database other than "test".Daniel Convissor2011-09-011-2/+1
|
* Check for LOAD DATA support during SKIPIFUlf Wendel2011-09-011-6/+19
|
* Fix test. First element within the parantheses is a SQL status code. Should ↵Ulf Wendel2011-09-011-1/+1
| | | | please gcov
* Fixing tests debug outputUlf Wendel2011-09-011-7/+10
|
* Check if MySQL server supports SSL and, if using mysqlnd, check if PHP ↵Ulf Wendel2011-09-012-6/+55
| | | | streams will support SSL
* - Fix TSRM buildJohannes Schlüter2011-09-011-1/+1
|
* Simplify mysqlnd debug trace marginally for debuggingUlf Wendel2011-09-012-2/+10
|
* Hack around http://bugs.mysql.com/62320Ulf Wendel2011-09-011-1/+1
|