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
9dfef3fb
Commit
9dfef3fb
authored
Dec 22, 2023
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix sporadic failures of main.lock_sync
wait for all connections to disconnect before the cleanup
parent
dba9d192
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
46 deletions
+1
-46
mysql-test/main/lock_sync.result
mysql-test/main/lock_sync.result
+0
-22
mysql-test/main/lock_sync.test
mysql-test/main/lock_sync.test
+1
-24
No files found.
mysql-test/main/lock_sync.result
View file @
9dfef3fb
...
...
@@ -26,28 +26,6 @@ ALWAYS
connect con1, localhost, root,,;
connect con2, localhost, root,,;
connection default;
drop table if exists t0, t1, t2, t3, t4, t5;
drop view if exists v1, v2;
drop procedure if exists p1;
drop procedure if exists p2;
drop procedure if exists p3;
drop function if exists f1;
drop function if exists f2;
drop function if exists f3;
drop function if exists f4;
drop function if exists f5;
drop function if exists f6;
drop function if exists f7;
drop function if exists f8;
drop function if exists f9;
drop function if exists f10;
drop function if exists f11;
drop function if exists f12;
drop function if exists f13;
drop function if exists f14;
drop function if exists f15;
drop function if exists f16;
drop function if exists f17;
create table t1 (i int primary key);
insert into t1 values (1), (2), (3), (4), (5);
create table t2 (j int primary key);
...
...
mysql-test/main/lock_sync.test
View file @
9dfef3fb
...
...
@@ -44,30 +44,6 @@ select @@global.concurrent_insert;
connect
(
con1
,
localhost
,
root
,,);
connect
(
con2
,
localhost
,
root
,,);
connection
default
;
--
disable_warnings
drop
table
if
exists
t0
,
t1
,
t2
,
t3
,
t4
,
t5
;
drop
view
if
exists
v1
,
v2
;
drop
procedure
if
exists
p1
;
drop
procedure
if
exists
p2
;
drop
procedure
if
exists
p3
;
drop
function
if
exists
f1
;
drop
function
if
exists
f2
;
drop
function
if
exists
f3
;
drop
function
if
exists
f4
;
drop
function
if
exists
f5
;
drop
function
if
exists
f6
;
drop
function
if
exists
f7
;
drop
function
if
exists
f8
;
drop
function
if
exists
f9
;
drop
function
if
exists
f10
;
drop
function
if
exists
f11
;
drop
function
if
exists
f12
;
drop
function
if
exists
f13
;
drop
function
if
exists
f14
;
drop
function
if
exists
f15
;
drop
function
if
exists
f16
;
drop
function
if
exists
f17
;
--
enable_warnings
create
table
t1
(
i
int
primary
key
);
insert
into
t1
values
(
1
),
(
2
),
(
3
),
(
4
),
(
5
);
create
table
t2
(
j
int
primary
key
);
...
...
@@ -1218,6 +1194,7 @@ COMMIT;
--
disconnect
con1
--
disconnect
con2
--
connection
default
--
source
include
/
wait_until_count_sessions
.
inc
DROP
VIEW
v1
;
DROP
FUNCTION
IF
EXISTS
f
;
DROP
TABLE
t1
,
t2
;
...
...
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