mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
append_identifier() declaration fixed.
This commit is contained in:
parent
e731331c53
commit
cd2f2c5395
1 changed files with 1 additions and 3 deletions
|
@ -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("));
|
||||
|
|
Loading…
Reference in a new issue