~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/embedded_innodb/embedded_innodb_engine.cc

  • Committer: Brian Aker
  • Date: 2010-08-08 01:18:02 UTC
  • mto: (1698.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1696.
  • Revision ID: brian@gaz-20100808011802-go9sp57jxgmcgfxn
More encapsulation of thr_lock

Show diffs side-by-side

added added

removed removed

Lines of Context:
634
634
 
635
635
  int rc;
636
636
  share= get_share(name, has_hidden_primary_key, &rc);
637
 
  thr_lock_data_init(&share->lock, &lock);
 
637
  lock.init(&share->lock);
638
638
 
639
639
 
640
640
  if (table->getShare()->getPrimaryKey() != MAX_KEY)