diff options
author | Kentoku SHIBA <kentokushiba@gmail.com> | 2015-10-29 07:34:53 +0900 |
---|---|---|
committer | Kentoku SHIBA <kentokushiba@gmail.com> | 2015-10-29 07:34:53 +0900 |
commit | 14eea2f8c25078dcb8d803d9fc6b67e92f065d38 (patch) | |
tree | 231c856af438dcc93bb6c7f89fdac14ef8dc69f1 /storage/spider/spd_err.h | |
parent | d4dd936bd75b1c46f2868a963bb07549d783d9f0 (diff) | |
download | mariadb-git-14eea2f8c25078dcb8d803d9fc6b67e92f065d38.tar.gz |
merge spider-3.2.37
Diffstat (limited to 'storage/spider/spd_err.h')
-rw-r--r-- | storage/spider/spd_err.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/spider/spd_err.h b/storage/spider/spd_err.h index 13605d16481..35f90ad8a94 100644 --- a/storage/spider/spd_err.h +++ b/storage/spider/spd_err.h @@ -63,6 +63,8 @@ #define ER_SPIDER_REQUEST_KEY_STR "Request key not found" #define ER_SPIDER_CANT_OPEN_SYS_TABLE_NUM 12524 #define ER_SPIDER_CANT_OPEN_SYS_TABLE_STR "Can't open system table %s.%s" +#define ER_SPIDER_LINK_MON_JUST_NG_NUM 12525 +#define ER_SPIDER_LINK_MON_JUST_NG_STR "Table '%s.%s' just got a problem" #define ER_SPIDER_CANT_USE_BOTH_INNER_XA_AND_SNAPSHOT_NUM 12601 #define ER_SPIDER_CANT_USE_BOTH_INNER_XA_AND_SNAPSHOT_STR "Can't use both spider_use_consistent_snapshot = 1 and spider_internal_xa = 1" |