Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decouple the methods in MYSQLND_STMT from the data, | Andrey Hristov | 2010-03-16 | 3 | -3/+5 |
| | | | | | | | | needed to move to a new structure MYSQLND_STMT. Makes the code cleaner and less error-prone. Also fix PDO/MySQL which directly touch mysqlnd internals instead of using API calls. | ||||
* | allow persistency of PS | Andrey Hristov | 2010-03-12 | 1 | -5/+3 |
| | |||||
* | revert 293939 Fixed bug #50636 (MySQLi_Result sets values before calling | Johannes Schlüter | 2010-02-11 | 2 | -37/+1 |
| | | | | | constructor) | ||||
* | No idea which recent change has cause this little API change, however it is ↵ | Ulf Wendel | 2010-02-02 | 2 | -4/+4 |
| | | | | not a big change and maybe it is even an improvement. | ||||
* | Tests related to #50727 | Ulf Wendel | 2010-02-01 | 1 | -0/+282 |
| | |||||
* | Fix for bug#50772 | Andrey Hristov | 2010-01-25 | 4 | -4/+53 |
| | | | | | mysqli constructor without parameters does not return a working mysqli object | ||||
* | Fix build of mysqli when libmysql is used, mysqlnd_portability.h | Andrey Hristov | 2010-01-14 | 4 | -2/+69 |
| | | | | | | | | might not be available for some weird reasons. Added the macros that we need, in that case Code by Jess Portnoy | ||||
* | Updating test to new libmysql feature set (first introduced in MySQL 6.0 but ↵ | Ulf Wendel | 2010-01-04 | 1 | -1/+3 |
| | | | | now backported to MySQL 5.5). | ||||
* | Fixing test | Ulf Wendel | 2010-01-04 | 1 | -5/+6 |
| | |||||
* | Tweaking test. Andrey, you once requested such a test, please have a look if ↵ | Ulf Wendel | 2010-01-04 | 1 | -11/+26 |
| | | | | it does exactly what you want it to do. | ||||
* | The internal zval cache has been removed and not been reintroduced... remove ↵ | Ulf Wendel | 2010-01-04 | 3 | -216/+1 |
| | | | | corresponding test code | ||||
* | Fixed bug #50636 (MySQLi_Result sets values before calling constructor) | Pierrick Charron | 2010-01-03 | 2 | -1/+37 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 13 | -13/+13 |
| | |||||
* | Unify. The typedef-ed structs in mysqlnd are always capitalized. | Andrey Hristov | 2009-12-23 | 2 | -2/+2 |
| | |||||
* | Test for what Andrey has found with 16M packets | Ulf Wendel | 2009-12-17 | 1 | -0/+93 |
| | |||||
* | Remove stub code which never actually was used for anything. | Andrey Hristov | 2009-12-09 | 2 | -12/+0 |
| | | | | | Things like this can be built on top of the core. | ||||
* | Remove the zval caching from mysqlnd. It was disabled versions ago | Andrey Hristov | 2009-12-09 | 3 | -34/+3 |
| | | | | | | due to problems on windows, which were not debugged. Better have code that is disabled not in the core. | ||||
* | Remove disabled code - threaded fetching. This can be implemented | Andrey Hristov | 2009-12-09 | 3 | -26/+1 |
| | | | | | | on a upper level and by offloading it we reduce the complexity of the core. | ||||
* | Adapting tests to accept actual behaviour found in 5.2, 5.3 and 6.0. The ↵ | Ulf Wendel | 2009-12-09 | 4 | -6/+6 |
| | | | | behaviour is wrong according to the documentation: mysqli_connect_error() should return an empty string (not NULL), if there is no error. However, changing this would break BC and most users will not notice the difference between NULL and empty string anyway. | ||||
* | Fix broken build. | Rasmus Lerdorf | 2009-12-01 | 1 | -0/+2 |
| | | | | | This constant is not in older versions of MySQL. | ||||
* | Fix for bug #49098 | Rasmus Lerdorf | 2009-11-12 | 1 | -1/+5 |
| | |||||
* | mysqli won't accept empty string for socket, skip test of ↵ | Ulf Wendel | 2009-11-04 | 1 | -13/+19 |
| | | | | mysqli.default_socket if test run does not use socket | ||||
* | Fix for bug #49965 . Let mysqli_options() try to cast option values to the ↵ | Ulf Wendel | 2009-11-03 | 2 | -5/+81 |
| | | | | appropriate type. | ||||
* | Fixing stats, updating test to accept new stats | Ulf Wendel | 2009-10-22 | 1 | -1/+5 |
| | |||||
* | There subtle differences between Linux and Win. mysqlnd is a bit more ↵ | Ulf Wendel | 2009-10-21 | 1 | -4/+4 |
| | | | | verbose on Win... silencing to make the test pass | ||||
* | Making test a bit more portable | Ulf Wendel | 2009-10-20 | 1 | -6/+10 |
| | |||||
* | Fixing test | Ulf Wendel | 2009-10-20 | 1 | -14/+18 |
| | |||||
* | libmysql is still 'buggy' - skip test with libmysql | Ulf Wendel | 2009-10-20 | 1 | -2/+5 |
| | |||||
* | Well, hacking around to cope with mysql version specific behaviour if using ↵ | Ulf Wendel | 2009-10-20 | 1 | -4/+37 |
| | | | | libmysql... | ||||
* | Skipping tests if InnoDB is available but disabled. I wonder what InnoDB ↵ | Ulf Wendel | 2009-10-20 | 2 | -4/+6 |
| | | | | status comes next... | ||||
* | Fixing typo in SKIPIF and partly skipping tests if using remote MySQL ↵ | Ulf Wendel | 2009-10-20 | 16 | -16/+16 |
| | | | | because LOAD LOCAL INFILE will fail | ||||
* | Using require[_once] instead of include. Adding logic to connect.inc to ↵ | Ulf Wendel | 2009-10-19 | 258 | -395/+367 |
| | | | | 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... | ||||
* | mysqlnd is a bit more verbose than libmysql - silence mysqlnd here for ↵ | Ulf Wendel | 2009-10-19 | 1 | -2/+13 |
| | | | | easier comparison of test results. | ||||
* | MySQL server and metadata - a sad story... trying to make the test pass with ↵ | Ulf Wendel | 2009-10-19 | 1 | -4/+4 |
| | | | | a few more server versions | ||||
* | Fixing host info for TCP/IP and aligning mysqlnd and libmysql | Ulf Wendel | 2009-10-19 | 1 | -0/+5 |
| | |||||
* | Extending mysqlnd statistics/monitoring. Now counting COM_* commands. | Ulf Wendel | 2009-10-16 | 1 | -1/+59 |
| | |||||
* | Making mysqlnd emit no warnings when fetching pooled persistent connections ↵ | Ulf Wendel | 2009-10-15 | 3 | -1/+4 |
| | | | | that have timed out or are unusable for any other reason - bug #49761 | ||||
* | Fixing problems when calling connect (again and again) on a valid connection ↵ | Ulf Wendel | 2009-10-15 | 7 | -55/+283 |
| | | | | handle. Most of the patch comes from Andrey. | ||||
* | Updating test because of http://news.php.net/php.cvs/60561 | Ulf Wendel | 2009-10-01 | 1 | -2/+2 |
| | |||||
* | Fixing test | Ulf Wendel | 2009-09-29 | 1 | -3/+5 |
| | |||||
* | Fixing test | Ulf Wendel | 2009-09-28 | 1 | -1/+1 |
| | |||||
* | Trying to respect time limit to please Andrey who must be using slooow ↵ | Ulf Wendel | 2009-09-25 | 1 | -5/+55 |
| | | | | hardware... | ||||
* | Fix mysqli_stmt_attr_set in libmysql mode. | Andrey Hristov | 2009-09-25 | 2 | -3/+3 |
| | | | | | | | mysql_stmt_attr_set returns my_bool instead of int. If it was int, then 0 is success and !0 is failure, but for my_bool 0 (FALSE) is failure and !0 is success. | ||||
* | Fix a crash in the rare case when a persistent connection | Andrey Hristov | 2009-09-25 | 1 | -1/+1 |
| | | | | | | is found dead, after CHNG_USER. mysql->mysql will be NULL and segfault will follow. | ||||
* | Large package to check how compression handles package queues. | Ulf Wendel | 2009-09-25 | 1 | -0/+100 |
| | |||||
* | Remove unused variable | Andrey Hristov | 2009-09-25 | 1 | -1/+0 |
| | |||||
* | Replacing MYSQL_TEST_COMPRESS env var with more generic ↵ | Ulf Wendel | 2009-09-25 | 4 | -29/+29 |
| | | | | MYSQL_TEST_CONNECT_FLAGS to be able to test all connection flags. Fixing some test. | ||||
* | Fix error code checking for mysql_stmt_attr_set. There | Andrey Hristov | 2009-09-25 | 1 | -1/+5 |
| | | | | | is a test that checks this. | ||||
* | Proxying as many connect calls as possible to make testing of the ↵ | Ulf Wendel | 2009-09-24 | 206 | -429/+478 |
| | | | | 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. | ||||
* | Fixing test | Ulf Wendel | 2009-09-24 | 1 | -7/+5 |
| |