summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/connect.inc
Commit message (Expand)AuthorAgeFilesLines
* Annother attempt at fixing the mysqli_fetch_field testsNikita Popov2012-08-171-93/+0
* More parenthesis, credits to Nikita PopovUlf Wendel2011-09-061-1/+1
* Prevent NoticeUlf Wendel2011-09-061-1/+1
* Hopefully, this is an even better way to check for InnoDB support as of MySQL...Ulf Wendel2011-09-021-1/+6
* As of MySQL 5.6.1 the server variable have_innodb is no more. Updating InnoDB...Ulf Wendel2011-09-021-0/+24
* Test update. 5.4+ throws a catchable fatal error, 5.3 does not.Ulf Wendel2011-07-251-1/+17
* Let's try not to have 'uft8'-only tests and avoid setting the charset upon co...Ulf Wendel2010-09-231-2/+95
* Unify, force one charset at connect, thus fixingAndrey Hristov2010-09-221-0/+2
* Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sockAndrey Hristov2010-03-261-1/+3
* Using require[_once] instead of include. Adding logic to connect.inc to detec...Ulf Wendel2009-10-191-37/+42
* Replacing MYSQL_TEST_COMPRESS env var with more generic MYSQL_TEST_CONNECT_FL...Ulf Wendel2009-09-251-20/+20
* Proxying as many connect calls as possible to make testing of the compression...Ulf Wendel2009-09-241-0/+52
* Fixing mysqlnd version test to run some four previously skipped tests. There ...Ulf Wendel2009-07-061-1/+20
* Trying to make them not fail but skip if they cannot connect to the DB.Ulf Wendel2007-10-121-2/+3
* Primarily whitespace/CS - synching with mysqlnd SVN repositoryUlf Wendel2007-07-231-36/+36
* Starting to merge the latest set of ext/mysqli tests from the mysqlndUlf Wendel2007-07-121-11/+51
* added unicode support for mysqli extensionGeorg Richter2006-09-261-18/+8
* make sure embedded server is correctly initializedHartmut Holzgraefe2006-07-111-1/+2
* Slightly more reliable current path detection.Ilia Alshanetsky2005-06-221-1/+1
* - We skip tests when the extension is not loaded..in the php.inifoobar2005-05-091-4/+0
* also test shared buildsAndrey Hristov2005-05-091-0/+3
* fixed compile bug under Windows (libmysql.def currently doesn't export mysql_...Georg Richter2005-01-081-2/+0
* Added new classes:Georg Richter2005-01-071-3/+19
* include file for testGeorg Richter2003-02-131-0/+10