~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definition/table.cc

  • Committer: Lee Bieber
  • Date: 2010-11-08 00:56:57 UTC
  • mfrom: (1911.1.4 build)
  • Revision ID: kalebral@gmail.com-20101108005657-tvx0sxjyx29ldrh7
Merge Stewart - Fix bug 616466: auto_increment and PBMS problem - adds test case for this, can no longer reproduce the problem
Merge Stewart - fix bug 621755: blitzdb dictionary not updated after alter table
Merge Stewart - fix bug 668880: remove use of exit in archive storage engine
Merge Gustaf - replace macros 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),