mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 07:05:33 +02:00
New SQL variables "collation_server" and "collation_database"
This commit is contained in:
parent
0ea88acaa3
commit
ebda1ae282
9 changed files with 126 additions and 30 deletions
|
|
@ -224,7 +224,7 @@ int mysql_load(THD *thd,sql_exchange *ex,TABLE_LIST *table_list,
|
|||
info.handle_duplicates=handle_duplicates;
|
||||
info.escape_char=escaped->length() ? (*escaped)[0] : INT_MAX;
|
||||
|
||||
READ_INFO read_info(file,tot_length,thd->variables.character_set_database,
|
||||
READ_INFO read_info(file,tot_length,thd->variables.collation_database,
|
||||
*field_term,*ex->line_start, *ex->line_term, *enclosed,
|
||||
info.escape_char, read_file_from_client, is_fifo);
|
||||
if (read_info.error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue