MDEV-22394 Merge new release of InnoDB 5.7.30 to 10.2
This commit is contained in:
commit
dd5c307cb0
@ -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;
|
||||
|
@ -2805,8 +2805,7 @@ check_fk:
|
||||
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user