Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
c7ae4f65
Commit
c7ae4f65
authored
Mar 21, 2000
by
terry%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clear the shadow log when doing a full sync; the data isn't good for
anything anyway.
parent
16ea7e0f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
syncshadowdb
syncshadowdb
+2
-1
No files found.
syncshadowdb
View file @
c7ae4f65
...
...
@@ -177,7 +177,8 @@ if ($syncall) {
$::dbwritesallowed
=
1
;
SendSQL
(
"UPDATE shadowlog SET reflected = 1 WHERE reflected = 0"
,
1
);
# SendSQL("UPDATE shadowlog SET reflected = 1 WHERE reflected = 0", 1);
SendSQL
(
"DELETE FROM shadowlog"
,
1
);
SendSQL
(
"UNLOCK TABLES"
);
if
(
$wasusing
)
{
Verbose
(
"Reenabling other processes to read from the shadow db"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment