~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_share.cc

  • Committer: lbieber
  • Date: 2010-09-11 14:54:46 UTC
  • mfrom: (1755.2.2 refactor)
  • mto: This revision was merged to the branch mainline in revision 1758.
  • Revision ID: lbieber@orisndriz03-20100911145446-c7uo91jk29k6ctat
Merge Brian - Small set of refactoring (includes one case of memset on a table object).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1331
1331
 
1332
1332
 
1333
1333
    Table temp_table; /* Use this so that BLOB DEFAULT '' works */
1334
 
    memset(&temp_table, 0, sizeof(temp_table));
1335
1334
    temp_table.setShare(this);
1336
1335
    temp_table.in_use= &session;
1337
1336
    temp_table.getMutableShare()->db_low_byte_first= true; //Cursor->low_byte_first();