~ubuntu-branches/debian/wheezy/firebird2.5/wheezy

« back to all changes in this revision

Viewing changes to src/jrd/met_proto.h

  • Committer: Package Import Robot
  • Author(s): Damyan Ivanov
  • Date: 2012-04-13 18:16:14 UTC
  • mfrom: (1.3.10)
  • Revision ID: package-import@ubuntu.com-20120413181614-eou7puzlvzpis1k6
Tags: 2.5.2~svn+54376.ds4-1
* -server-common.postrm: remove directories under /var/lib only if they
  exist (Closes: #668378)

* Snapshot from upstream's 2.5 branch, revision 54376
 + CORE-3812: Connection lost to database during massive dropping and
   altering primary keys of tables
 + Check result of a fstat() call even if it is unlikely to fail
 + Additional fix for CORE-3807. Otherwise, _utf8 'A' is considered equal to
   _win1251 'ABCD'

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
#endif
117
117
void            MET_clear_cache(Jrd::thread_db*);
118
118
bool            MET_procedure_in_use(Jrd::thread_db*, Jrd::jrd_prc*);
 
119
void            MET_release_procedure_request(Jrd::thread_db*, Jrd::jrd_prc*);
119
120
void            MET_remove_procedure(Jrd::thread_db*, int, Jrd::jrd_prc*);
120
121
void            MET_revoke(Jrd::thread_db*, Jrd::jrd_tra*, const TEXT*, const TEXT*, const TEXT*);
121
122
void            MET_scan_relation(Jrd::thread_db*, Jrd::jrd_rel*);