Closed
Bug 95731
Opened 24 years ago
Closed 24 years ago
software error: "INSERT INTO shadowlog" fails because "Table 'shadowlog' was not locked"
Categories
(Bugzilla :: Bugzilla-General, defect, P1)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.14
People
(Reporter: myk, Assigned: myk)
Details
Attachments
(2 files)
988 bytes,
patch
|
Details | Diff | Splinter Review | |
642 bytes,
patch
|
Details | Diff | Splinter Review |
Software error:
INSERT INTO shadowlog (command) VALUES ('INSERT INTO tokens ( userid , issuedate
, token , tokentype , eventdata ) VALUES ( 27300 , NOW() , \'5#Lp0!i6\' ,
\'password\' , \'63.192.202.253\' )'): Table 'shadowlog' was not locked with
LOCK TABLES at globals.pl line 214.
Software error:
INSERT INTO shadowlog (command) VALUES ('DELETE FROM tokens WHERE token =
\'5#Lp0!i6\''): Table 'shadowlog' was not locked with LOCK TABLES at globals.pl
line 214.
-----
It seems to happen only with the token code so far.
Comment 1•24 years ago
|
||
b.m.o shakedown.
Severity: normal → blocker
Priority: -- → P1
Target Milestone: --- → Bugzilla 2.14
Assignee | ||
Comment 2•24 years ago
|
||
Assignee | ||
Comment 3•24 years ago
|
||
Reassigning to myself and setting patch and review(needed) keywords.
Comment 4•24 years ago
|
||
r= justdave
checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•24 years ago
|
||
test
Comment 6•24 years ago
|
||
testing something...
Comment 7•24 years ago
|
||
testing, ignore me
Assignee | ||
Comment 8•24 years ago
|
||
token.cgi also has this problem.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 9•24 years ago
|
||
Assignee | ||
Comment 10•24 years ago
|
||
I upgraded b.m.o. with this patch by hand so we have it before the next cvs update.
Comment 11•24 years ago
|
||
r=jake on attachment 46207 [details] [diff] [review].
checked in
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Comment 12•24 years ago
|
||
Moving to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: Bugzilla 2.13 → unspecified
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•