summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_block_alloc.h
Commit message (Collapse)AuthorAgeFilesLines
* bump yearXinchen Hui2013-01-061-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* - Fix copyrightsFelipe Pena2010-04-201-2/+2
|
* export more functionality for phpize buildsAndrey Hristov2010-01-131-2/+2
|
* Revert mysqlnd to RC3 state after issues with pconnectsJohannes Schlüter2009-06-251-3/+0
|
* MFH:Andrey Hristov2009-06-161-0/+3
| | | | | | | | | | Hardwire function call instead of using callbacks. We don't actually need callbacks, it was done for making 2 functions static, not to pollute the global functions space but that had its price of 8 bytes overheat per allocation, which is just too much. Also making the app member 32b instead of 64b, which should save additional 4 byte, to the total of 12 byte per allocation of a row buffer.
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* some config.w32 fixesAndrey Hristov2008-01-281-0/+39
moved mysqlnd's block allocator to a separate file and also now it's part of the connection, no MT problems.