summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
Commit message (Expand)AuthorAgeFilesLines
* Use our version of RWLOCKS on UNIXWARE 7monty@hundin.mysql.fi2002-08-211-5/+7
* Lots of code fixes to the replication code (especially the binary logging and...monty@mashka.mysql.fi2002-08-081-16/+72
* New SET syntax & system variables.monty@mashka.mysql.fi2002-07-231-4/+6
* Added support for rw_tryrdlock() and rw_trywrlock()monty@hundin.mysql.fi2002-06-291-4/+7
* Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-232/+259
* Added a lot of DBUG_xxx statements to be able to find replication bug.monty@bitch.mysql.fi2002-06-081-9/+17
* removed init_count from IO_CACHE.monty@hundin.mysql.fi2002-06-051-124/+123
* replication fixsasha@mysql.sashanet.com2002-03-301-1/+2
* replication updates and bugfixes. Still not perfect - there is some strangesasha@mysql.sashanet.com2002-03-151-1/+2
* fixes for slave backward compatsasha@mysql.sashanet.com2002-02-071-22/+42
* New error messagesmonty@hundin.mysql.fi2002-01-291-30/+34
* more predicatable slave behaviour with wait_for_slave_stop in mysqltestsasha@mysql.sashanet.com2002-01-241-26/+38
* post-merge fixes, including slave-skip-errors backportsasha@mysql.sashanet.com2002-01-221-2/+9
* Here comes a nasty patch, although I am not ready to push it yet. I willsasha@mysql.sashanet.com2002-01-191-89/+105
* use env vars for socket/port in connect in mysqltestsasha@mysql.sashanet.com2001-11-171-34/+60
* work to enable reading 3.23 logs - not yet finishedsasha@mysql.sashanet.com2001-11-101-39/+58
* Fixes up things after merge from 3.23.44monty@hundin.mysql.fi2001-11-051-1/+8
* Mergesasha@mysql.sashanet.com2001-10-041-2/+2
|\
| * Portability fixes.monty@hundin.mysql.fi2001-10-031-2/+2
* | fixed slave to clean up load data infile temp filessasha@mysql.sashanet.com2001-10-031-1/+22
* | mysqltest can now talk to manager and start/stop servers with sasha@mysql.sashanet.com2001-10-011-0/+1
|/
* Integrated table->ref_primary_key into table->part_of_keymonty@hundin.mysql.fi2001-09-211-69/+74
* Portability fixesmonty@hundin.mysql.fi2001-09-151-31/+33
* Cleanupsmonty@hundin.mysql.fi2001-09-151-1/+4
* Merge with 3.23.42monty@work.mysql.com2001-09-131-1/+1
|\
| * Portability fixesmonty@work.mysql.com2001-09-061-1/+1
* | Merge work.mysql.com:/home/bk/mysqlmonty@work.mysql.com2001-09-041-9/+9
|\ \ | |/
| * Ensure that libmysqlclient doesn't use raidmonty@hundin.mysql.fi2001-09-041-9/+9
* | merge with 3.23.42monty@work.mysql.com2001-09-021-1/+5
|\ \ | |/
| * Portability fixesmonty@hundin.mysql.fi2001-08-301-0/+4
| * Fixes for OS2.monty@hundin.mysql.fi2001-08-221-1/+1
* | fixes in mysqltest and mysqlbinlogsasha@mysql.sashanet.com2001-08-201-0/+1
* | make LOAD DATA INFILE replication work with multi-character sasha@mysql.sashanet.com2001-08-181-105/+176
* | Remove warnings and portability fixesmonty@hundin.mysql.fi2001-08-141-11/+10
* | mergedsasha@mysql.sashanet.com2001-08-091-4/+15
|\ \ | |/
| * mysqlbinlog->clientsasha@mysql.sashanet.com2001-08-091-11/+20
* | new file_id generation methodsasha@mysql.sashanet.com2001-08-041-1/+2
* | LOAD DATA INFILE is now replicated properly, except for cleanup on sasha@mysql.sashanet.com2001-08-031-115/+851
* | clean-up, more work on LOAD DATA INFILEsasha@mysql.sashanet.com2001-07-231-7/+59
* | added pre/post read callbacks to IO_CACHEsasha@mysql.sashanet.com2001-07-201-1/+56
* | --do-test option in mysql-test-run - will do only tests that match the patternsasha@mysql.sashanet.com2001-06-261-3/+12
* | show master forced rotate info in SHOW BINLOG EVENTSsasha@mysql.sashanet.com2001-06-231-1/+5
* | merged new 3.23 errorssasha@mysql.sashanet.com2001-06-221-4/+17
* | added SHOW BINLOG EVENTSsasha@mysql.sashanet.com2001-06-211-13/+222
* | Added event sequence number and flags to binlogsasha@mysql.sashanet.com2001-06-191-266/+91
* | Added slave log event to record the master position in of slave threadsasha@mysql.sashanet.com2001-06-141-0/+144
|/
* Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysqlmonty@donna.mysql.fi2001-04-291-1/+1
|\
| * Cleanupmonty@donna.mysql.fi2001-04-291-1/+1
* | fixed bug in mysqlbinlogsasha@mysql.sashanet.com2001-04-251-2/+2
|/
* fixed redundant repetition of use db in mysqlbinlogsasha@mysql.sashanet.com2001-04-241-8/+24