Hi!

FB4 - 4.0.0.2489

We tried the following in both (sync, async) modes:

Master:
CREATE SEQUENCE TMP_GEN_1;
commit;

(The sequence was created fine in replicas.)

Master:
select gen_id(tmp_gen_1, 1) from rdb$database;
-- Result: 1 - OK
commit;
select gen_id(tmp_gen_1, 0) from rdb$database;
-- Result: 1 - OK

Replica:
select gen_id(tmp_gen_1, 0) from rdb$database;
-- Result: 0 - This should be 1.

Can someone confirm if this is a bug?

András





__________ Information from ESET Mail Security, version of virus signature 
database 23314 (20210518) __________

The message was checked by ESET Mail Security.
http://www.eset.com

Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to