~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Brian Aker
  • Date: 2011-04-21 06:25:01 UTC
  • mfrom: (2283.2.2 drizzle-ga)
  • Revision ID: brian@tangent.org-20110421062501-ar72kil0t91mp01q
Rollup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
730
730
                              be used for name resolving; can be "".
731
731
*/
732
732
 
733
 
#define STRING_TOTAL_LENGTH_TO_PACK_ROWS 128
734
 
#define AVG_STRING_LENGTH_TO_PACK_ROWS   64
735
 
#define RATIO_TO_PACK_ROWS             2
736
 
 
737
733
Table *
738
734
create_tmp_table(Session *session,Tmp_Table_Param *param,List<Item> &fields,
739
735
                 Order *group, bool distinct, bool save_sum_fields,