~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.cc

  • Committer: Brian Aker
  • Date: 2008-11-24 18:52:04 UTC
  • Revision ID: brian@tangent.org-20081124185204-mvhoue1axv2vhn14
Adding snowman test (plus a dead variable removal).

I suspect this will cause all sorts of pain.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1540
1540
    case Item::CACHE_ITEM:
1541
1541
    case Item::TYPE_HOLDER:
1542
1542
    case Item::PARAM_ITEM:
1543
 
    case Item::VIEW_FIXER_ITEM: 
1544
1543
         my_error(ER_VIRTUAL_COLUMN_FUNCTION_IS_NOT_ALLOWED, MYF(0), field_name);
1545
1544
         return true;
1546
1545
         break;