Re: OPLOG_MAGIC_SEQ_ID

2018-06-21 Thread Anthony Baker
plog.OPLOG_MAGIC_SEQ_ID is used for all other oplog file types >> >> HTH, >> Anthony >> >> >> >> >>> On Jun 21, 2018, at 1:36 PM, Kirk Lund wrote: >>> >>> Please help me understand OPLOG_MAGIC_SEQ_ID in the oplog code...

Re: OPLOG_MAGIC_SEQ_ID

2018-06-21 Thread Kirk Lund
eve that: > > DiskInitFile.OPLOG_MAGIC_SEQ_ID is used for *.if files > Oplog.OPLOG_MAGIC_SEQ_ID is used for all other oplog file types > > HTH, > Anthony > > > > > > On Jun 21, 2018, at 1:36 PM, Kirk Lund wrote: > > > > Please help me understand OPLOG_MAGIC_SEQ_ID

Re: OPLOG_MAGIC_SEQ_ID

2018-06-21 Thread Anthony Baker
nderstand OPLOG_MAGIC_SEQ_ID in the oplog code... > > There is a constant called OPLOG_MAGIC_SEQ_ID which is a byte representing > the beginning of every oplog file. Makes sense so far. > > There are two different constants called OPLOG_MAGIC_SEQ_ID each with a > different value. One is

OPLOG_MAGIC_SEQ_ID

2018-06-21 Thread Kirk Lund
Please help me understand OPLOG_MAGIC_SEQ_ID in the oplog code... There is a constant called OPLOG_MAGIC_SEQ_ID which is a byte representing the beginning of every oplog file. Makes sense so far. There are two different constants called OPLOG_MAGIC_SEQ_ID each with a different value. One is in