mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:43:03 +01:00
Keep gcc 3.3 happy.
This commit is contained in:
parent
6aaed05383
commit
602aac3aa5
@ -367,11 +367,11 @@ public:
|
|||||||
typedef Opt *OPT;
|
typedef Opt *OPT;
|
||||||
|
|
||||||
// Values for opt_stream_flags
|
// Values for opt_stream_flags
|
||||||
const opt_stream_used = 1; // Stream is used
|
const USHORT opt_stream_used = 1; // Stream is used
|
||||||
|
|
||||||
// Values for opt_conjunct_flags
|
// Values for opt_conjunct_flags
|
||||||
const opt_conjunct_used = 1; // conjunct is used
|
const USHORT opt_conjunct_used = 1; // conjunct is used
|
||||||
const opt_conjunct_matched = 2; // conjunct matches an index segment
|
const USHORT opt_conjunct_matched = 2; // conjunct matches an index segment
|
||||||
|
|
||||||
/* global optimizer bits used in opt_g_flags */
|
/* global optimizer bits used in opt_g_flags */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user