Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Export new calls | Andrey Hristov | 2013-02-07 | 1 | -2/+2 |
| | |||||
* | Add support for connect attributes, as of MySQL 5.6 | Andrey Hristov | 2013-01-15 | 1 | -1/+2 |
| | |||||
* | bump year | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
| | |||||
* | CS + WS changes | Andrey Hristov | 2010-04-15 | 1 | -9/+9 |
| | |||||
* | Fix for bug#49234 method not found ssl_set | Andrey Hristov | 2010-04-15 | 1 | -0/+1 |
| | | | | | Patch was tested and compiles on Windows. (Thanks Kalle) | ||||
* | Making mysqlnd emit no warnings when fetching pooled persistent connections ↵ | Ulf Wendel | 2009-10-15 | 1 | -1/+1 |
| | | | | that have timed out or are unusable for any other reason - bug #49761 | ||||
* | MFH:Add support for mysql_stmt_store_result() from libmysql 6.0.8+ and 5.4.x | Andrey Hristov | 2009-05-29 | 1 | -0/+2 |
| | |||||
* | MFH: export mysql_refresh | Johannes Schlüter | 2009-01-22 | 1 | -0/+11 |
| | | | | | | | | | [DOC] This makes mysql_refresh() as described in http://dev.mysql.com/doc/refman/6.0/en/mysql-refresh.html available as mysqli_Refresh() and mysqli->refresh() MYSQLI_REFRESH_BACKUP_LOG is only available when linking libmysql 6.0 or mysqlnd | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFB: | Andrey Hristov | 2008-10-31 | 1 | -1/+1 |
| | | | | | | | | 64bit fixes: - fixes to sprintf modifiers, cleaning warnings - use _t types, like uint64_t instead of uint64, thus skipping series of typedefs. | ||||
* | Update mysqlnd | Andrey Hristov | 2008-05-07 | 1 | -4/+0 |
| | |||||
* | MFB: Update CVS from the development tree | Andrey Hristov | 2008-04-16 | 1 | -0/+3 |
| | |||||
* | More optimizations - less MM calls | Andrey Hristov | 2008-01-28 | 1 | -1/+2 |
| | | | | | | | | | | Clearly separated fetching (physical reading) from decoding phases (data interpretation). Threaded fetching added but disabled as needs more work for Windows. For Linux needs some touches to add pthreads if this is enabled, probably with a compile-time switch. The code reorganisation makes it easy to add also async API, similar to cURL's one. | ||||
* | Merge with internal version | Andrey Hristov | 2008-01-23 | 1 | -2/+2 |
| | |||||
* | - Fix problems with double definitions | Andrey Hristov | 2008-01-02 | 1 | -1/+1 |
| | | | | | | | - Clean up a bit a type mess - 4 types less. No need to have aliases for the same thing (unification is the name). - New macro for Johannes mysqlnd_stmt_ro_result_metadata | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Import mysqlnd | Andrey Hristov | 2007-10-05 | 1 | -0/+121 |
Patch ext/mysql and ext/mysqli to support mysqlnd |