~ubuntu-branches/ubuntu/oneiric/firebird2.5/oneiric-security

« back to all changes in this revision

Viewing changes to src/jrd/jrd.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2011-03-15 08:12:36 UTC
  • mfrom: (15.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110315081236-yvlefnnrhg0pk58r
Tags: 2.5.0.26074-0.ds4-4
* remove alternative dependency on cdebconf
* no-spurious-linkage.patch: link all executables with pthreads.
  yes, this introduces a couple of warnings about needless linking, but
  is the easiest way to fix the missing pthreads linkage in most of the
  executables (closes: #618104)
* remove Daniel Urban from Uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
6305
6305
 *
6306
6306
 **************************************/
6307
6307
 
 
6308
        if (!transaction)
 
6309
                status_exception::raise(Arg::Gds(isc_segstr_wrong_db));
 
6310
 
6308
6311
        DYN_ddl(/*attachment,*/ transaction, ddl_length, ddl);
6309
6312
        JRD_autocommit_ddl(tdbb, transaction);
6310
6313
}