1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00
Files
mariadb/sql
unknown 3ab267bf81 Bug#17284 erroneous temp table cleanup on slave.
Idea of the fix is for master to send FD event with `created' as 0
     to reconnecting slave (upon slave_net_timeout, no master crash) to avoid destroying temp tables.
     In a case of a connect by slave to the master after its crash temp tables have been already
     cleaned up so that slave can not keep `orphan' temp tables.


mysql-test/r/rpl_temporary.result:
  results
mysql-test/t/rpl_temporary.test:
  wait-free addon to check temp tables are ok after slave reconnect.
sql/sql_repl.cc:
  Storing zero for assigning to `created' of FD event on the reconnecting slave.
mysql-test/include/get_binlog_dump_thread_id.inc:
  mysqltest's preudo-macro to calculate $id master dump thread id
2006-04-07 20:44:37 +03:00
..
2005-11-26 08:54:13 +01:00
2005-09-30 14:03:55 +02:00
2006-03-29 19:31:16 +05:00
2005-11-03 22:42:25 +02:00
2006-03-30 17:14:55 +04:00
2006-02-17 10:52:32 +04:00
2005-08-12 13:54:42 +03:00
2005-07-25 12:57:23 -07:00
2005-10-15 14:32:37 -07:00
2006-03-30 19:04:21 +04:00
2006-03-30 19:04:21 +04:00
2005-06-07 00:31:53 +03:00
2006-02-17 10:52:32 +04:00
2006-03-10 12:12:08 +01:00
2006-03-30 17:14:55 +04:00
2006-03-16 00:15:23 -08:00
2005-06-07 00:31:53 +03:00
2006-02-14 08:24:01 +04:00
2006-02-17 10:52:32 +04:00
2006-02-01 16:00:11 +01:00
2005-05-26 21:01:55 +02:00
2006-03-30 17:14:55 +04:00
2005-08-12 17:57:19 +03:00
2005-12-14 01:21:56 +02:00
2006-03-30 17:14:55 +04:00
2005-07-31 12:49:55 +03:00
2005-12-06 08:19:23 +01:00