~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/info_schema_methods.cc

Merged in latest plugin-slot-reorg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1128
1128
      }
1129
1129
      table->field[i]->set_notnull();
1130
1130
    }
1131
 
    string engine_name= ha_resolve_storage_engine_name(tmp_db_type);
 
1131
    const string &engine_name= drizzled::plugin::StorageEngine::resolveName(tmp_db_type);
1132
1132
    table->field[4]->store(engine_name.c_str(), engine_name.size(), cs);
1133
1133
    table->field[5]->store((int64_t) 0, true);
1134
1134