~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_share.h

  • Committer: Brian Aker
  • Date: 2010-03-16 03:28:36 UTC
  • Revision ID: brian@gaz-20100316032836-5gjcdinsc4nd0leg
Solve non-null termination issue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
    return db.str;
214
214
  }
215
215
 
 
216
  const std::string &getSchemaName(std::string &schema_name_arg) const
 
217
  {
 
218
    schema_name_arg.clear();
 
219
    schema_name_arg.append(db.str, db.length);
 
220
 
 
221
    return schema_name_arg;
 
222
  }
 
223
 
216
224
  uint32_t   block_size;                   /* create information */
217
225
 
218
226
  uint64_t   version;