mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 00:34:18 +01:00
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.
This commit is contained in:
parent
83edf1fce1
commit
b4cf335cf5
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue