diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-06-20 10:45:57 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-06-20 11:10:27 +0200 |
commit | bb24663f5ad955a615172512c04779d219bb6645 (patch) | |
tree | 63e9c3c6bc1026e9853f3d766d208899c3cfdae9 /include | |
parent | 44682962e3fe591d16c6fa966c39e9c738427712 (diff) | |
download | mariadb-git-bb24663f5ad955a615172512c04779d219bb6645.tar.gz |
MDEV-13577 slave_parallel_mode=optimistic should not report the mode's specific temporary errors
Revert 7bbe324fc17
Fix the bug differently (in log_event.cc)
Fix the test case to actually fail without the bug fix
Diffstat (limited to 'include')
-rw-r--r-- | include/my_sys.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/my_sys.h b/include/my_sys.h index 1c5649812d1..110a2ee9af3 100644 --- a/include/my_sys.h +++ b/include/my_sys.h @@ -112,7 +112,6 @@ typedef struct my_aio_result { #define ME_JUST_INFO 1024 /**< not error but just info */ #define ME_JUST_WARNING 2048 /**< not error but just warning */ #define ME_FATALERROR 4096 /* Fatal statement error */ -#define ME_LOG_AS_WARN 8192 /* is error but error-logged as warning */ /* Bits in last argument to fn_format */ #define MY_REPLACE_DIR 1 /* replace dir in name with 'dir' */ |