~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Brian Aker
  • Date: 2011-04-21 01:59:51 UTC
  • mfrom: (2283.1.14 unused-macros)
  • mto: This revision was merged to the branch mainline in revision 2284.
  • Revision ID: brian@tangent.org-20110421015951-wsrg3w1qjnfnp1zu
Merge in stewart.

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,