3242
3201
table->field[18]->store(field->comment.str, field->comment.length, cs);
3246
3203
enum column_format_type column_format= (enum column_format_type)
3247
3204
((field->flags >> COLUMN_FORMAT_FLAGS) & COLUMN_FORMAT_MASK);
3250
3206
table->field[19]->store((const char*) pos,
3251
3207
strlen((const char*) pos), cs);
3252
3208
pos=(uchar*)(column_format == COLUMN_FORMAT_TYPE_DEFAULT ? "Default" :