~ubuntu-branches/ubuntu/raring/firebird2.5/raring-proposed

« back to all changes in this revision

Viewing changes to src/remote/inet.cpp

  • Committer: Package Import Robot
  • Author(s): Damyan Ivanov
  • Date: 2012-05-12 15:30:11 UTC
  • mfrom: (15.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20120512153011-31u9cbv8p06yepwi
Tags: 2.5.2~svn+54476.ds4-1
* Snapshot from upstream's 2.5 branch, revision 54476
 + CORE-3841: Corrupted database after inserting rows
 + CORE-3844: Validation not detecting one specific case of index corruption
 + Fixed regression in the fix for CORE-3777
 + CORE-3814: SuperClassic server crashes when performing a database
   shutdown with forced writes off
 + CORE-3598: Tracing: add statistics of actions that were after transaction
   finish
 + Trace errors raised by failed ON TRANSACTION ROLLBACK and ON DISCONNECT
   triggers
 + CORE-3539: Tracing: add ability to log errors that occur in runtime
   (lock conflicts, PK/UK/FK violations etc.)

* drop transitional firebird2.5-dev package

Show diffs side-by-side

added added

removed removed

Lines of Context:
851
851
        }
852
852
#endif // WIN_NT
853
853
 
 
854
        // Make sure getservbyname returns the protocol we searched for.
 
855
        // See also bug CORE-3819.
 
856
 
 
857
        if (service && fb_utils::stricmp(service->s_name, protocol.c_str()))
 
858
                service = NULL;
 
859
 
854
860
        // Modification by luz (slightly modified by FSG)
855
861
        // instead of failing here, try applying hard-wired
856
862
        // translation of "gds_db" into "3050"