summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_repl.c
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* Fix build with libmysql 6.0.xAndrey Hristov2008-05-051-0/+3
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Fix for bug #36802 (server crashes with invalid/not opened connections)Georg Richter2006-03-241-10/+10
| | | | | | | | | | | | Added status to mysqli_resource: MYSQLI_STATUS_UNKNOWN MYSQLI_STATUS_CLEARED (for future use) MYSQLI_STATUS_INITIALIZED (after mysqli_init and mysqli_stmt_init) MYSQLI_STATUS_VALID (for valid objects) removed valid flag changed MYSQLI_FETCH_RESOURCE added last parameter __check which specifies the status
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* ws & cs fixesfoobar2004-02-261-1/+1
|
* Moved functions for replication support in to file mysqli_repl.cGeorg Richter2004-02-201-0/+221
- these functions are marked as experimental now in documentation not sure if we will replace or extend them with NDB support in April