summaryrefslogtreecommitdiff
path: root/storage/spider/spd_err.h
diff options
context:
space:
mode:
authorKentoku SHIBA <kentokushiba@gmail.com>2013-06-04 03:23:22 +0900
committerKentoku SHIBA <kentokushiba@gmail.com>2013-06-04 03:23:22 +0900
commitd6a091e7e4227c1f0414e726a14df1fae8cda311 (patch)
tree67f1d2c9fba4b8cf5142bce94a0d054524792fe7 /storage/spider/spd_err.h
parent0d043a3a2da5027eb5068c9da707dd1ce489c115 (diff)
downloadmariadb-git-d6a091e7e4227c1f0414e726a14df1fae8cda311.tar.gz
change error message for knowing more detail
Diffstat (limited to 'storage/spider/spd_err.h')
-rw-r--r--storage/spider/spd_err.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/spider/spd_err.h b/storage/spider/spd_err.h
index f7e23c33d96..c644d6ebca5 100644
--- a/storage/spider/spd_err.h
+++ b/storage/spider/spd_err.h
@@ -27,6 +27,8 @@
#define ER_SPIDER_UDF_PING_TABLE_PARAM_REQIRED_STR "Server name or table name are required"
#define ER_SPIDER_UDF_CANT_USE_IF_OPEN_TABLE_NUM 12507
#define ER_SPIDER_UDF_CANT_USE_IF_OPEN_TABLE_STR "This UDF can't execute if other tables are opened"
+#define ER_SPIDER_UDF_CANT_USE_IF_OPEN_TABLE_STR_WITH_NUM "This UDF can't execute if other tables are opened '%s'=%lld"
+#define ER_SPIDER_UDF_CANT_USE_IF_OPEN_TABLE_STR_WITH_PTR "This UDF can't execute if other tables are opened '%s'=%p"
#define ER_SPIDER_UDF_PING_TABLE_NO_SERVER_ID_NUM 12508
#define ER_SPIDER_UDF_PING_TABLE_NO_SERVER_ID_STR "Current server_id is not exist"
#define ER_SPIDER_UDF_PING_TABLE_DIFFERENT_MON_NUM 12509