mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
23a752360e
Revert our temporary fix for Bug#40360 Binlog related errors with binlog off This bug was fixed in MySQL code. Our fix went into r2944 and r2947, but this patch does not entirely revert those revisions because we want to leave the test case that was introduced and also r2944 itself reverted r2935 and r2936. So if we completely revert r2944 and r2947 then we would loose the test and will restore r2935 and r2936. This resolves Issue#108 We should remove ib_bin_log_is_engaged() once mysql add an equivallent, see Bug#40360
25 lines
697 B
C++
25 lines
697 B
C++
/******************************************************
|
|
This file contains functions that need to be added to
|
|
MySQL code but have not been added yet.
|
|
|
|
Whenever you add a function here submit a MySQL bug
|
|
report (feature request) with the implementation. Then
|
|
write the bug number in the comment before the
|
|
function in this file.
|
|
|
|
When MySQL commits the function it can be deleted from
|
|
here. In a perfect world this file exists but is empty.
|
|
|
|
(c) 2007 Innobase Oy
|
|
|
|
Created November 07, 2007 Vasil Dimov
|
|
*******************************************************/
|
|
|
|
#ifndef MYSQL_SERVER
|
|
#define MYSQL_SERVER
|
|
#endif /* MYSQL_SERVER */
|
|
|
|
#include <mysql_priv.h>
|
|
|
|
#include "mysql_addons.h"
|
|
#include "univ.i"
|