Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
7e3f40d2
Commit
7e3f40d2
authored
Jul 30, 2007
by
David Johnson
Browse files
Add missing comma in query.
parent
b2bafa07
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/libdb.py.in
View file @
7e3f40d2
...
...
@@ -456,7 +456,7 @@ def TBSetNodeHistory(nodeid, op, uid, pid, eid):
return
DBQueryWarn
(
"insert into node_history set "
" history_id=0, node_id=%s, op=%s, "
" uid=%s, uid_idx=%s stamp=UNIX_TIMESTAMP(now()), "
" uid=%s, uid_idx=%s
,
stamp=UNIX_TIMESTAMP(now()), "
" exptidx=%s"
,
(
nodeid
,
op
,
uid
,
idx
,
exptidx
))
...
...
Write
Preview
Supports
Markdown
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