mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
WL#5498: Remove dead and unused source code
Remove unused macros or macro which are always defined. include/my_global.h: Remove unused macros and move macros which aren't used globally.
This commit is contained in:
@@ -6064,7 +6064,7 @@ bool add_field_to_list(THD *thd, LEX_STRING *field_name, enum_field_types type,
|
||||
|
||||
void store_position_for_column(const char *name)
|
||||
{
|
||||
current_thd->lex->last_field->after=my_const_cast(char*) (name);
|
||||
current_thd->lex->last_field->after=(char*) (name);
|
||||
}
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user