8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Add missing ODS-level constant

This commit is contained in:
Dmitry Yemanov 2022-08-13 10:15:39 +03:00
parent d24838bc7c
commit 1c3ae97f21

View File

@ -414,6 +414,7 @@ const USHORT irt_in_progress = 4;
const USHORT irt_foreign = 8;
const USHORT irt_primary = 16;
const USHORT irt_expression = 32;
const USHORT irt_condition = 64;
inline ULONG index_root_page::irt_repeat::getRoot() const
{