Commit cd2f2c53 authored by unknown's avatar unknown

append_identifier() declaration fixed.

parent e731331c
......@@ -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("));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment