summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.cc
diff options
context:
space:
mode:
authorunknown <sanja@askmonty.org>2013-01-10 13:47:47 +0200
committerunknown <sanja@askmonty.org>2013-01-10 13:47:47 +0200
commitcd2f2c539566d907405cc9225b4a0c82d6e24563 (patch)
tree171011af5d42cc460545dcfff2460ac73e06d92a /sql/item_strfunc.cc
parente731331c533c87b14e79bc996cc9d2ec0616ad17 (diff)
downloadmariadb-git-cd2f2c539566d907405cc9225b4a0c82d6e24563.tar.gz
append_identifier() declaration fixed.
Diffstat (limited to 'sql/item_strfunc.cc')
-rw-r--r--sql/item_strfunc.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/sql/item_strfunc.cc b/sql/item_strfunc.cc
index 53a7b9a1fca..a2bbdd63b40 100644
--- a/sql/item_strfunc.cc
+++ b/sql/item_strfunc.cc
@@ -57,6 +57,7 @@
C_MODE_START
#include "../mysys/my_static.h" // For soundex_map
C_MODE_END
+#include "sql_show.h" // append_identifier
/**
@todo Remove this. It is not safe to use a shared String object.
@@ -4664,9 +4665,6 @@ null:
return 1;
}
-void
-append_identifier(THD *thd, String *packet, const char *name, uint length);
-
void Item_dyncol_get::print(String *str, enum_query_type query_type)
{
str->append(STRING_WITH_LEN("column_get("));