mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
mysql-5.1.67 merge
This commit is contained in:
@@ -3478,9 +3478,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