~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/unireg.cc

  • Committer: Brian Aker
  • Date: 2008-07-08 20:52:20 UTC
  • Revision ID: brian@tangent.org-20080708205220-jj590log4vjwhrge
Final cleanup on enum for MEMORY/DISK

Show diffs side-by-side

added added

removed removed

Lines of Context:
283
283
    /* prepare header */
284
284
    {
285
285
      uint flags= 0;
286
 
      flags|= create_info->default_storage_media; //3 bits
287
286
 
288
287
      bzero(buff, format_section_header_size);
289
288
      /* length of section 2 bytes*/