| Commit message (Expand) | Author | Age | Files | Lines |
* | New variable rli->ignore_log_space_limit to resolve | unknown | 2003-03-17 | 1 | -9/+51 |
* | Simple fixes (nothing notable) | unknown | 2003-03-12 | 1 | -11/+5 |
* | merge | unknown | 2003-03-10 | 1 | -3/+4 |
|\ |
|
| * | Fix that round(0.1,1) == round(0.1,1) | unknown | 2003-03-10 | 1 | -3/+4 |
* | | Clearer error message when one forgot to grant REPLICATION SLAVE : | unknown | 2003-03-08 | 1 | -1/+1 |
|/ |
|
* | Replication: small bug fixes in mysql-test-run.sh and in replication code (mo... | unknown | 2003-03-03 | 1 | -6/+27 |
* | Replication: simplification of init_relay_log_pos: always initialize, | unknown | 2003-03-02 | 1 | -8/+1 |
* | Added detection if pthread_attr_getstacksize() exists | unknown | 2003-02-27 | 1 | -1/+1 |
* | Added START TRANSACTION syntax | unknown | 2003-02-06 | 1 | -4/+4 |
* | Fixes for Netware | unknown | 2003-01-28 | 1 | -27/+81 |
* | Added timeout for wait_for_master_pos | unknown | 2003-01-25 | 1 | -36/+238 |
* | Merge with 3.23 to get bug fix for SHOW PROCESSLIST + running thread | unknown | 2003-01-19 | 1 | -4/+17 |
|\ |
|
| * | Only set thd->query to 0 if LOCK_thread_count is hold | unknown | 2003-01-18 | 1 | -8/+26 |
| * | Change name -> alias in TABLE_LIST. | unknown | 2002-09-21 | 1 | -2/+2 |
| * | Added some mutex locks to make SLAVE START and SLAVE STOP thread safe. | unknown | 2002-08-05 | 1 | -0/+4 |
* | | Fix for bug in LOAD DATA INFILE and replication | unknown | 2003-01-08 | 1 | -6/+0 |
* | | Portability fixes | unknown | 2003-01-07 | 1 | -0/+2 |
* | | Changed thd variables max_join_size and select_limit to type ha_rows. | unknown | 2002-12-20 | 1 | -1/+1 |
* | | Ensure that BEGIN / COMMIT is handled properly if slave dies | unknown | 2002-12-11 | 1 | -1/+6 |
* | | merge | unknown | 2002-11-07 | 1 | -3/+3 |
|\ \ |
|
| * | | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. | unknown | 2002-11-07 | 1 | -3/+3 |
* | | | Put temporary files in binlog cache when using BEGIN/COMMIT | unknown | 2002-11-07 | 1 | -2/+2 |
|/ / |
|
* | | Merge | unknown | 2002-10-31 | 1 | -1/+1 |
|\ \ |
|
| * | | Added back old LARGEFILE handling | unknown | 2002-10-29 | 1 | -1/+1 |
* | | | Added --skip-safemalloc to mysqltest | unknown | 2002-10-29 | 1 | -1/+1 |
|/ / |
|
* | | Changed table_list->name -> table_list->alias to find places where we where u... | unknown | 2002-09-20 | 1 | -1/+1 |
* | | Portability fixes. | unknown | 2002-09-11 | 1 | -47/+76 |
* | | Fixed searching after ssl directories. | unknown | 2002-09-05 | 1 | -2/+0 |
* | | Small fixes | unknown | 2002-08-27 | 1 | -1/+0 |
* | | Give better error from reconnect() | unknown | 2002-08-24 | 1 | -33/+49 |
* | | Changed relay_log_space to ulonglong | unknown | 2002-08-23 | 1 | -13/+6 |
* | | Fixed bug in wait_for_update() that I had introduced. | unknown | 2002-08-22 | 1 | -6/+7 |
* | | Use our version of RWLOCKS on UNIXWARE 7 | unknown | 2002-08-21 | 1 | -76/+83 |
* | | Fixed timing problem with rpl000001 replication test. | unknown | 2002-08-18 | 1 | -38/+38 |
* | | Changed IF(expr, column, NULL) to take type from column | unknown | 2002-08-12 | 1 | -4/+4 |
* | | Fix for SSL and new my_getopt | unknown | 2002-08-09 | 1 | -1/+1 |
* | | Fix after merge | unknown | 2002-08-08 | 1 | -2/+2 |
* | | Lots of code fixes to the replication code (especially the binary logging and... | unknown | 2002-08-08 | 1 | -222/+338 |
* | | Merge with 3.23.51 | unknown | 2002-07-25 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Fix wrong usage of constant which could cause mysqld to use index when doing ... | unknown | 2002-07-19 | 1 | -30/+27 |
| * | Another try to fix slave timeouts | unknown | 2002-07-17 | 1 | -3/+4 |
| * | Merge sinisa@work.mysql.com:/home/bk/mysql | unknown | 2002-07-16 | 1 | -1/+2 |
| |\ |
|
| | * | making necessary changes after Sasha's correct remarks | unknown | 2002-07-16 | 1 | -1/+1 |
| | * | Fixing slave timeouting | unknown | 2002-07-16 | 1 | -1/+2 |
| * | | slave.cc: | unknown | 2002-07-16 | 1 | -11/+42 |
| |/ |
|
| * | slave.cc: | unknown | 2002-06-23 | 1 | -3/+3 |
| * | slave.h, slave.cc: | unknown | 2002-06-22 | 1 | -3/+26 |
| * | fixed 'load table from master' hang when host is empty | unknown | 2002-05-31 | 1 | -0/+6 |
| * | Sergei's MyODBC fix | unknown | 2002-05-12 | 1 | -1/+1 |
| * | Backport of Sasha's fix to 3.23 from 4.0 | unknown | 2002-05-02 | 1 | -16/+7 |