Commit ff38fefd authored by marko's avatar marko

innobase_print_identifier(): Remove TODO comment before calling

get_quote_char_for_identifier().  That function apparently assumes the
identifier to be encoded in UTF-8.
parent 85ccc78f
......@@ -1248,7 +1248,6 @@ innobase_print_identifier(
q = '"';
} else {
/* TODO: convert from UTF-8 to trx->mysql_thd->charset() ? */
q = get_quote_char_for_identifier((THD*) trx->mysql_thd,
s, (int) namelen);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment