Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed MarinaDB support | Dmitry Stogov | 2014-06-20 | 1 | -1/+1 |
| | |||||
* | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| | |||||
* | Using require[_once] instead of include. Adding logic to connect.inc to ↵ | Ulf Wendel | 2009-10-19 | 1 | -2/+1 |
| | | | | detect multiple inclusions of connect.inc which leads to a Fatal error because of my_mysqli_connect() function redefinition. Some tests did include connect.inc twice -> run-tests - even the one from trunk - did not detect Fatal error in SKIPIF -> false-positive test result... | ||||
* | Proxying as many connect calls as possible to make testing of the ↵ | Ulf Wendel | 2009-09-24 | 1 | -3/+3 |
| | | | | compression protocol @ mysqlnd easier. By setting the environment variable MYSQL_TEST_COMPRESS you can tell the tests to set the MYSQLI_CLIENT_COMPRESS flag upon connect. | ||||
* | Adding new tests mysqli_d*.phpt mysqli_e*.phpt mysqli_f*.phpt | Ulf Wendel | 2007-10-10 | 1 | -0/+115 |