~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/columns.cc

  • Committer: Brian Aker
  • Date: 2010-02-18 17:24:08 UTC
  • mto: (1273.19.13 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1304.
  • Revision ID: brian@gaz-20100218172408-l224655n3lf4h6nd
Revert OSX fix, requiring more cast.

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
  push(column.name());
117
117
 
118
118
  /* ORDINAL_POSITION */
119
 
  push(column_iterator);
 
119
  push(static_cast<int64_t>(column_iterator));
120
120
 
121
121
  /* COLUMN_DEFAULT */
122
122
  push(column.options().default_value());