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
6a514ef6
Commit
6a514ef6
authored
Jan 17, 2024
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-30940: Try to fix the test
parent
f8c88d90
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
mysql-test/suite/innodb/r/lock_move_wait_lock_race.result
mysql-test/suite/innodb/r/lock_move_wait_lock_race.result
+2
-1
mysql-test/suite/innodb/t/lock_move_wait_lock_race.test
mysql-test/suite/innodb/t/lock_move_wait_lock_race.test
+2
-1
No files found.
mysql-test/suite/innodb/r/lock_move_wait_lock_race.result
View file @
6a514ef6
CREATE TABLE t (pk int PRIMARY KEY, c varchar(10)) ENGINE=InnoDB;
CREATE TABLE t (pk int PRIMARY KEY, c varchar(10))
STATS_PERSISTENT=0 ENGINE=InnoDB;
INSERT INTO t VALUES (10, "0123456789");
INSERT INTO t VALUES (10, "0123456789");
connection default;
connection default;
BEGIN;
BEGIN;
...
...
mysql-test/suite/innodb/t/lock_move_wait_lock_race.test
View file @
6a514ef6
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
--
source
include
/
have_debug
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have_debug_sync
.
inc
--
source
include
/
have_debug_sync
.
inc
CREATE
TABLE
t
(
pk
int
PRIMARY
KEY
,
c
varchar
(
10
))
ENGINE
=
InnoDB
;
CREATE
TABLE
t
(
pk
int
PRIMARY
KEY
,
c
varchar
(
10
))
STATS_PERSISTENT
=
0
ENGINE
=
InnoDB
;
INSERT
INTO
t
VALUES
(
10
,
"0123456789"
);
INSERT
INTO
t
VALUES
(
10
,
"0123456789"
);
--
connection
default
--
connection
default
...
...
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