~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

Merging Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
3968
3968
#define STRING_TOTAL_LENGTH_TO_PACK_ROWS 128
3969
3969
#define AVG_STRING_LENGTH_TO_PACK_ROWS   64
3970
3970
#define RATIO_TO_PACK_ROWS             2
3971
 
#define MIN_STRING_LENGTH_TO_PACK_ROWS   10
3972
3971
 
3973
3972
Table *
3974
3973
create_tmp_table(THD *thd,TMP_TABLE_PARAM *param,List<Item> &fields,