Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
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
nexedi
MariaDB
Commits
a9e5093e
Commit
a9e5093e
authored
Nov 05, 2014
by
Rich Prohaska
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into releases/tokudb-7.5
parents
72f1b01f
64560d81
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
mysql-test/suite/tokudb.bugs/t/5585.test
mysql-test/suite/tokudb.bugs/t/5585.test
+1
-0
storage/tokudb/hatoku_hton.cc
storage/tokudb/hatoku_hton.cc
+1
-1
No files found.
mysql-test/suite/tokudb.bugs/t/5585.test
View file @
a9e5093e
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_tokudb
.
inc
--
source
include
/
big_test
.
inc
--
disable_warnings
drop
table
if
exists
t1
,
t2
;
...
...
storage/tokudb/hatoku_hton.cc
View file @
a9e5093e
...
...
@@ -625,8 +625,8 @@ int tokudb_end(handlerton * hton, ha_panic_function type) {
if
(
db_env
)
{
if
(
tokudb_init_flags
&
DB_INIT_LOG
)
tokudb_cleanup_log_files
();
#if TOKU_INCLUDE_XA
long
total_prepared
=
0
;
// count the total number of prepared txn's that we discard
#if TOKU_INCLUDE_XA
while
(
1
)
{
// get xid's
const
long
n_xid
=
1
;
...
...
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