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
dd5c307c
Commit
dd5c307c
authored
Apr 28, 2020
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Plain Diff
MDEV-22394 Merge new release of InnoDB 5.7.30 to 10.2
parents
547cb280
2644e52f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
storage/innobase/include/univ.i
storage/innobase/include/univ.i
+1
-1
storage/innobase/row/row0upd.cc
storage/innobase/row/row0upd.cc
+1
-2
No files found.
storage/innobase/include/univ.i
View file @
dd5c307c
...
...
@@ -41,7 +41,7 @@ Created 1/20/1994 Heikki Tuuri
#
define
INNODB_VERSION_MAJOR
5
#
define
INNODB_VERSION_MINOR
7
#
define
INNODB_VERSION_BUGFIX
29
#
define
INNODB_VERSION_BUGFIX
30
/* The following is the InnoDB version as shown in
SELECT plugin_version FROM information_schema.plugins;
...
...
storage/innobase/row/row0upd.cc
View file @
dd5c307c
...
...
@@ -2805,8 +2805,7 @@ row_upd_clust_rec_by_insert(
mtr_commit
(
mtr
);
err
=
row_ins_clust_index_entry
(
index
,
entry
,
thr
,
node
->
upd_ext
?
node
->
upd_ext
->
n_ext
:
0
);
index
,
entry
,
thr
,
dtuple_get_n_ext
(
entry
));
node
->
state
=
UPD_NODE_INSERT_CLUSTERED
;
mem_heap_free
(
heap
);
...
...
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