~pbxt-engineers/pbxt/pbxt-conditional-crash

« back to all changes in this revision

Viewing changes to src/ha_pbxt.cc

  • Committer: Paul McCullagh
  • Date: 2010-01-22 14:02:16 UTC
  • Revision ID: paul.mccullagh@primebase.org-20100122140216-5d03mjtcovhwewjx
Removed opened parameter which is no longer required

Show diffs side-by-side

added added

removed removed

Lines of Context:
352
352
        pushr_(xt_unlock_mutex, share->sh_ex_mutex);
353
353
 
354
354
        if (!share->sh_table) {
355
 
                share->sh_table = xt_use_table(self, share->sh_table_path, FALSE, FALSE, NULL);
 
355
                share->sh_table = xt_use_table(self, share->sh_table_path, FALSE, FALSE);
356
356
                share->sh_dic_key_count = share->sh_table->tab_dic.dic_key_count;
357
357
                share->sh_dic_keys = share->sh_table->tab_dic.dic_keys;
358
358
                share->sh_recalc_selectivity = FALSE;
2336
2336
        try_(a) {
2337
2337
                xt_ha_open_database_of_table(self, (XTPathStrPtr) table_path);
2338
2338
 
2339
 
                pb_share = ha_get_share(self, table_path, true);
 
2339
                pb_share = ha_get_share(self, table_path, false);
2340
2340
                ha_add_to_handler_list(self, pb_share, this);
2341
2341
                if (pb_share->sh_table_lock) {
2342
2342
                        if (!ha_wait_for_shared_use(this, pb_share))