1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +03:00
Files
mariadb/sql
guilhem@mysql.com dba12258b9 Fix for BUG#2045 "Sending SIGHUP to mysqld crashes it if running with --log-bin".
The constructor of Rotate_log_event used when we are rotating our binlog or
relay log, should not assume that there is a nonzero THD available.
For example, when we are reacting to SIGHUP, the THD is 0.
In fact we don't need to use the THD in this constructor;
we can do like for Stop_log_event, and use the minimal Log_event
constructor.
If we were allowed to put Unix-specific commands in the testsuite,
I'd add a test for this (<sigh>).
2003-12-08 16:18:25 +01:00
..
2002-07-23 18:31:22 +03:00
2003-07-01 14:38:38 +03:00
2003-06-24 10:53:21 +05:00
2003-04-26 14:54:53 +03:00
2003-03-13 13:44:03 +01:00
2003-01-05 20:18:49 +02:00
2003-04-23 21:52:16 +03:00
2003-07-14 15:53:50 +03:00
2003-01-28 17:42:08 +01:00
2002-07-23 20:39:36 +03:00
2003-01-28 08:38:28 +02:00
2003-08-20 16:25:44 +03:00
2003-06-11 20:09:37 +05:00
2003-08-20 16:25:44 +03:00
2003-01-28 08:38:28 +02:00
2003-12-04 19:48:10 +02:00
2003-06-19 12:38:14 -04:00
2003-05-07 19:01:45 +03:00
2003-04-23 21:52:16 +03:00
2003-11-02 16:38:27 +02:00
2003-10-31 23:20:23 +01:00
2003-07-14 10:12:05 +03:00
2002-11-29 16:40:18 +02:00
2003-07-14 10:12:05 +03:00
2003-11-18 17:31:17 +01:00
2003-04-23 21:52:16 +03:00
2003-08-20 20:16:37 +03:00
2003-12-02 21:05:40 +03:00
2003-10-29 14:23:35 +01:00