1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00
Files
mariadb/mysql-test/r
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
..
2006-03-01 15:50:15 +04:00
2006-03-29 19:31:16 +05:00
2005-06-27 12:25:15 +02:00
2005-10-13 11:28:06 +02:00
2006-03-30 09:13:25 +05:00
2006-03-30 17:14:55 +04:00
2005-09-08 18:15:05 +01:00
2005-08-29 22:35:48 -05:00
2005-08-15 14:19:56 -07:00
2005-06-27 20:31:00 +03:00
2006-03-30 17:14:55 +04:00
2005-08-26 22:25:45 -07:00
2006-03-06 15:14:15 +04:00
2005-09-09 12:47:57 +02:00
2006-01-06 00:47:49 +02:00
2005-07-22 21:06:02 +05:00
2006-03-31 21:26:17 -08:00
2006-02-03 00:07:36 +03:00
2005-12-06 21:28:13 +01:00
2005-10-28 02:36:19 +03:00
2005-08-12 17:57:19 +03:00
2006-03-24 12:44:54 -08:00
2005-08-29 21:06:45 +02:00
2006-03-06 23:43:47 +01:00
2005-09-14 12:24:14 +03:00
2005-12-06 21:28:13 +01:00
2005-10-12 15:19:51 +02:00
2006-02-07 19:57:31 +01:00
2005-08-26 22:25:45 -07:00
2005-09-15 22:21:30 +04:00
2005-08-19 11:38:14 +03:00
2005-08-24 19:37:27 +03:00
2005-07-28 21:25:05 +03:00
2005-10-07 15:09:44 +05:00
2005-07-19 03:01:25 +04:00
2005-09-14 23:12:01 +03:00
2005-10-13 11:28:06 +02:00
2005-10-13 11:28:06 +02:00
2005-10-10 19:38:58 +02:00
2006-03-31 21:26:17 -08:00
2005-08-11 18:42:22 +01:00
2005-11-29 16:46:51 +04:00
2006-03-10 12:12:08 +01:00
2006-03-31 21:26:17 -08:00
2006-02-14 08:24:01 +04:00
2006-03-27 18:28:55 -08:00