| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the way the allocator is called - through an abstraction | Andrey Hristov | 2010-04-22 | 2 | -51/+216 |
* | Fix problem spotted by Felipe. | Andrey Hristov | 2010-04-22 | 1 | -1/+1 |
* | adding what last commit was missing | Andrey Hristov | 2010-04-22 | 1 | -0/+1 |
* | Remove dead code and add possibility to fine tune the size of | Andrey Hristov | 2010-04-22 | 6 | -37/+9 |
* | Add the posibility to switch off the compilation of statistics | Andrey Hristov | 2010-04-22 | 1 | -10/+31 |
* | Hardening the reads of mysqlnd. | Andrey Hristov | 2010-04-20 | 1 | -45/+102 |
* | put the trigger in the right place | Andrey Hristov | 2010-04-20 | 1 | -1/+1 |
* | It is possible that change user tries an user who has old password. | Andrey Hristov | 2010-04-20 | 3 | -0/+6 |
* | - Fix copyrights | Felipe Pena | 2010-04-20 | 27 | -54/+54 |
* | Last batch of int/uint comparison fixes | Andrey Hristov | 2010-04-15 | 1 | -3/+3 |
* | More int/uint comparison warning fixes | Andrey Hristov | 2010-04-15 | 2 | -10/+10 |
* | Fix some int/uint comparison warnings | Andrey Hristov | 2010-04-15 | 2 | -3/+3 |
* | Remove unused file | Andrey Hristov | 2010-04-15 | 1 | -285/+0 |
* | more WS | Andrey Hristov | 2010-04-15 | 2 | -32/+32 |
* | CS + WS changes | Andrey Hristov | 2010-04-15 | 20 | -296/+286 |
* | Fix for bug#49234 method not found ssl_set | Andrey Hristov | 2010-04-15 | 10 | -58/+314 |
* | Fixint INT_AND_FLOAT_AS native. It was working ok on 64bit but | Andrey Hristov | 2010-04-08 | 1 | -5/+4 |
* | Fix the Windows build (void* arithmetic) as well as --disable-zlib | Andrey Hristov | 2010-04-06 | 2 | -9/+19 |
* | Stricly C | Andrey Hristov | 2010-04-06 | 1 | -3/+3 |
* | Recommit with an Windows build fix: | Andrey Hristov | 2010-04-06 | 9 | -148/+186 |
* | - revert revision 297277, break the builds (declaration must go 1st, size of ... | Pierre Joye | 2010-04-01 | 9 | -186/+148 |
* | Fix inconsistencies | Andrey Hristov | 2010-04-01 | 9 | -145/+186 |
* | Better fix for bug #51347 mysqli_close / connection memory leak | Andrey Hristov | 2010-04-01 | 1 | -9/+8 |
* | Fixed bug #51347 mysqli_close / connection memory leak | Andrey Hristov | 2010-04-01 | 1 | -0/+8 |
* | Make it coupled - what is allocated with mnd_ should be freed | Andrey Hristov | 2010-03-29 | 7 | -71/+127 |
* | Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sock | Andrey Hristov | 2010-03-26 | 3 | -4/+15 |
* | fix build failure after recent commit by Kalle | Andrey Hristov | 2010-03-24 | 1 | -1/+1 |
* | Fix declaring | Kalle Sommer Nielsen | 2010-03-23 | 1 | -1/+1 |
* | Fix for complaint from the Zend MM, efree of a NULL pointer. | Andrey Hristov | 2010-03-17 | 1 | -1/+3 |
* | Fix a bug that a statement that is reset doesn't clean | Andrey Hristov | 2010-03-17 | 1 | -9/+11 |
* | fix valgrind warning introduced with the latest patch. The memory | Andrey Hristov | 2010-03-17 | 1 | -1/+1 |
* | decouple the methods in MYSQLND_STMT from the data, | Andrey Hristov | 2010-03-16 | 5 | -161/+179 |
* | allow persistency of PS | Andrey Hristov | 2010-03-12 | 10 | -124/+134 |
* | Fixed bug #51242 (Empty mysql.default_port does not default to 3306 anymore, ... | Adam Harvey | 2010-03-09 | 1 | -3/+4 |
* | Fix the text. Correct english and a bit shorter. | Andrey Hristov | 2010-02-24 | 1 | -4/+4 |
* | add better description to the problem | Andrey Hristov | 2010-02-24 | 1 | -1/+5 |
* | add typedefs for all structure methods, and then reuse these typedefs | Andrey Hristov | 2010-02-15 | 1 | -165/+338 |
* | make send_close a hook, too | Andrey Hristov | 2010-02-09 | 2 | -7/+7 |
* | Pass tsrmls to all functions, which might need it in the future. | Andrey Hristov | 2010-02-03 | 6 | -142/+122 |
* | Fix second bug in that code, + instead of += thus not increasing | Andrey Hristov | 2010-02-01 | 1 | -1/+1 |
* | Fix a bug in mysqlnd where a pointer was not incremented | Andrey Hristov | 2010-02-01 | 1 | -0/+1 |
* | decrement correctly! | Andrey Hristov | 2010-01-21 | 1 | -2/+4 |
* | Add possibility to restrain the number of levels | Andrey Hristov | 2010-01-21 | 2 | -7/+25 |
* | Fix possible lock-ups when a trigger triggers a trigger. | Andrey Hristov | 2010-01-19 | 1 | -37/+16 |
* | Make it GCC only feature (tracing). VC7 and up do the work | Andrey Hristov | 2010-01-19 | 1 | -1/+1 |
* | fix windows | Andrey Hristov | 2010-01-19 | 1 | -0/+13 |
* | Fix compiler warning, copy&paste error | Andrey Hristov | 2010-01-14 | 1 | -1/+1 |
* | Fix compiler warning | Andrey Hristov | 2010-01-14 | 1 | -1/+1 |
* | remove redefinition of bit_uint8korr | Andrey Hristov | 2010-01-14 | 1 | -10/+0 |
* | more PHPAPI for phpize-d builds | Andrey Hristov | 2010-01-13 | 1 | -8/+8 |