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
e370d1f5
Commit
e370d1f5
authored
Jun 28, 2008
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 442175: [Oracle] cron script collectstats.pl doesn't work (ORA error)
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
parent
62788f04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
collectstats.pl
collectstats.pl
+1
-1
No files found.
collectstats.pl
View file @
e370d1f5
...
...
@@ -539,7 +539,7 @@ sub CollectSeriesData {
my
$serieses
=
$dbh
->
selectall_hashref
(
"SELECT series_id, query, creator "
.
"FROM series "
.
"WHERE frequency != 0 AND "
.
"
($days_since_epoch + series_id) % frequency
= 0"
,
"
MOD(($days_since_epoch + series_id), frequency)
= 0"
,
"series_id"
);
# We prepare the insertion into the data table, for efficiency.
...
...
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