mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:40:38 +01:00
Warning
This commit is contained in:
parent
0b08d20b3f
commit
8e47db4154
@ -115,7 +115,7 @@ public:
|
||||
{
|
||||
if (changeNumber != getStorage()->getChangeNumber())
|
||||
update_sessions();
|
||||
return trace_needs & (1 << e);
|
||||
return trace_needs & (1i64 << e);
|
||||
}
|
||||
|
||||
/* DSQL-friendly routines to call Trace API hooks.
|
||||
|
Loading…
Reference in New Issue
Block a user