Skip to content

Commit

Permalink
Add var counthits_lastmaxid for counthits task, and note T tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Jul 18, 2003
1 parent 9fc8f26 commit aa37db8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions sql/mysql/defaults.sql
Expand Up @@ -682,6 +682,7 @@ INSERT INTO vars (name, value, description) VALUES ('content_type_webpage','text
INSERT INTO vars (name, value, description) VALUES ('cookiedomain','','Domain for cookie to be active (normally leave blank)');
INSERT INTO vars (name, value, description) VALUES ('cookiepath','/','Path on server for cookie to be active');
INSERT INTO vars (name, value, description) VALUES ('cookiesecure','1','Set the secure flag in cookies if SSL is on?');
INSERT INTO vars (name, value, description) VALUES ('counthits_lastmaxid','1','Last accesslog id scanned by counthits task');
INSERT INTO vars (name, value, description) VALUES ('currentqid',1,'The Current Question on the homepage pollbooth');
INSERT INTO vars (name, value, description) VALUES ('daily_attime','00:00:00','Time of day to run dailyStuff (in TZ daily_tz; 00:00:00-23:59:59)');
INSERT INTO vars (name, value, description) VALUES ('daily_last','2000-01-01 01:01:01','Last time dailyStuff was run (GMT)');
Expand Down
11 changes: 8 additions & 3 deletions sql/mysql/upgrades
Expand Up @@ -1528,9 +1528,6 @@ UPDATE modreasons SET karma=val;

# End of T_2_3_0_98, Start of T_2_3_0_99 - 2003/06/03
# End of T_2_3_0_99, Start of T_2_3_0_100 - 2003/06/05

# SLASHDOT LAST UPDATED HERE

# End of T_2_3_0_100, Start of T_2_3_0_101 - 2003/06/12

# This index won't work on InnoDB tables but that's OK; it doesn't
Expand Down Expand Up @@ -1750,3 +1747,11 @@ INSERT INTO vars (name, value, description) VALUES ('memcached_servers','127.0.0

# USEPERL LAST UPDATED HERE

# End of T_2_3_0_107, Start of T_2_3_0_108 - 2003/07/15

INSERT INTO vars (name, value, description) VALUES ('counthits_lastmaxid','1','Last accesslog id scanned by counthits task');

# End of T_2_3_0_108, Start of T_2_3_0_109 - 2003/07/17

# SLASHDOT LAST UPDATED HERE

0 comments on commit aa37db8

Please sign in to comment.