1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-07 17:42:39 +03:00
Files
mariadb/sql
unknown bd6a70019e Replication:
Now the I/O thread (in flush_master_info()) flushes the relay log to disk
after reading every event. Slower but provides additionnal safety in case
of brutal crash.
I had to make the flush optional (i.e. add a if(some_bool_argument) in the function)
because sometimes flush_master_info() is called when there is no usable
relay log (the relay log's IO_CACHE is not initialized so can't be flushed).


mysql-test/r/rpl_loaddata_rule_m.result:
  avoid a harmless error in the .err file; we don't need a slave in this test
  (even though it's called 'rpl' because it's testing binlog-ignore-db).
mysql-test/t/rpl_loaddata_rule_m.test:
  result update
sql/repl_failsafe.cc:
  update call to flush_master_info() according to new prototype.
sql/slave.cc:
  - Now the I/O thread (in flush_master_info()) flushes the relay log to disk
  after reading every event. Slower but provides additionnal safety in case
  of brutal crash.
  I had to make the flush optional (i.e. add a if(some_bool_argument) in the function)
  because sometimes flush_master_info() is called when there is no usable
  relay log (the relay log's IO_CACHE is not initialized so can't be flushed).
  - Update version in message.
  - Remove warning about bug as it's not true anymore (since this changeset).
sql/slave.h:
  new prototype
sql/sql_repl.cc:
  update call to flush_master_info() according to new prototype.
2003-11-23 17:02:59 +01:00
..
2003-11-19 14:59:12 +04:00
2003-09-19 14:05:28 +05:00
2003-11-20 22:06:25 +02:00
2003-10-07 15:42:26 +03:00
2003-11-20 22:06:25 +02:00
2003-11-03 22:48:03 +02:00
2003-10-30 19:17:57 +01:00
2003-10-30 19:17:57 +01:00
2003-10-24 22:44:48 +02:00
2003-11-21 01:53:01 +02:00
2003-08-19 00:08:08 +03:00
2003-11-20 22:06:25 +02:00
2003-11-20 22:06:25 +02:00
2003-09-19 14:44:31 +05:00
2003-11-17 18:02:08 +04:00
2003-11-20 22:06:25 +02:00
2003-11-03 22:48:03 +02:00
2003-11-03 22:48:03 +02:00
2003-11-20 22:06:25 +02:00
2003-10-22 20:52:47 +03:00
2003-11-21 01:53:01 +02:00
2003-11-17 18:02:08 +04:00
2003-11-21 01:53:01 +02:00
2003-11-17 18:02:08 +04:00
2003-09-24 10:24:56 +03:00
2003-11-04 09:40:36 +02:00
2003-11-20 22:06:25 +02:00
2003-11-20 22:06:25 +02:00
2003-09-24 10:24:56 +03:00
2003-06-19 12:38:14 -04:00
2003-10-24 22:44:48 +02:00
2003-11-20 22:06:25 +02:00
2003-09-03 16:31:01 +02:00
2003-11-20 22:06:25 +02:00
2003-09-18 12:25:00 +05:00
2003-11-23 17:02:59 +01:00
2003-11-21 01:53:01 +02:00
2003-11-20 22:06:25 +02:00
2003-11-23 17:02:59 +01:00
2003-11-23 17:02:59 +01:00
2003-11-20 22:06:25 +02:00
2003-11-20 22:06:25 +02:00
2003-11-07 13:02:52 +02:00
2003-07-14 16:38:51 +05:00
2003-11-21 14:41:57 +02:00
2003-10-22 20:52:47 +03:00
2003-11-20 22:30:48 +02:00
2003-10-15 22:40:36 +03:00
2003-08-11 22:44:43 +03:00
2003-11-20 22:06:25 +02:00
2003-11-21 01:53:01 +02:00
2003-07-14 10:12:05 +03:00
2003-11-23 17:02:59 +01:00
2003-08-11 22:44:43 +03:00
2003-11-21 01:53:01 +02:00
2003-11-20 22:06:25 +02:00
2003-11-03 12:28:36 +02:00
2003-11-03 12:28:36 +02:00
2003-11-21 01:53:01 +02:00
2003-11-20 22:06:25 +02:00
2003-10-21 11:58:43 +02:00
2003-11-20 22:06:25 +02:00
2003-11-20 22:06:25 +02:00
2003-11-18 17:04:52 +03:00