Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
26cd9dee
Commit
26cd9dee
authored
13 years ago
by
Konstantin Osipov
Browse files
Options
Downloads
Patches
Plain Diff
Revert a change pushed by mistake.
parent
251640fc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mod/box/box.m
+0
-6
0 additions, 6 deletions
mod/box/box.m
test/box/suite.ini
+1
-1
1 addition, 1 deletion
test/box/suite.ini
with
1 addition
and
7 deletions
mod/box/box.m
+
0
−
6
View file @
26cd9dee
...
...
@@ -672,7 +672,6 @@ txn_commit(struct box_txn *txn)
if (!op_is_select(txn->op)) {
say_debug("box_commit(op:%s)", messages_strs[txn->op]);
#if 0
if (txn->flags & BOX_NOT_STORE)
;
else {
...
...
@@ -681,18 +680,13 @@ txn_commit(struct box_txn *txn)
tbuf_append(t, &txn->op, sizeof(txn->op));
tbuf_append(t, txn->req.data, txn->req.size);
#endif
i64 lsn = next_lsn(recovery_state, 0);
#if 0
bool res = !wal_write(recovery_state, wal_tag,
fiber->cookie, lsn, t);
#endif
confirm_lsn(recovery_state, lsn);
#if 0
if (res)
tnt_raise(LoggedError, :ER_WAL_IO);
}
#endif
unlock_tuples(txn);
...
...
This diff is collapsed.
Click to expand it.
test/box/suite.ini
+
1
−
1
View file @
26cd9dee
...
...
@@ -2,6 +2,6 @@
description
=
tarantool/box, minimal configuration
config
=
tarantool.cfg
# put disabled tests here
disabled
=
xlog.test
#
disabled = xlog.test
# put disabled in valgrind test here
valgrind_disabled
=
admin_coredump.test
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment