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

BLR values in blp.h must not shift!

This commit is contained in:
robocop 2004-11-23 04:03:47 +00:00
parent 7dae4e74b3
commit b50566182e

View File

@ -143,7 +143,7 @@ static const struct
{"dcl_cursor", dcl_cursor},
{"cursor_stmt", cursor_stmt},
/* These verbs were added in 6.0, primarily to support 64-bit integers, now obsolete */
{"agg_average2", one}, {"agg_average_distinct2", one}, /* 170 */
{"agg_total_distinct2", one}, {"agg_average2", one}, {"agg_average_distinct2", one}, /* 170 */
{"average2", two},
{"gen_id2", gen_id},
{"set_generator2", gen_id},