8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:03:03 +01:00

Fixed bug CORE-4754 : Manipulations with GTT from several attachments (using ES/EDS and different roles) leads to: "internal Firebird consistency check (invalid SEND request (167), file: JrdStatement.cpp line: 325)"

This commit is contained in:
hvlad 2015-04-20 12:11:26 +00:00
parent a3741c2ba3
commit 8b7c62daa2
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ using namespace Firebird;
DATABASE DB = FILENAME "ODS.RDB";
void PCMET_expression_index(thread_db* tdbb, const string& name, USHORT id, jrd_tra* transaction)
void PCMET_expression_index(thread_db* tdbb, const string& name, USHORT& id, jrd_tra* transaction)
{
/**************************************
*

View File

@ -33,7 +33,7 @@ namespace Jrd {
struct index_desc;
}
void PCMET_expression_index(Jrd::thread_db*, const Firebird::string&, USHORT, Jrd::jrd_tra*);
void PCMET_expression_index(Jrd::thread_db*, const Firebird::string&, USHORT&, Jrd::jrd_tra*);
void PCMET_lookup_index(Jrd::thread_db*, Jrd::jrd_rel*, Jrd::index_desc*);
#endif // JRD_PCMET_PROTO_H