| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Fixed bug #49122 (undefined reference to mysqlnd_stmt_next_result on ↵ | Jani Taskinen | 2009-08-02 | 1 | -1/+1 |
| | | | | | compile with --with-mysqli and MySQL 6.0) | ||||
| * | Add support for mysql_stmt_store_result() from libmysql 6.0.8+ and 5.4.x | Andrey Hristov | 2009-05-29 | 1 | -0/+10 |
| | | |||||
| * | Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with ↵ | Andrey Hristov | 2008-03-10 | 1 | -0/+1 |
| | | | | | | | | | different configurations one or the another extension to use libmysql or mysqlnd mixed in one binary | ||||
| * | Remove RPL functions. They were always experimental and lead to crashes. | Andrey Hristov | 2007-12-28 | 1 | -2/+0 |
| | | | | | | | The underlying functions will be removed from libmysql as of MySQL 6.0, so it's right time to remove them. | ||||
| * | - Align help texts and added note about embedded not being available when | Jani Taskinen | 2007-07-27 | 1 | -3/+5 |
| | | | | | | the MySQL native driver is used. | ||||
| * | - Moved mysqnd to it's own directory: It is sort of an extension itself. | Jani Taskinen | 2007-07-25 | 1 | -0/+77 |
| | | | | | | (Similar to what ext/libxml is..) | ||||
| * | Import of mysqlnd and ext/mysql + ext/mysqli patched to be built either | Andrey Hristov | 2007-07-24 | 1 | -64/+0 |
| | | | | | | | | with libmysql or mysqld. Use --with-mysql=mysqlnd --with-mysqli=mysqlnd to build with mysqlnd. | ||||
| * | - Fix some configure --help texts | foobar | 2007-07-03 | 1 | -2/+2 |
| | | |||||
| * | Fix for bug #39085: | Georg Richter | 2006-10-09 | 1 | -2/+2 |
| | | | | | | | PHP6 requires mysqli_set_character_set function which was introduced in MySQL 4.1.13 and 5.0.7 | ||||
| * | MFB: #37630 MySQL extensions should link against thread safe client libs if ↵ | Michael Wallner | 2006-06-01 | 1 | -2/+6 |
| | | | | | built with ZTS | ||||
| * | MFB51: Always use $SED instead of sed | foobar | 2005-11-29 | 1 | -2/+2 |
| | | |||||
| * | - Allow doing --with-mysql --with-mysqli (no mysql libs are bundled atm) | foobar | 2005-06-07 | 1 | -3/+4 |
| | | | | | | - Make sure MYSQL_DIR is empty. | ||||
| * | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -2/+2 |
| | | |||||
| * | fix for bug #29329 | Georg Richter | 2005-02-05 | 1 | -1/+1 |
| | | |||||
| * | Added new classes: | Georg Richter | 2005-01-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | mysqli_driver mysqli_warning mysqli_exception mysqli_sql_exception Improved embedded server support changed testsuite to work also with embedded server Made statement and resultset classes extendable minor fixes | ||||
| * | changed warning (bug #29298) for outdated client library | Georg Richter | 2004-07-22 | 1 | -1/+1 |
| | | |||||
| * | added check in config.m4 for deprecated library | Georg Richter | 2004-07-07 | 1 | -4/+4 |
| | | | | | | | | | | | added support for new 4.1.3-beta functions mysqli_stmt_field_count mysqli_stmt_attr_set mysqli_stmt_attr_get removed support for deprecated/old api functions fixed bug in constructor_get | ||||
| * | - Align help output for configure. | Derick Rethans | 2004-03-31 | 1 | -2/+2 |
| | | |||||
| * | fixed memleaks in bind functions | Georg Richter | 2004-03-09 | 1 | -1/+5 |
| | | | | | | added 4.1.2 support (renamed functions) | ||||
| * | Moved functions for replication support in to file mysqli_repl.c | Georg Richter | 2004-02-20 | 1 | -1/+1 |
| | | | | | | | | - these functions are marked as experimental now in documentation not sure if we will replace or extend them with NDB support in April | ||||
| * | removed profiler | Georg Richter | 2003-12-13 | 1 | -1/+1 |
| | | | | | | | | | added mysqli_report - better support for errors - support for no_index_used and bad_index_used typos and prototype fixes | ||||
| * | ws | foobar | 2003-12-08 | 1 | -1/+1 |
| | | |||||
| * | Fix logic | foobar | 2003-12-07 | 1 | -14/+8 |
| | | |||||
| * | - Added multiquery support: | Georg Richter | 2003-11-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysqli_multi_query mysqli_more_results mysqli_next_results - added read-only properties (and removed methods) object mysql affected_rows client_flags client_version errno, error, host, host_info, info server_capabilities, server_version sqlstate, port, protocol_version, server_language thread_id, user, warning_count object result current_field, field_count, lengths, num_rows, type object stmt query, param_count, field_count, id, errno, error, sqlstate - added constructor - minor fixes, prototypes | ||||
| * | cosmetics | foobar | 2003-10-31 | 1 | -3/+4 |
| | | |||||
| * | added support for embedded MySQL Server | Georg Richter | 2003-10-29 | 1 | -4/+19 |
| | | | | | | some prototype fixes | ||||
| * | Align the configure --help texts | foobar | 2003-05-19 | 1 | -2/+2 |
| | | |||||
| * | --+_ | Sebastian Bergmann | 2003-03-30 | 1 | -2/+2 |
| | | |||||
| * | Better config.m4.. | foobar | 2003-03-19 | 1 | -39/+26 |
| | | |||||
| * | added new profiler-files | Georg Richter | 2003-03-11 | 1 | -1/+1 |
| | | |||||
| * | added profiler support | Georg Richter | 2003-03-03 | 1 | -1/+1 |
| | | |||||
| * | Proper lib detection. | Ilia Alshanetsky | 2003-02-15 | 1 | -1/+1 |
| | | |||||
| * | - Let's add the config.m4 file too :-) | Derick Rethans | 2003-02-12 | 1 | -0/+58 |
