~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definition/table.cc

  • Committer: Gustaf Thorslund
  • Date: 2010-11-06 08:18:59 UTC
  • mto: (1911.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1912.
  • Revision ID: gustaf@thorslund.org-20101106081859-tbil99no12yz8fn6
Replaced some more macro functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1383
1383
                                decimals,
1384
1384
                                field_type,
1385
1385
                                charset,
1386
 
                                (Field::utype) MTYP_TYPENR(unireg_type),
 
1386
                                MTYP_TYPENR(unireg_type),
1387
1387
                                ((field_type == DRIZZLE_TYPE_ENUM) ?
1388
1388
                                 &intervals[interval_nr++]
1389
1389
                                 : (TYPELIB*) 0),