summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_repl.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove RPL functions. They were always experimental and lead to crashes.Andrey Hristov2007-12-281-223/+0
| | | | | | The underlying functions will be removed from libmysql as of MySQL 6.0, so it's right time to remove them.
* Import of mysqlnd and ext/mysql + ext/mysqli patched to be built eitherAndrey Hristov2007-07-241-3/+5
| | | | | | | with libmysql or mysqld. Use --with-mysql=mysqlnd --with-mysqli=mysqlnd to build with mysqlnd.
* Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Merge from 5.2Georg Richter2006-05-091-10/+10
|
* 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