You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The suffix to use for the binary log name; incremented each time we have a new build. Should be incremented with <see cref="Interlocked.Increment(ref int)"/>.
18
+
/// </summary>
19
+
privateint_binaryLogNumericSuffix;
20
+
21
+
/// <summary>
22
+
/// A GUID put into all binary log file names, so that way one session doesn't accidentally overwrite the logs from a prior session.
/// The suffix to use for the binary log name; incremented each time we have a new build. Should be incremented with <see cref="Interlocked.Increment(ref int)"/>.
34
-
/// </summary>
35
-
privateint_binaryLogNumericSuffix;
36
-
37
-
/// <summary>
38
-
/// A GUID put into all binary log file names, so that way one session doesn't accidentally overwrite the logs from a prior session.
0 commit comments