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
288b8016
Commit
288b8016
authored
May 26, 2021
by
Jan Lindström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix MDEV-25562 test case.
parent
365cd083
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
23 deletions
+0
-23
mysql-test/suite/galera/disabled.def
mysql-test/suite/galera/disabled.def
+0
-1
mysql-test/suite/galera/r/MDEV-25562.result
mysql-test/suite/galera/r/MDEV-25562.result
+0
-10
mysql-test/suite/galera/t/MDEV-25562.test
mysql-test/suite/galera/t/MDEV-25562.test
+0
-12
No files found.
mysql-test/suite/galera/disabled.def
View file @
288b8016
...
...
@@ -49,4 +49,3 @@ versioning_trx_id: MDEV-18590: galera.versioning_trx_id: Test failure: mysqltest
galera_wsrep_provider_unset_set: wsrep_provider is read-only for security reasons
pxc-421: wsrep_provider is read-only for security reasons
MDEV-25562: MDEV-25562 FIXME: lock wait timeout exceeded
mysql-test/suite/galera/r/MDEV-25562.result
View file @
288b8016
...
...
@@ -4,13 +4,3 @@ SET SESSION WSREP_ON=0;
FLUSH TABLES WITH READ LOCK AND DISABLE CHECKPOINT;
SET SESSION WSREP_ON=1;
UNLOCK TABLES;
SET GLOBAL wsrep_ignore_apply_errors=1;
CREATE TABLE t1 (a CHAR(1)) engine=innodb;
CREATE TABLE t1 (a CHAR(1)) engine=innodb;
ERROR 42S01: Table 't1' already exists
SHOW PROCEDURE STATUS WHERE db = 'test';
Db Name Type Definer Modified Created Security_type Comment character_set_client collation_connection Database Collation
SET GLOBAL read_only=1;
SET GLOBAL wsrep_ignore_apply_errors=DEFAULT;
SET GLOBAL read_only=DEFAULT;
DROP TABLE t1;
mysql-test/suite/galera/t/MDEV-25562.test
View file @
288b8016
...
...
@@ -9,15 +9,3 @@ SET SESSION WSREP_ON=0;
FLUSH
TABLES
WITH
READ
LOCK
AND
DISABLE
CHECKPOINT
;
SET
SESSION
WSREP_ON
=
1
;
UNLOCK
TABLES
;
SET
GLOBAL
wsrep_ignore_apply_errors
=
1
;
CREATE
TABLE
t1
(
a
CHAR
(
1
))
engine
=
innodb
;
--
error
ER_TABLE_EXISTS_ERROR
CREATE
TABLE
t1
(
a
CHAR
(
1
))
engine
=
innodb
;
SHOW
PROCEDURE
STATUS
WHERE
db
=
'test'
;
SET
GLOBAL
read_only
=
1
;
SET
GLOBAL
wsrep_ignore_apply_errors
=
DEFAULT
;
SET
GLOBAL
read_only
=
DEFAULT
;
DROP
TABLE
t1
;
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