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
08e2c98e
Commit
08e2c98e
authored
Nov 10, 2022
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Plain Diff
Merge 10.6 into 10.7
parents
f82f8fac
fef9d6ef
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
4 deletions
+10
-4
mysql-test/main/order_by_innodb.result
mysql-test/main/order_by_innodb.result
+1
-1
mysql-test/main/order_by_innodb.test
mysql-test/main/order_by_innodb.test
+1
-1
mysql-test/suite/innodb/t/alter_dml_apply.test
mysql-test/suite/innodb/t/alter_dml_apply.test
+1
-0
mysql-test/suite/innodb/t/import_corrupted.test
mysql-test/suite/innodb/t/import_corrupted.test
+1
-0
mysql-test/suite/innodb/t/innodb_scrub.test
mysql-test/suite/innodb/t/innodb_scrub.test
+1
-0
mysql-test/suite/mariabackup/big_innodb_log.test
mysql-test/suite/mariabackup/big_innodb_log.test
+1
-0
mysql-test/suite/mariabackup/defer_space.test
mysql-test/suite/mariabackup/defer_space.test
+1
-0
mysql-test/suite/mariabackup/innodb_redo_log_overwrite.test
mysql-test/suite/mariabackup/innodb_redo_log_overwrite.test
+1
-0
mysql-test/suite/mariabackup/innodb_redo_overwrite.test
mysql-test/suite/mariabackup/innodb_redo_overwrite.test
+1
-0
storage/innobase/btr/btr0cur.cc
storage/innobase/btr/btr0cur.cc
+1
-2
No files found.
mysql-test/main/order_by_innodb.result
View file @
08e2c98e
...
...
@@ -154,7 +154,7 @@ id2 int NOT NULL,
d1 datetime,
d2 timestamp NOT NULL,
KEY id2 (id2)
) engine=innodb;
) engine=innodb
stats_persistent=0
;
insert into t2 values
(1,2,'2019-03-05 00:00:00','2019-03-06 00:00:00'),
(2,3,'2019-03-05 00:00:00','2019-03-06 00:00:00'),
...
...
mysql-test/main/order_by_innodb.test
View file @
08e2c98e
...
...
@@ -141,7 +141,7 @@ CREATE TABLE t2 (
d1
datetime
,
d2
timestamp
NOT
NULL
,
KEY
id2
(
id2
)
)
engine
=
innodb
;
)
engine
=
innodb
stats_persistent
=
0
;
insert
into
t2
values
(
1
,
2
,
'2019-03-05 00:00:00'
,
'2019-03-06 00:00:00'
),
...
...
mysql-test/suite/innodb/t/alter_dml_apply.test
View file @
08e2c98e
...
...
@@ -2,6 +2,7 @@
--
source
include
/
have_debug
.
inc
--
source
include
/
have_debug_sync
.
inc
--
source
include
/
have_sequence
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
CREATE
TABLE
t1
(
f1
INT
NOT
NULL
,
f2
INT
NOT
NULL
,
f3
CHAR
(
200
),
f4
CHAR
(
200
),
...
...
mysql-test/suite/innodb/t/import_corrupted.test
View file @
08e2c98e
--
source
include
/
have_innodb
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
call
mtr
.
add_suppression
(
"Table `test`.`t2` should have 2 indexes but the tablespace has 1 indexes"
);
call
mtr
.
add_suppression
(
"Index for table 't2' is corrupt; try to repair it"
);
...
...
mysql-test/suite/innodb/t/innodb_scrub.test
View file @
08e2c98e
--
source
include
/
have_innodb
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
let
$MYSQLD_DATADIR
=
`select @@datadir`
;
CREATE
TABLE
t1
(
f1
int
auto_increment
primary
key
,
...
...
mysql-test/suite/mariabackup/big_innodb_log.test
View file @
08e2c98e
...
...
@@ -5,6 +5,7 @@
# recovery process with such numbers.
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
--
let
MYSQLD_DATADIR
=
`select @@datadir`
let
$MYSQLD_BOOTSTRAP_CMD
=
$MYSQLD_BOOTSTRAP_CMD
--
datadir
=
$MYSQLD_DATADIR
--
tmpdir
=
$MYSQL_TMP_DIR
--
debug
-
dbug
=+
d
,
innodb_small_log_block_no_limit
;
...
...
mysql-test/suite/mariabackup/defer_space.test
View file @
08e2c98e
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
not_embedded
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
call
mtr
.
add_suppression
(
"InnoDB: Expected tablespace id .*"
);
--
echo
# Mariabackup --backup with page0 INIT_PAGE redo record
...
...
mysql-test/suite/mariabackup/innodb_redo_log_overwrite.test
View file @
08e2c98e
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have_sequence
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
CREATE
TABLE
t
(
i
INT
)
ENGINE
=
INNODB
;
...
...
mysql-test/suite/mariabackup/innodb_redo_overwrite.test
View file @
08e2c98e
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_debug_sync
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
CREATE
TABLE
t
(
i
INT
)
ENGINE
=
INNODB
;
...
...
storage/innobase/btr/btr0cur.cc
View file @
08e2c98e
...
...
@@ -2393,9 +2393,8 @@ dberr_t btr_cur_search_to_nth_level(dict_index_t *index, ulint level,
page hash index, while holding search latch. */
if
(
!
btr_search_enabled
)
{
}
else
if
(
tuple
->
info_bits
&
REC_INFO_MIN_REC_FLAG
)
{
ut_ad
(
index
->
is_instant
());
/* This may be a search tuple for
btr_pcur_restore_position(). */
btr_pcur_
t::
restore_position(). */
ut_ad
(
tuple
->
is_metadata
()
||
(
tuple
->
is_metadata
(
tuple
->
info_bits
^
REC_STATUS_INSTANT
)));
...
...
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