~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/ha_tina.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:
799
799
    so that they could save/update local_saved_data_file_length value
800
800
    during locking. This is needed to enable concurrent inserts.
801
801
  */
802
 
  thr_lock_data_init(&share->lock, &lock);
 
802
  lock.init(&share->lock);
803
803
  ref_length=sizeof(off_t);
804
804
 
805
805
  return(0);