Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -26/+26 |
| | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC) | ||||
* | New improved IO_CACHE | monty@bitch.mysql.fi | 2001-11-28 | 1 | -2/+2 |
| | |||||
* | work to enable reading 3.23 logs - not yet finished | sasha@mysql.sashanet.com | 2001-11-10 | 1 | -8/+16 |
| | | | | | moved fail-safe replication routines from sql_repl.cc to repl_failsafe.cc write start event only in the first log | ||||
* | merge with 3.23.44 | monty@hundin.mysql.fi | 2001-11-04 | 1 | -24/+34 |
|\ | |||||
| * | Changed time -> query_time in slow query log. | monty@hundin.mysql.fi | 2001-10-31 | 1 | -1/+1 |
| | | | | | | | | Fixed Rows_examined in slow query log. | ||||
| * | Portability fixes | monty@hundin.mysql.fi | 2001-10-31 | 1 | -15/+23 |
| | | | | | | | | | | | | Fix for consistent 0000-00-00 date handling Close + open binary logs on flush tables Fix for AVG() in HAVING. | ||||
* | | merge with 3.23.42 | monty@work.mysql.com | 2001-09-02 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | Fix for handling of floats inside val_int() of +, - * and /. | monty@hundin.mysql.fi | 2001-08-18 | 1 | -5/+5 |
| | | |||||
* | | misc bug fixes | sasha@mysql.sashanet.com | 2001-08-06 | 1 | -1/+1 |
| | | |||||
* | | new file_id generation method | sasha@mysql.sashanet.com | 2001-08-04 | 1 | -1/+10 |
| | | |||||
* | | LOAD DATA INFILE is now replicated properly, except for cleanup on | sasha@mysql.sashanet.com | 2001-08-03 | 1 | -62/+12 |
| | | | | | | | | | | | | | | | | | | Stop event and bugs the test suite could not catch Did some big restructuring of binlog event classes - most important change is that now each event class has exec_event method and one does not need to modify slave core code to add a new event. Slave code is now much smaller and easier to read | ||||
* | | merged | serg@serg.mysql.com | 2001-07-12 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | fixed race condition in automatic binlog rotation | sasha@mysql.sashanet.com | 2001-07-11 | 1 | -8/+13 |
| | | | | | | | | | | | | remove extension from binary log if the user specifies one to avoid non-rotatable logs fixed possible use of unitialized IO_CACHE in debug mode | ||||
* | | fixed uninitialized use of variable in mysqltest | sasha@mysql.sashanet.com | 2001-07-11 | 1 | -10/+11 |
| | | | | | | | | | | fixed race condition in binary log auto-rotation get rid of extention in binary log to avoid non-rotatable logs | ||||
* | | show master forced rotate info in SHOW BINLOG EVENTS | sasha@mysql.sashanet.com | 2001-06-23 | 1 | -0/+7 |
| | | | | | | | | mark a master-forced rotate with a special flag | ||||
* | | merged new 3.23 errors | sasha@mysql.sashanet.com | 2001-06-22 | 1 | -17/+7 |
| | | | | | | | | | | | | fixed bugs in log seq - now starting to look good fixes for SHOW BINLOG EVENTS will push this one | ||||
* | | merge | sasha@mysql.sashanet.com | 2001-06-21 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | fixed drop/create database bug when holding global read lock | sasha@mysql.sashanet.com | 2001-06-21 | 1 | -0/+4 |
| | | | | | | | | preserve originating server id in Intvar events to avoid inifinite loops | ||||
* | | added SHOW BINLOG EVENTS | sasha@mysql.sashanet.com | 2001-06-21 | 1 | -2/+15 |
| | | | | | | | | | | | | | | | | | | | | fixed log sequence bugs fixed bugs in handling Slave event added test case with SHOW BINLOG EVENTS have not fixed all the bugs - found some that are also in 3.23, will fix them there first, then do pull and cleanup will not push this changeset | ||||
* | | Added event sequence number and flags to binlog | sasha@mysql.sashanet.com | 2001-06-19 | 1 | -10/+17 |
| | | | | | | | | | | Documented/cleaned up log event code Updated tests | ||||
* | | Added slave log event to record the master position in of slave thread | sasha@mysql.sashanet.com | 2001-06-14 | 1 | -0/+21 |
|/ | | | | in slave binlog - needed for synchronization slave during recovery | ||||
* | Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql | monty@donna.mysql.fi | 2001-04-25 | 1 | -3/+4 |
|\ | |||||
| * | Portability fixes for Ia64 and Sgi compiler | monty@donna.mysql.fi | 2001-04-25 | 1 | -3/+4 |
| | | | | | | | | | | | | DROP DATABASE in mysqladmin asks for confirmation (again) Added examined_rows to slow query log SHOW CREATE for TEMPORARY table | ||||
* | | fixed redundant repetition of use db in mysqlbinlog | sasha@mysql.sashanet.com | 2001-04-24 | 1 | -16/+32 |
|/ | | | | | added support for virtual master ( replicating from a directory with binlogs) test case for backup/restore with virtual master | ||||
* | Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro | monty@donna.mysql.fi | 2001-03-26 | 1 | -2/+2 |
| | | | | (For glibc 2.2) | ||||
* | Patch from sleepycat to fix problem with BDB and log files | monty@donna.mysql.fi | 2001-03-06 | 1 | -1/+1 |
| | | | | | Print full command name to log files Convert table type to supported onces on ALTER TABLE | ||||
* | Portability fixes for OPENBSD, OS2 and Windows | monty@donna.mysql.com | 2001-01-27 | 1 | -0/+4 |
| | |||||
* | Added last_errno and last_error to show slave status | sasha@mysql.sashanet.com | 2001-01-24 | 1 | -2/+16 |
| | | | | | | | slave will skip the first SQL_SLAVE_SKIP_COUNTER events on start - this is needed to recover from broken replication when the next log event(s) should just be skipped. Rotate binlogs when max_binlog_size is reached | ||||
* | Changes for --with-server-suffix | monty@donna.mysql.com | 2001-01-21 | 1 | -16/+20 |
| | | | | | Fixed mutex bug in logging (crash on windows when doing SET PASSWORD=) Changed MERGE tables to not use FILE | ||||
* | Fixed for bugs that was found when getting full code coverage of BDB | monty@donna.mysql.com | 2001-01-17 | 1 | -1/+1 |
| | | | | | Fixed bug with HEAP tables on windows Fixed bug with HAVING on empty tables | ||||
* | Patches for NetBSD/macppc | monty@donna.mysql.com | 2001-01-12 | 1 | -1/+1 |
| | | | | | Fixed bug in LEFT JOIN Added bdb_log_buffer_size | ||||
* | Fixed delete in tables with hidden primary key | monty@donna.mysql.com | 2000-12-12 | 1 | -5/+5 |
| | | | | | | Remove not used BDB logs on shutdown Don't give warnings for repair on slaves Fixed transaction log files | ||||
* | Lots of fixes for BDB tables | monty@donna.mysql.com | 2000-12-08 | 1 | -5/+3 |
| | | | | Change DROP TABLE to first drop the data, then the .frm file | ||||
* | ok, here comes the push - prepare to resolve conflicts! And lets hope bk can ↵ | sasha@mysql.sashanet.com | 2000-12-07 | 1 | -1/+0 |
| | | | | gracefully handle all of my renames | ||||
* | Only write full transactions to binary log | monty@donna.mysql.com | 2000-12-07 | 1 | -88/+152 |
| | | | | | | A lot of new functions for BDB tables Fix for DROP DATABASE on windows Default server_id variables | ||||
* | Fixed some reported bugs | monty@donna.mysql.com | 2000-11-18 | 1 | -7/+5 |
| | |||||
* | Portability fixes | monty@donna.mysql.com | 2000-11-18 | 1 | -17/+16 |
| | |||||
* | Merge work.mysql.com:/home/bk/mysql | sasha@mysql.sashanet.com | 2000-11-16 | 1 | -1/+1 |
|\ | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql | ||||
| * | sql/log.cc | sasha@mysql.sashanet.com | 2000-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | fixed bug in find_first_log sql/mysqlbinlog.cc flose file only if we opened it sql/slave.cc changed spacing sql/sql_repl.cc fixed error message | ||||
* | | Fixes for bugs in the usage of IO_CACHE | monty@narttu.mysql.fi | 2000-11-17 | 1 | -1/+1 |
| | | |||||
* | | merge | monty@narttu.mysql.fi | 2000-11-16 | 1 | -14/+23 |
|\ \ | |/ |/| | |||||
| * | Fixes for IO_CACHE | monty@donna.mysql.com | 2000-11-16 | 1 | -14/+25 |
| | | |||||
* | | BUILD/compile-pentium-debug | sasha@mysql.sashanet.com | 2000-11-16 | 1 | -13/+16 |
|/ | | | | | | | | | | make -j 2 mysys/my_open.c my_umask is better than 0 - we do not want 0000 files when my_open() is called with O_CREAT sql/log.cc fixed up IO_CACHE to make replication work, not fully yet sql/log_event.cc fixed up IO_CACHE | ||||
* | changed to use IO_CACHE instead of FILE | monty@donna.mysql.com | 2000-11-16 | 1 | -77/+84 |
| | |||||
* | merge | monty@narttu.mysql.fi | 2000-11-16 | 1 | -220/+219 |
|\ | |||||
| * | changed to use IO_CACHE instead of FILE | monty@narttu.mysql.fi | 2000-11-15 | 1 | -168/+174 |
| | | |||||
| * | Bug fixes, TRUNCATE, safer passwords on command line and connect timeout | monty@tik.mysql.com | 2000-11-13 | 1 | -63/+64 |
| | | |||||
* | | laptop commit | sasha@laptop.slkc.uswest.net | 2000-11-11 | 1 | -0/+1 |
| | | |||||
* | | fixed --skip-slave-thread bug | sasha@mysql.sashanet.com | 2000-10-26 | 1 | -1/+140 |
|/ | | | | | | added PURGE MASTER LOGS TO and SHOW MASTER LOGS fixed the output of SHOW MASTER STATUS updated docs | ||||
* | Fix of LEFT JOIN optimizer bug, problem with key cache on Windows and | monty@donna.mysql.com | 2000-10-14 | 1 | -1/+1 |
| | | | | a lot of portability issues. |