~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/tables.cc

  • Committer: Brian Aker
  • Date: 2009-12-01 02:39:03 UTC
  • mfrom: (1234.1.4 push)
  • Revision ID: brian@gaz-20091201023903-1id5z7xnup695jaq
Merge of Brian + Jay test fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
437
437
        table->field[16]->store_time(&time, DRIZZLE_TIMESTAMP_DATETIME);
438
438
        table->field[16]->set_notnull();
439
439
      }
440
 
      if (cursor->ha_table_flags() & (ulong) HA_HAS_CHECKSUM)
 
440
      if (cursor->getEngine()->check_flag(HTON_BIT_HAS_CHECKSUM))
441
441
      {
442
442
        table->field[18]->store((int64_t) cursor->checksum(), true);
443
443
        table->field[18]->set_notnull();