| Commit message (Expand) | Author | Age | Files | Lines |
* | MySQL 6 compatibility fix. | Ulf Wendel | 2008-01-08 | 1 | -0/+4 |
* | Merge from HEAD: looks more than it is. Whitespace, some SQL formatting chang... | Ulf Wendel | 2008-01-08 | 38 | -136/+183 |
* | MFH | Ulf Wendel | 2008-01-04 | 5 | -3/+589 |
* | MFH: Fix for bug #43036 | Ulf Wendel | 2008-01-04 | 1 | -16/+16 |
* | MFH: Remove test for deprecated (and removed) function | Ulf Wendel | 2008-01-03 | 1 | -50/+0 |
* | - MFH: Remove more replication stuff | Johannes Schlüter | 2008-01-03 | 2 | -53/+0 |
* | fixed binary arithmetic (MF5.2) | Hartmut Holzgraefe | 2008-01-01 | 1 | -1/+1 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 14 | -14/+14 |
* | Remove RPL functions. They were always experimental and lead to crashes. | Andrey Hristov | 2007-12-28 | 12 | -511/+2 |
* | Fixing SQL syntax in this very old test to make it pass with MySQL 6.0 | Ulf Wendel | 2007-12-28 | 1 | -4/+17 |
* | Isn't it nice to get a new 64bit box? Fixing 32bit/64bit issue. | Ulf Wendel | 2007-12-28 | 1 | -8/+21 |
* | Sooner or later these old 0*.phpt tests had to bite us - fixing SQL syntax, | Ulf Wendel | 2007-12-28 | 1 | -18/+40 |
* | Cutting off a few edges: | Ulf Wendel | 2007-12-28 | 1 | -21/+35 |
* | MFH: Fix for bug #42548 "PROCEDURE xxx can't return a result set" | Hartmut Holzgraefe | 2007-12-25 | 2 | -0/+53 |
* | Fix build | Andrey Hristov | 2007-11-09 | 1 | -1/+1 |
* | Fix crash with pconnect | Andrey Hristov | 2007-11-09 | 4 | -85/+36 |
* | MFH: partial MFH before? | Jani Taskinen | 2007-11-06 | 1 | -3/+5 |
* | - Fix bug headers | Jani Taskinen | 2007-10-30 | 2 | -4/+4 |
* | MFH:- Fixed invalid handling of float value passed to an integer field on 64b... | Jani Taskinen | 2007-10-29 | 1 | -1/+6 |
* | MFH: fix test | Jani Taskinen | 2007-10-29 | 1 | -1/+1 |
* | ..and correct macro | Antony Dovgal | 2007-10-17 | 1 | -1/+1 |
* | MFH: use correct dtro and variable for the callback | Antony Dovgal | 2007-10-17 | 2 | -4/+3 |
* | Sync mysqlnd. Should still compile with 5_2 for those who want to use the | Andrey Hristov | 2007-10-16 | 1 | -0/+8 |
* | avoid double free and use zval_dtor() where neccessary | Antony Dovgal | 2007-10-16 | 2 | -3/+1 |
* | Fix bug due to shadowing of variables. This one is pretty-pretty rare, | Andrey Hristov | 2007-10-16 | 1 | -2/+2 |
* | Same as for HEAD: make it skip and not fail if it can't connect to DB | Ulf Wendel | 2007-10-12 | 1 | -0/+1 |
* | Same as for HEAD: Trying to skip tests if they can't connect to the | Ulf Wendel | 2007-10-12 | 12 | -3/+14 |
* | Fixing the test. Might the PHP 5.2 run-tests.php have fooled me? I could swear, | Ulf Wendel | 2007-10-10 | 1 | -0/+2 |
* | Version specific EXPECF sections would be wonderful (bug31668.phpt). | Ulf Wendel | 2007-10-10 | 2 | -5/+9 |
* | Last bunch of new tests. | Ulf Wendel | 2007-10-10 | 6 | -0/+226 |
* | Adding new tests: mysqli_s*.phpt | Ulf Wendel | 2007-10-10 | 71 | -0/+8516 |
* | Adding new tests: mysqli_q*.phpt mysqli_r*.phpt | Ulf Wendel | 2007-10-10 | 25 | -0/+2592 |
* | Adding new tests: mysqli_m*.phpt mysqli_n*.phpt mysqli_o*.phpt mysqli_p*.phpt | Ulf Wendel | 2007-10-10 | 22 | -0/+1816 |
* | Adding new tests: mysqli_g*.phpt mysqli_i*.phpt mysqli_k*.phpt | Ulf Wendel | 2007-10-10 | 20 | -0/+2396 |
* | Adding new tests mysqli_d*.phpt mysqli_e*.phpt mysqli_f*.phpt | Ulf Wendel | 2007-10-10 | 53 | -0/+7023 |
* | Adding new tests. Again, I'll commit in chunks and try to find acceptable | Ulf Wendel | 2007-10-10 | 37 | -0/+4709 |
* | Test code for bug #42378 | Ulf Wendel | 2007-10-10 | 1 | -0/+193 |
* | Further changes to regression/bug-verification tests. | Ulf Wendel | 2007-10-10 | 20 | -96/+154 |
* | Last set of changes to the classical 0*.phpt - 06*.phpt/07*.phpt | Ulf Wendel | 2007-10-10 | 15 | -121/+327 |
* | Changes to 04*.phpt, 05*.phpt. | Ulf Wendel | 2007-10-10 | 20 | -120/+477 |
* | Changes to 02*.phpt, 03*.phpt | Ulf Wendel | 2007-10-10 | 20 | -147/+286 |
* | Changes to all 01*.phpt tests | Ulf Wendel | 2007-10-10 | 10 | -132/+333 |
* | Changes to existing tests: 0*.phpt | Ulf Wendel | 2007-10-10 | 9 | -140/+349 |
* | Starting to merge updated set of tests into 5.3. | Ulf Wendel | 2007-10-10 | 9 | -33/+327 |
* | Move declarations from the public header file. | Andrey Hristov | 2007-10-08 | 2 | -121/+121 |
* | fix build | Antony Dovgal | 2007-10-07 | 1 | -1/+1 |
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 2 | -6/+6 |
* | Import mysqlnd | Andrey Hristov | 2007-10-05 | 17 | -975/+2027 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 6 | -15/+15 |
* | Fix stupid error, which happens only on Windows. And we thought this has | Andrey Hristov | 2007-09-12 | 2 | -2/+3 |