~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/tables.h

Updating from additional schemas added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
      /* Create_time */
179
179
      push(0);
180
180
 
 
181
      /* Update_time */
 
182
      push(0);
 
183
 
 
184
      /* Check_time */
 
185
      push(0);
 
186
 
181
187
      /* Collation */
182
188
      push(getTableProto().options().collation());
183
189