1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-27 05:56:07 +03:00
Files
mariadb/mysql-test/t
Andrei Elkin c0de944fdb Bug #38798 Assertion mysql_bin_log.is_open() failed in binlog_trans_log_savepos()
The assert is about binlogging must have been activated, but it was
not actually according to the reported how-to-repeat instuctions.
Analysis revealed that binlog_start_trans_and_stmt() was called
without prior testing if binlogging is ON.

Fixed with avoing entering binlog_start_trans_and_stmt() if binlog is
not activated.


mysql-test/r/skip_log_bin.result:
  new results.
mysql-test/t/skip_log_bin-master.opt:
  the option to deactivate binlogging.
mysql-test/t/skip_log_bin.test:
  regression test for the bug.
sql/sql_insert.cc:
  avoing entering binlog_start_trans_and_stmt() if binlog is not activated.
2008-08-29 17:20:08 +03:00
..
2008-07-18 15:00:45 +03:00
2008-03-17 14:26:00 +03:00
2008-07-22 19:00:27 +02:00
2008-04-30 14:49:37 +02:00
2008-08-26 18:53:22 +05:00
2008-07-21 11:20:03 +02:00
2008-04-22 21:49:39 -07:00
2008-02-25 21:18:50 +01:00
2008-02-25 21:18:50 +01:00
2008-01-25 16:05:15 -08:00
2008-04-08 20:01:20 +04:00
2008-07-03 23:41:22 +04:00
2008-04-02 00:43:17 +02:00
2008-08-15 16:42:29 -04:00
2008-07-03 23:41:22 +04:00
2008-08-20 16:42:01 +05:00
2008-05-21 17:34:14 +02:00
2008-07-07 11:43:56 +03:00
2008-08-26 14:50:32 +05:00
2008-07-15 18:43:25 +02:00
2008-07-15 18:43:25 +02:00
2008-04-08 20:01:20 +04:00
2008-08-28 12:54:50 +03:00
2008-08-15 15:49:43 -04:00
2008-03-14 20:51:32 +01:00
2008-06-27 20:56:41 +05:00