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_rli.h | |
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_rli.h')
-rw-r--r-- | sql/rpl_rli.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/rpl_rli.h b/sql/rpl_rli.h index b4c6a4bf7c5..c458318594a 100644 --- a/sql/rpl_rli.h +++ b/sql/rpl_rli.h @@ -16,8 +16,6 @@ #ifndef RPL_RLI_H #define RPL_RLI_H -#define MAX_SLAVE_ERRMSG 1024 - #include "rpl_tblmap.h" #include "rpl_reporting.h" |