summaryrefslogtreecommitdiff
path: root/include/mysql.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-06-13 14:14:47 +0200
committerSergei Golubchik <sergii@pisem.net>2013-06-13 14:14:47 +0200
commitacad1cc03c082abafc11554cfa4f801638521018 (patch)
treed5c969dbb2ec9c22371b8482e6f22db3d250d077 /include/mysql.h
parent458927163a88e5e95b5764cf95713509ab386211 (diff)
downloadmariadb-git-acad1cc03c082abafc11554cfa4f801638521018.tar.gz
MDEV-4573 UNINSTALL PLUGIN misleading error message for non-dynamic plugins
change WARN_PLUGIN_DELETE_BUILTIN to ER_PLUGIN_DELETE_BUILTIN
Diffstat (limited to 'include/mysql.h')
-rw-r--r--include/mysql.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql.h b/include/mysql.h
index 74914006758..090abf46377 100644
--- a/include/mysql.h
+++ b/include/mysql.h
@@ -135,6 +135,7 @@ typedef unsigned long long my_ulonglong;
/* backward compatibility define - to be removed eventually */
#define ER_WARN_DATA_TRUNCATED WARN_DATA_TRUNCATED
+#define WARN_PLUGIN_DELETE_BUILTIN ER_PLUGIN_DELETE_BUILTIN
typedef struct st_mysql_rows {
struct st_mysql_rows *next; /* list of rows */