1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

added collation processing in UNION merging

temporary table BLOB now is longblob
This commit is contained in:
bell@sanja.is.com.ua
2003-11-25 23:52:10 +02:00
parent 675186d816
commit 5474ada47a
9 changed files with 126 additions and 17 deletions

View File

@ -941,7 +941,7 @@ public:
struct st_table *table_arg, CHARSET_INFO *cs)
:Field_str((char*) 0,len_arg, maybe_null_arg ? (uchar*) "": 0,0,
NONE, field_name_arg, table_arg, cs),
geom_flag(true), packlength(3)
geom_flag(true), packlength(4)
{
flags|= BLOB_FLAG;
}