| Commit message (Expand) | Author | Age | Files | Lines |
* | Make log_pos be non-zero in the binary log, for BEGIN and COMMIT Query_log_ev... | unknown | 2003-03-06 | 1 | -0/+9 |
* | Only write to the error log if --log-error is specified and --console is not ... | unknown | 2003-01-28 | 1 | -1/+1 |
* | merge | unknown | 2003-01-28 | 1 | -1/+12 |
|\ |
|
| * | Merge with 3.23.56 (Replace manual with 'empty' document) | unknown | 2003-01-28 | 1 | -1/+1 |
| |\ |
|
| | * | Fix when using auto_increment and last_insert_id() in the same insert statement. | unknown | 2003-01-28 | 1 | -1/+1 |
| | * | many bug fixes | unknown | 2002-12-23 | 1 | -0/+1 |
| | * | Transactions in AUTOCOMMIT=0 mode didn't rotate binary log. | unknown | 2002-12-14 | 1 | -0/+3 |
| * | | Fixes for Netware | unknown | 2003-01-28 | 1 | -0/+11 |
* | | | Added option hostname.err | unknown | 2003-01-27 | 1 | -0/+46 |
|/ / |
|
* | | Transactions in AUTOCOMMIT=0 mode didn't rotate binary log | unknown | 2002-12-14 | 1 | -0/+7 |
* | | log.cc: | unknown | 2002-12-11 | 1 | -2/+14 |
* | | Ensure that BEGIN / COMMIT is handled properly if slave dies | unknown | 2002-12-11 | 1 | -0/+5 |
* | | Removed copying of parameters as this leads to memory leaks in embedded server. | unknown | 2002-12-05 | 1 | -33/+37 |
* | | merge | unknown | 2002-11-07 | 1 | -10/+10 |
|\ \ |
|
| * | | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. | unknown | 2002-11-07 | 1 | -10/+10 |
* | | | Put temporary files in binlog cache when using BEGIN/COMMIT | unknown | 2002-11-07 | 1 | -6/+12 |
|/ / |
|
* | | Added Rand_log_event | unknown | 2002-10-22 | 1 | -0/+7 |
* | | Merge with 3.23.54 | unknown | 2002-10-16 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | touchup to last fix | unknown | 2002-10-07 | 1 | -32/+34 |
| * | fixed race that caused sig11s on simultaneous FLUSH LOGS | unknown | 2002-10-07 | 1 | -5/+5 |
* | | Portability fixes. | unknown | 2002-09-11 | 1 | -4/+5 |
* | | Fixed searching after ssl directories. | unknown | 2002-09-05 | 1 | -12/+16 |
* | | A small bug fix in log::write | unknown | 2002-08-30 | 1 | -0/+1 |
* | | Removed wrong mutex lock (hangup in kill on HPUX) | unknown | 2002-08-24 | 1 | -1/+0 |
* | | Fixed bug in wait_for_update() that I had introduced. | unknown | 2002-08-22 | 1 | -7/+12 |
* | | Changed IF(expr, column, NULL) to take type from column | unknown | 2002-08-12 | 1 | -6/+5 |
* | | merge with 3.23.52 | unknown | 2002-08-08 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Merge of ha_innobase.cc from 4.0; This fixes that MySQL doesn't allocate too ... | unknown | 2002-07-29 | 1 | -5/+5 |
* | | Lots of code fixes to the replication code (especially the binary logging and... | unknown | 2002-08-08 | 1 | -481/+638 |
* | | Merge with 3.23.51 | unknown | 2002-07-25 | 1 | -4/+36 |
|\ \
| |/ |
|
| * | log.cc, handler.cc: | unknown | 2002-06-22 | 1 | -4/+36 |
| * | Sergei's MyODBC fix | unknown | 2002-05-12 | 1 | -2/+2 |
* | | New SET syntax & system variables. | unknown | 2002-07-23 | 1 | -2/+2 |
* | | Added support for rw_tryrdlock() and rw_trywrlock() | unknown | 2002-06-29 | 1 | -4/+4 |
* | | Added the following new privleges: | unknown | 2002-06-12 | 1 | -3/+3 |
* | | Big code cleanup/review before 4.0.2 release. | unknown | 2002-06-11 | 1 | -18/+34 |
* | | removed init_count from IO_CACHE. | unknown | 2002-06-05 | 1 | -29/+48 |
* | | init_dynamic_array MyODBC compatibility fix | unknown | 2002-04-28 | 1 | -2/+2 |
* | | Update for BTREE keys in HEAP tables | unknown | 2002-04-12 | 1 | -1/+0 |
* | | relay_log_space_limit | unknown | 2002-04-01 | 1 | -12/+30 |
* | | replication updates and bugfixes. Still not perfect - there is some strange | unknown | 2002-03-15 | 1 | -0/+1 |
* | | make my_vsnprintf() work with oversized strings | unknown | 2002-03-01 | 1 | -1/+2 |
* | | Merge from 3.23.48 tree | unknown | 2002-01-30 | 1 | -5/+28 |
|\ \
| |/ |
|
| * | ha_innobase.cc, ha_innobase.h, handler.h, handler.cc, sql_class.h, log.cc: | unknown | 2002-01-22 | 1 | -1/+20 |
* | | New error messages | unknown | 2002-01-29 | 1 | -19/+30 |
* | | misc replication bugfixes including some needed modifications in IO_CACHE | unknown | 2002-01-26 | 1 | -4/+5 |
* | | more predicatable slave behaviour with wait_for_slave_stop in mysqltest | unknown | 2002-01-24 | 1 | -0/+25 |
* | | Here comes a nasty patch, although I am not ready to push it yet. I will | unknown | 2002-01-19 | 1 | -63/+233 |
* | | New improved IO_CACHE | unknown | 2001-11-28 | 1 | -2/+2 |
* | | work to enable reading 3.23 logs - not yet finished | unknown | 2001-11-10 | 1 | -8/+16 |