~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/indexes.cc

Merged embedded-innodb-write-row into embedded-innodb-rnd-read.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
  push(index.options().null_part_key());
112
112
 
113
113
  /* KEY_LENGTH */
114
 
  push(index.key_length());
 
114
  push(static_cast<uint64_t>(index.key_length()));
115
115
 
116
116
  /* INDEX_TYPE */
117
117
  {