mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +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
|
C_MODE_START
|
||||||
#include "../mysys/my_static.h" // For soundex_map
|
#include "../mysys/my_static.h" // For soundex_map
|
||||||
C_MODE_END
|
C_MODE_END
|
||||||
|
#include "sql_show.h" // append_identifier
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@todo Remove this. It is not safe to use a shared String object.
|
@todo Remove this. It is not safe to use a shared String object.
|
||||||
|
@ -4664,9 +4665,6 @@ null:
|
||||||
return 1;
|
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)
|
void Item_dyncol_get::print(String *str, enum_query_type query_type)
|
||||||
{
|
{
|
||||||
str->append(STRING_WITH_LEN("column_get("));
|
str->append(STRING_WITH_LEN("column_get("));
|
||||||
|
|
Loading…
Add table
Reference in a new issue