~prafulla-t/drizzle/drz-bugfix-586051

« back to all changes in this revision

Viewing changes to plugin/pbms/src/ha_pbms.cc

  • Committer: lbieber
  • Date: 2010-08-05 01:41:12 UTC
  • mfrom: (1685.2.2 staging)
  • Revision ID: lbieber@orisndriz03-20100805014112-wbm3goytk3o2jrr1
Merge Brian - custom lock encapsulation, and myisam lock removel code

Show diffs side-by-side

added added

removed removed

Lines of Context:
697
697
        inner_();
698
698
        try_(a) {
699
699
                ha_open_tab = MSSystemTableShare::openSystemTable(table_path, table);
700
 
                thr_lock_data_init(&ha_open_tab->myShare->myThrLock, &ha_lock, NULL);
 
700
                thr_lock_data_init(&ha_open_tab->myShare->myThrLock, &ha_lock);
701
701
                ref_length = ha_open_tab->getRefLen();
702
702
        }
703
703
        catch_(a) {