| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix the build. | Andrei Zmievski | 2009-05-31 | 1 | -0/+1 |
| | | |||||
| * | Fixed bug #48359 (Script hangs on snmprealwalk if OID is not increasing) | Ilia Alshanetsky | 2009-05-31 | 1 | -3/+8 |
| | | | | | | # Original patch by simonov at gmail dot com | ||||
| * | MFH: no dots in errors | Jani Taskinen | 2009-05-31 | 1 | -3/+3 |
| | | |||||
| * | This shouldn't have been in there | Kalle Sommer Nielsen | 2009-05-31 | 1 | -1/+0 |
| | | |||||
| * | Expose encode/decode API. | Andrei Zmievski | 2009-05-31 | 2 | -43/+53 |
| | | |||||
| * | MFH - Fixing tests - messages/warnings can vary by version | Ulf Wendel | 2009-05-29 | 2 | -2/+2 |
| | | |||||
| * | MFH - Updating test to reflect API changes. | Ulf Wendel | 2009-05-29 | 1 | -9/+13 |
| | | |||||
| * | MFH - Skip test for libmysql. The MySQL C-API does not support it, mysqlnd ↵ | Ulf Wendel | 2009-05-29 | 1 | -2/+8 |
| | | | | | does... | ||||
| * | MFH:Add support for mysql_stmt_store_result() from libmysql 6.0.8+ and 5.4.x | Andrey Hristov | 2009-05-29 | 4 | -1/+15 |
| | | |||||
| * | MFH - 1) The wording of a message can differ by version and by libmysql vs. ↵ | Ulf Wendel | 2009-05-29 | 2 | -2/+2 |
| | | | | | mysqlnd. 2) %i is better than %s | ||||
| * | MFH - Behaviour is undefined with libmysql, accept whatever libmysql may ↵ | Ulf Wendel | 2009-05-29 | 1 | -1/+5 |
| | | | | | return. With mysqlnd you get the defined value of -1 to indicate 'no value'. | ||||
| * | MFH:Fix for the failing mysql_stmt_execute() test. Data was cleaned after | Andrey Hristov | 2009-05-29 | 1 | -6/+6 |
| | | | | | | stmt_reset() but it should stay and be freed as later as next stmt_execute() | ||||
| * | MFH - 'Fixing' test to reflect a libmysql vs. mysqlnd difference. With ↵ | Ulf Wendel | 2009-05-29 | 1 | -2/+7 |
| | | | | | libmysql it is not defined what mysql_stmt_store_result() shall return when one tries to store the (non-existing) result set of a failed SQL statement, http://dev.mysql.com/doc/refman/6.0/en/mysql-stmt-store-result.html . mysqlnd will detect the SQL failure and return false. libmysql will return true. If you want libmysql to change, file a bug report at MySQL... I don't think there is a good way to work around this in the extension itself. | ||||
| * | better fix | Zoe Slattery | 2009-05-29 | 1 | -1/+1 |
| | | |||||
| * | MFH - Another detail where mysqlnd is superior than libmysql. The ↵ | Ulf Wendel | 2009-05-29 | 1 | -6/+15 |
| | | | | | mysql_info() from libmysql does not support SELECT: http://dev.mysql.com/doc/refman/6.0/en/mysql-info.html . mysqlnd does support it. Libmysql feature request filed http://bugs.mysql.com/bug.php?id=45189 | ||||
| * | MFH: Weaker test - libmysql/server error messages can differ by version | Ulf Wendel | 2009-05-29 | 1 | -6/+6 |
| | | |||||
| * | MFH - Weaker test: functions are only available if HAVE_EMBEDDED_MYSQLI is ↵ | Ulf Wendel | 2009-05-29 | 1 | -5/+6 |
| | | | | | set. There is probably no proper way to check this condition in the user land. | ||||
| * | MFH - Skip when using libmysql. Likely a regression bug - ↵ | Ulf Wendel | 2009-05-29 | 1 | -7/+8 |
| | | | | | http://bugs.mysql.com/bug.php?id=45184 | ||||
| * | fixing to work with older levels of libcurl | Zoe Slattery | 2009-05-29 | 1 | -1/+4 |
| | | |||||
| * | MFH:The option has changed the name, hence we change the test | Andrey Hristov | 2009-05-29 | 2 | -4/+4 |
| | | |||||
| * | MFH:Fix a very well hidden error because of not being careful with CPP. | Andrey Hristov | 2009-05-29 | 1 | -18/+18 |
| | | | | | | I usually don't make this mistake :) | ||||
| * | MFH: Fix bug #48416 - Force a cache size for ereg to stop it getting out of ↵ | Scott MacVicar | 2009-05-28 | 2 | -1/+51 |
| | | | | | control. Lazy LRU here. | ||||
| * | MFH - Asynchronous queries are mysqlnd only. If you want them with libmysql, ↵ | Ulf Wendel | 2009-05-28 | 1 | -0/+3 |
| | | | | | ping JimW who works on Connector/C. | ||||
| * | MFH - Andrey needs to have a look at this one. The bug report itself is ↵ | Ulf Wendel | 2009-05-28 | 1 | -0/+31 |
| | | | | | bogus. However, the bug report shows a result set and that is wrong. | ||||
| * | MFH: | Andrey Hristov | 2009-05-28 | 1 | -1/+1 |
| | | | | | | Forgot to commit this one, of the ANSI_QUOTES fame | ||||
| * | MFH:Fix again the tests for ANSI_QUOTES | Andrey Hristov | 2009-05-28 | 6 | -11/+11 |
| | | |||||
| * | MFH:Fix a valgrind warning as well as more trace log information | Andrey Hristov | 2009-05-28 | 5 | -3/+17 |
| | | |||||
| * | MFH:Fix a problem with cursors, which did not happen with unbuffered PS for | Andrey Hristov | 2009-05-28 | 4 | -23/+53 |
| | | | | | | | | | | some reason. Double free of the data, which led to valgrind warnigns. The fix actually optimizes the code in this cases because the old code used copy_ctor while the new one skips it because it is not needed. Transferring data ownership and nulling works best, for PS where we always copy the string from the result set, unlike the text protocol. | ||||
| * | MFH - I had accidently removed Andrey's path to work with ANSI QUOTES... ↵ | Ulf Wendel | 2009-05-28 | 28 | -64/+67 |
| | | | | | fixing what I broke (part 1) | ||||
| * | MFH - what a wonderful word. After the change in HEAD its easy to do a ↵ | Ulf Wendel | 2009-05-28 | 132 | -4197/+1531 |
| | | | | | merge. The merge removes all UEXPECTF sections from the old days. Yes, there have been UEXPECTFs in 5_3. I hope PHP 6 won't change again over time... :-) | ||||
| * | fix test | Antony Dovgal | 2009-05-28 | 1 | -1/+0 |
| | | |||||
| * | - MFH: #48378, exif_read_data() segfaults on certain corrupted .jpeg files | Pierre Joye | 2009-05-28 | 3 | -0/+23 |
| | | |||||
| * | MFH: New test | Arnaud Le Blanc | 2009-05-28 | 1 | -0/+124 |
| | | |||||
| * | MFH: | Andrey Hristov | 2009-05-28 | 3 | -3/+23 |
| | | | | | | | | | | | | Fix a bug with mysqlnd_fetch_field(_direct()). With mysqlnd the optimised function was called, which however, doesn't respect that during store the raw data is not unpacked, to be lazy. The data is unpacked to zvals later, during every row fetch. However, this way max_length won't be calculated correctly. So, if a mysqlnd_fetch_field(_direct) call comes we need to unpack everything and then calculate max_length...and that is expensive, defies our lazy unpacking optimisation. | ||||
| * | MFH:Fix a test, UNSIGNED is expected | Andrey Hristov | 2009-05-28 | 1 | -2/+2 |
| | | |||||
| * | MFB52: Fix "request_startup() for zlib module failed" when client does not | Arnaud Le Blanc | 2009-05-28 | 2 | -1/+14 |
| | | | | | | | accepts compression and zlib.output_compression is On # (not in HEAD) | ||||
| * | MFH: Fix failures when the server is running with ANSI_QUOTES | Andrey Hristov | 2009-05-28 | 6 | -12/+12 |
| | | |||||
| * | MFH sync SQLite 3.6.14.2 | Scott MacVicar | 2009-05-28 | 2 | -5/+21 |
| | | |||||
| * | - fix build, stderr cannot be used as var or struct member | Pierre Joye | 2009-05-27 | 2 | -7/+7 |
| | | |||||
| * | MFH: | Andrey Hristov | 2009-05-27 | 1 | -1/+1 |
| | | | | | | Less warnings by usage of proper modifier | ||||
| * | MFH:because we use int64_t we need corresponding printf modifiers. the type | Andrey Hristov | 2009-05-27 | 1 | -4/+6 |
| | | | | | | | can be different on 32 and 64 bit, thus we can't use ld and lld but C helps us with inttypes.h and PRId64 and PRIu64 modifiers (without the %) | ||||
| * | MFH: Fix tests when the server is running with ANSI_QUOTES | Andrey Hristov | 2009-05-27 | 26 | -81/+81 |
| | | |||||
| * | Crappy anonymous MySQL user account... trying to make the test more portable. | Ulf Wendel | 2009-05-27 | 1 | -8/+28 |
| | | |||||
| * | The test is bogus as long as there is no (proper) way to detect from the PHP ↵ | Ulf Wendel | 2009-05-27 | 1 | -1/+3 |
| | | | | | userland if persistent connections do a change user or not. If they do is controlled by define at the moment. | ||||
| * | Testing a little further into the direction of a possible mysqlnd vs. ↵ | Ulf Wendel | 2009-05-27 | 1 | -15/+28 |
| | | | | | libmysql compatibility break or a libmysql bug. It is not clearly stated in the MySQL C-API documentation what excactly happens on stmt_reset(). | ||||
| * | Trying to get test failures down by fixing tests. | Ulf Wendel | 2009-05-27 | 4 | -12/+13 |
| | | |||||
| * | - fix build | Pierre Joye | 2009-05-27 | 1 | -1/+2 |
| | | |||||
| * | MFH: Revert in regard of my_ulonglong which should be used instead of long | Andrey Hristov | 2009-05-27 | 1 | -20/+19 |
| | | | | | | which can be anything. | ||||
| * | - fix build on unix with bundled gd | Pierre Joye | 2009-05-27 | 1 | -0/+1 |
| | | |||||
| * | MFH: fix compile warnings | Antony Dovgal | 2009-05-27 | 1 | -0/+2 |
| | | |||||
