mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-19599 Change db_name, table_name to LEX_CSTRING in Item_ident and Send_field
This commit is contained in:
@@ -6933,9 +6933,9 @@ Item*
|
||||
Create_func_version::create_builder(THD *thd)
|
||||
{
|
||||
thd->lex->set_stmt_unsafe(LEX::BINLOG_STMT_UNSAFE_SYSTEM_FUNCTION);
|
||||
static Lex_cstring name("version()");
|
||||
static Lex_cstring name(STRING_WITH_LEN("version()"));
|
||||
return new (thd->mem_root) Item_static_string_func(thd, name,
|
||||
Lex_cstring(server_version),
|
||||
Lex_cstring_strlen(server_version),
|
||||
system_charset_info,
|
||||
DERIVATION_SYSCONST);
|
||||
}
|
||||
|
Reference in New Issue
Block a user