2708
2700
We are going to add 4 ` around the db/table names and possible more
2709
2701
due to special characters in the names
2711
append_identifier(this, &s_query, table->s->db.str, strlen(table->s->db.str));
2713
append_identifier(this, &s_query, table->s->table_name.str,
2717
2708
close_temporary(table, 1, 1);