From cd2f2c539566d907405cc9225b4a0c82d6e24563 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 10 Jan 2013 13:47:47 +0200 Subject: [PATCH] append_identifier() declaration fixed. --- sql/item_strfunc.cc | 4 +--- 1 file changed, 1 insertion(+), 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("));