~stewart/pbxt/pbxt-rename

« back to all changes in this revision

Viewing changes to src/table_xt.cc

  • Committer: Paul McCullagh
  • Date: 2008-09-12 14:39:17 UTC
  • mfrom: (369.1.7 pbxt)
  • Revision ID: paul.mccullagh@primebase.org-20080912143917-bmnkyrh0612tth44
Merged update for RN155

Show diffs side-by-side

added added

removed removed

Lines of Context:
1471
1471
         * --error 1452
1472
1472
         * INSERT INTO t2 VALUES(2);
1473
1473
         */
 
1474
        /* this code is not needed anymore as we open tables referred by FKs as necessary during checks
1474
1475
        xt_ht_lock(self, db->db_tables);
1475
1476
        pushr_(xt_ht_unlock, db->db_tables);
1476
1477
        tab = xt_use_table_no_lock(self, db, name, FALSE, FALSE, NULL);
1477
1478
        freer_(); // xt_ht_unlock(db->db_tables)
1478
1479
        xt_heap_release(self, tab);
 
1480
        */
1479
1481
 
1480
1482
        exit_();
1481
1483
}