~mordred/drizzle/codestyle

« back to all changes in this revision

Viewing changes to storage/innobase/handler/ha_innodb.h

  • Committer: Monty Taylor
  • Date: 2008-10-13 10:14:09 UTC
  • mfrom: (383.7.6 drizzle-virtual-columns)
  • mto: This revision was merged to the branch mainline in revision 511.
  • Revision ID: monty@inaugust.com-20081013101409-aszm0nonww0f07zd
Merged in Virtual Column work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
        int cmp_ref(const unsigned char *ref1, const unsigned char *ref2);
214
214
        bool check_if_incompatible_data(HA_CREATE_INFO *info,
215
215
                                        uint32_t table_changes);
 
216
        bool check_if_supported_virtual_columns(void) { return true; }
216
217
public:
217
218
  /**
218
219
   * Multi Range Read interface