mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
A fix for a charset bug in the select_export (select into
outfile) class.
This commit is contained in:
@ -2844,7 +2844,6 @@ String *Field_timestamp::val_str(String *val_buffer,
|
||||
val_buffer->alloc(field_length+1);
|
||||
char *to=(char*) val_buffer->ptr(),*end=to+field_length;
|
||||
val_buffer->length(field_length);
|
||||
val_buffer->set_charset(val_ptr->charset());
|
||||
|
||||
#ifdef WORDS_BIGENDIAN
|
||||
if (table->db_low_byte_first)
|
||||
|
Reference in New Issue
Block a user