~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table/instance/base.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-19 09:09:12 UTC
  • mto: This revision was merged to the branch mainline in revision 2408.
  • Revision ID: olafvdspek@gmail.com-20110819090912-99xtr8q1zpo6p3gi
cppcheck

Show diffs side-by-side

added added

removed removed

Lines of Context:
443
443
    tmp_table= message::Table::INTERNAL;
444
444
    db= str_ref(private_key_for_cache.vector());
445
445
    table_name= str_ref(db.data() + 1);
446
 
    path.assign(&private_normalized_path[0], private_normalized_path.size());
 
446
    path= private_normalized_path;
447
447
    normalized_path= path;
448
448
  }
449
449
}