diff options
author | mats@kindahl-laptop.dnsalias.net <> | 2007-06-11 22:15:39 +0200 |
---|---|---|
committer | mats@kindahl-laptop.dnsalias.net <> | 2007-06-11 22:15:39 +0200 |
commit | 7bc43ebfc9dfee595530b9707b9d6797e2a60adf (patch) | |
tree | a5aeb5e654946367a567da821efa7b17263f59d2 /sql/rpl_utility.cc | |
parent | a4c6ff85513cd9b42bd1f2f2c28844177ced0270 (diff) | |
download | mariadb-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_utility.cc')
-rw-r--r-- | sql/rpl_utility.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/rpl_utility.cc b/sql/rpl_utility.cc index e56cb4f2730..a04bcd1fab9 100644 --- a/sql/rpl_utility.cc +++ b/sql/rpl_utility.cc @@ -14,6 +14,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "rpl_utility.h" +#include "rpl_rli.h" uint32 field_length_from_packed(enum_field_types const field_type, |