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:
parent
a3741c2ba3
commit
8b7c62daa2
@ -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)
|
||||
{
|
||||
/**************************************
|
||||
*
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user