mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
5.2->5.3 merge
This commit is contained in:
@@ -3564,9 +3564,8 @@ int select_create::write_to_binlog(bool is_trans, int errcode)
|
||||
if (f != field)
|
||||
query.append(STRING_WITH_LEN(","));
|
||||
|
||||
query.append(STRING_WITH_LEN("`"));
|
||||
query.append((*f)->field_name, strlen((*f)->field_name));
|
||||
query.append(STRING_WITH_LEN("`"));
|
||||
append_identifier(thd, &query, (*f)->field_name,
|
||||
strlen((*f)->field_name));
|
||||
}
|
||||
query.append(STRING_WITH_LEN(") "));
|
||||
|
||||
|
Reference in New Issue
Block a user