append_identifier() declaration fixed.

This commit is contained in:
unknown 2013-01-10 13:47:47 +02:00
parent e731331c53
commit cd2f2c5395

View file

@ -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("));