| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 14 | -14/+14 |
* | Merge from 5_3. Fixing 32 vs. 64bit issue. | Ulf Wendel | 2007-12-28 | 1 | -8/+21 |
* | Merge from 5_3 - MySQL 6.0 SQL fixes | Ulf Wendel | 2007-12-28 | 2 | -22/+57 |
* | Remove RPL functions. They were always experimental and lead to crashes. | Andrey Hristov | 2007-12-28 | 10 | -485/+1 |
* | Sync from 5_3. Cutting off a few edges: | Ulf Wendel | 2007-12-28 | 1 | -21/+35 |
* | Fix for bug #42548 "PROCEDURE xxx can't return a result set" | Hartmut Holzgraefe | 2007-12-25 | 2 | -0/+53 |
* | Fix crashes with pconn (merge from 5_3) | Andrey Hristov | 2007-11-09 | 4 | -87/+37 |
* | Fix bug headers | Jani Taskinen | 2007-10-30 | 2 | -4/+4 |
* | - Fixed invalid handling of float value passed to an integer field on 64bit m... | Jani Taskinen | 2007-10-29 | 1 | -1/+6 |
* | fix test | Jani Taskinen | 2007-10-29 | 1 | -1/+1 |
* | Fix the build, the w32 files should look like in 5_3 | Andrey Hristov | 2007-10-23 | 1 | -31/+29 |
* | commit lost part of the patch | Antony Dovgal | 2007-10-17 | 1 | -1/+2 |
* | use correct dtor and variable for the callback | Antony Dovgal | 2007-10-17 | 2 | -5/+4 |
* | use zval_dtor() instead of efree() + FREE_ZVAL() | Antony Dovgal | 2007-10-16 | 1 | -2/+1 |
* | MFB: Fix bug due to shadowing of variables. This one is pretty-pretty rare, | Andrey Hristov | 2007-10-16 | 1 | -2/+2 |
* | Now HEAD should be fine: skip test (by default), if DB connect fails. | Ulf Wendel | 2007-10-12 | 1 | -0/+1 |
* | Fixing test. | Ulf Wendel | 2007-10-12 | 1 | -0/+2 |
* | Trying to make them not fail but skip if they cannot connect to the DB. | Ulf Wendel | 2007-10-12 | 12 | -3/+14 |
* | Fixing tests. | Ulf Wendel | 2007-10-12 | 2 | -5/+9 |
* | Should be the last commit for HEAD. Now HEAD and 5_3 should have the latest | Ulf Wendel | 2007-10-10 | 2 | -0/+345 |
* | More changes = synching HEAD with 5_3 | Ulf Wendel | 2007-10-10 | 28 | -103/+564 |
* | Commiting changes into HEAD = synching with 5_3 | Ulf Wendel | 2007-10-10 | 12 | -134/+176 |
* | More updates to the ext/mysqli tests in HEAD = synching with 5_3 | Ulf Wendel | 2007-10-10 | 29 | -15/+3177 |
* | Adding new tests = making sure we're in sync with the 5_3 branch | Ulf Wendel | 2007-10-10 | 16 | -7/+1459 |
* | MFB: Move declarations from the public header file. | Andrey Hristov | 2007-10-08 | 2 | -121/+121 |
* | Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 2 | -6/+6 |
* | Update mysqlnd in HEAD | Andrey Hristov | 2007-10-02 | 9 | -108/+295 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 6 | -15/+15 |
* | fix typo in tmp file path | Nuno Lopes | 2007-08-11 | 1 | -1/+1 |
* | I forgot those files when merging mysqlnd SVN and HEAD. Only required by | Ulf Wendel | 2007-08-09 | 2 | -0/+232 |
* | No need for an extra skip*.inc file, this check is done in just one place | Ulf Wendel | 2007-08-09 | 1 | -1/+2 |
* | More changes related to MYSQL_TEST_SKIP_CONNECT_FAILURE. | Ulf Wendel | 2007-08-09 | 181 | -321/+752 |
* | New tests (stubs?) for a few experimental (to be removed?) functions. | Ulf Wendel | 2007-08-09 | 6 | -0/+288 |
* | Next set of files which now feature the new environment variable | Ulf Wendel | 2007-08-09 | 18 | -57/+158 |
* | Introducing new environment variable: | Ulf Wendel | 2007-08-09 | 73 | -83/+293 |
* | - Align help texts and added note about embedded not being available when | Jani Taskinen | 2007-07-27 | 1 | -3/+5 |
* | - Moved mysqnd to it's own directory: It is sort of an extension itself. | Jani Taskinen | 2007-07-25 | 29 | -12061/+10 |
* | Alignment fixes for 64bit and fixing macroses | Andrey Hristov | 2007-07-25 | 2 | -6/+8 |
* | namespace protection | Antony Dovgal | 2007-07-24 | 1 | -4/+4 |
* | Don't use AC_CHECK_TYPES, as autoconf 2.13 is buggy, use an workaround. | Andrey Hristov | 2007-07-24 | 2 | -24/+40 |
* | Import of mysqlnd and ext/mysql + ext/mysqli patched to be built either | Andrey Hristov | 2007-07-24 | 42 | -1032/+14050 |
* | MFB | Andrey Hristov | 2007-07-24 | 1 | -4/+4 |
* | Damn, Pierre is clever. | Ulf Wendel | 2007-07-23 | 115 | -2/+10104 |
* | Tests for mysqli_stmt_send_long_data() | Ulf Wendel | 2007-07-23 | 3 | -0/+319 |
* | Tests which verify that you really cannot clone any of the mysqli | Ulf Wendel | 2007-07-23 | 5 | -0/+112 |
* | Tests that check mysqli_fetch_field(), mysqli_fetch_field_direct() and | Ulf Wendel | 2007-07-23 | 5 | -0/+649 |
* | Tests for mysqli_fetch_object() | Ulf Wendel | 2007-07-23 | 4 | -0/+363 |
* | Another nice new function that comes with mysqlnd: return all rows of | Ulf Wendel | 2007-07-23 | 2 | -0/+1122 |
* | Adding tests for a few new functions that come with mysqlnd: | Ulf Wendel | 2007-07-23 | 10 | -0/+2052 |
* | Playing with background processing: parent and child process fetching data | Ulf Wendel | 2007-07-23 | 1 | -0/+262 |