Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
99a54dd4
Commit
99a54dd4
authored
Jan 20, 2010
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix in dbms devbody insert
parent
451c7cab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wb/lib/wb/src/wb_dbms.cpp
wb/lib/wb/src/wb_dbms.cpp
+1
-1
No files found.
wb/lib/wb/src/wb_dbms.cpp
View file @
99a54dd4
...
...
@@ -1646,7 +1646,7 @@ int wb_dbms_dbody::ins(wb_dbms_txn *txn, size_t offset, size_t size, void *p)
m_data
.
size
(
size
);
m_data
.
data
(
p
);
return
m_db
->
m_t_
r
body
->
ins
(
txn
,
&
m_key
,
&
m_data
);
return
m_db
->
m_t_
d
body
->
ins
(
txn
,
&
m_key
,
&
m_data
);
}
int
wb_dbms_dbody
::
upd
(
wb_dbms_txn
*
txn
,
size_t
offset
,
size_t
size
,
void
*
p
)
...
...
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