762 Commits (83bcd5dfab83948353b2f30bfe497f0a92d31977)

Author SHA1 Message Date
unknown c5c497164f post-review fixes. Now ROLLBACK is done in Format_description_log_event 21 years ago
unknown 9297872d75 auto-ROLLBACK if binlog was not closed properly 21 years ago
unknown 72896c4215 Ensure that slaves have normal COMMIT behaviour after WL#1967 21 years ago
unknown 7636b12f6c WL#1062 "log charset info into all Query_log_event": 21 years ago
unknown be255d6577 open binlog index file *before* tc_log->open() and binlog itself *after* 21 years ago
unknown 8bdb500105 fixes/cleanups according to Coverity report 21 years ago
unknown 2ec0d73025 slave.cc: 21 years ago
unknown 608729f711 Fix for BUG#7965 "Slave_IO_State Stuck at 'Checking Master Version'": 21 years ago
unknown acf76e3b88 First stage of table definition cache 21 years ago
unknown 082bf702a5 Very minor fixes for Seconds_Behind_Master column of SHOW SLAVE STATUS. 21 years ago
unknown 4869f022fd A change of behaviour of Seconds_Behind_Master from SHOW SLAVE STATUS. It's going into 4.1 21 years ago
unknown 40c2a8870b Changing the default of libmysqlclient : it's now NO reconnection. 21 years ago
unknown f2d6046eda Due to a compiler bug, slave.cc:tables_ok() sometimes wrongly returns 21 years ago
unknown 60af920628 Fixes while reviewing code 21 years ago
unknown 6f2cf12aa6 Fix for Bug#6148. Only rewind read position in binary log when the 21 years ago
unknown ab51882b77 Fixes for compilation errors in Windows (casts from uint32* to uint*) in repl and charset code. 21 years ago
unknown 8d71bcec21 now my_printf_error is not better then my_error, but my_error call is shorter 21 years ago
unknown 9e921615a1 post-review fixes 21 years ago
unknown 69bce9c68d More debugging 21 years ago
unknown 066c90563a errors without code removed 21 years ago
unknown afe39f2590 Optimization: in the replication slave, we can avoid doing one strlen() per event's execution, 21 years ago
unknown ffc0d185da Added options --auto-increment-increment and --auto-increment-offset. 22 years ago
unknown 7d717939b4 few s/sql_print_error/sql_print_information/ 22 years ago
unknown 32db5b4c5e when we update thd->db in replication, it's safer to update thd->db_length too. 22 years ago
unknown df8a43b8b2 sql_print_error cleanup 22 years ago
unknown e0a12e898c Bug #4629 Crash after SLAVE STOP, if the IO thread is in special state. 22 years ago
unknown 2eb954a27a Bug #4629 Crash after SLAVE STOP, if the IO thread is in special state. 22 years ago
unknown f6e5d6ce9d Fix for BUG#4678 "mysql-test-run fails on grant_cache": 22 years ago
unknown eaf34dd8e3 Port of cursors to be pushed into 5.0 tree: 22 years ago
unknown 00e7ec4279 Fix for: 22 years ago
unknown 1adf793ddf Reverting a line I had just added to slave.cc (mutex is already locked 22 years ago
unknown d475643da8 Avoiding a theoretically possible crash (pthread_mutex_lock(0)) which could (at least in POSIX Threads books) 22 years ago
unknown 9b867a2a7f Replication: various small fixes specific to the new binlog format of 5.0 22 years ago
unknown 8790b1e65c VIEW 22 years ago
unknown de6285928d Unused variables removed (many files). 22 years ago
unknown 6aaccbcbf7 WL#1264 "Per-thread time zone support infrastructure". 22 years ago
unknown 0e6b9457fe don't need to tag the slave SQL thread as "bootstrap". It causes duplicate 22 years ago
unknown 934bb37d39 Implementation of WL#1824 "Add replication of character set variables in 4.1", 22 years ago
unknown 431d0e6101 Proposed fix for bug #3412 (embedded server: prepared statement returns 22 years ago
unknown 668f35b7d5 Fix for BUG#3871: a slave must always replicate a statement, even if it examines more than 4G rows, 22 years ago
unknown 66c96f2c57 Fix for BUG#3829 "Setting server_id on fly doesn't allow replication to start" 22 years ago
unknown 8d18ae3986 a code fix (don't specify default value of argument twice), updating a line of SHOW SLAVE STATUS 22 years ago
unknown 3a272c1fa9 Post-merge fixes. 22 years ago
unknown 7bd91ac065 Many files: 22 years ago
unknown 974ce66bdd Replication: 22 years ago
unknown 601bdde5ed very minor changes: a STOP SLAVE in a replication test to get rid of a non critical message in slave.err, 22 years ago
unknown 40dba5a82f useless fixes for --report-password and --show-slave-auth-info (almost undocumented options), 22 years ago
unknown b36398fe0d compatibility fix (bug#3606) 22 years ago
unknown 87a93a3195 A new option --replicate-same-server-id to force a slave to execute queries originating from itself 22 years ago
unknown a3828081cd After merge fixes 22 years ago