summaryrefslogtreecommitdiff
path: root/sql/rpl_mi.h
diff options
context:
space:
mode:
authormats@kindahl-laptop.dnsalias.net <>2007-06-11 22:15:39 +0200
committermats@kindahl-laptop.dnsalias.net <>2007-06-11 22:15:39 +0200
commit7bc43ebfc9dfee595530b9707b9d6797e2a60adf (patch)
treea5aeb5e654946367a567da821efa7b17263f59d2 /sql/rpl_mi.h
parenta4c6ff85513cd9b42bd1f2f2c28844177ced0270 (diff)
downloadmariadb-git-7bc43ebfc9dfee595530b9707b9d6797e2a60adf.tar.gz
BUG#24954 (Last_errno and Last_error not set after master_retry_count has
been reached): Post-merge patch to handle all the changes to the tree since the tree was cloned.
Diffstat (limited to 'sql/rpl_mi.h')
-rw-r--r--sql/rpl_mi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/rpl_mi.h b/sql/rpl_mi.h
index 054356935de..44ab0d1dc15 100644
--- a/sql/rpl_mi.h
+++ b/sql/rpl_mi.h
@@ -18,8 +18,8 @@
#ifdef HAVE_REPLICATION
-#include "rpl_reporting.h"
#include "rpl_rli.h"
+#include "rpl_reporting.h"
/*****************************************************************************