1
0
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:
Sinisa@sinisa.nasamreza.org
2002-12-31 18:01:53 +02:00
parent a4a80302b8
commit 885d9d9037
3 changed files with 4 additions and 4 deletions

View File

@ -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)