Last modified: 2010-05-15 15:38:37 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T4861, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 2861 - refreshLinks doesn't insert cl_timestamp
refreshLinks doesn't insert cl_timestamp
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Categories (Other open bugs)
1.5.x
PC Solaris
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-07-14 22:22 UTC by River Tarnell
Modified: 2010-05-15 15:38 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description River Tarnell 2005-07-14 22:22:18 UTC
SQL> describe categorylinks; 
 Name                                      Null?    Type 
 ----------------------------------------- -------- 
---------------------------- 
 CL_FROM                                   NOT NULL NUMBER(8) 
 CL_TO                                     NOT NULL VARCHAR2(255) 
 CL_SORTKEY                                         VARCHAR2(86) 
 CL_TIMESTAMP                              NOT NULL TIMESTAMP(6) WITH 
TIME ZONE 
 
 
cl_timestamp is not null and must be given a value, however: 
 
A database error has occurred 
Query: INSERT INTO CATEGORYLINKS (cl_from,cl_to,cl_sortkey) VALUES 
(:cl_from, :cl_to, :cl_sortkey) 
Function: LinksUpdate::doDumbUpdate 
Error: 0 ORA-01400: cannot insert NULL into 
("WIKIUSER"."CATEGORYLINKS"."CL_TIMESTAMP")<br /> 
 
it does not insert any value into that column.
Comment 1 Tim Starling 2006-03-01 11:10:19 UTC
Fixed in CVS for 1.6 release.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links