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
63395952
Commit
63395952
authored
Mar 14, 2017
by
Sachin Setiya
Committed by
Sachin Setiya
Apr 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Some failing tests
Signed-off-by:
Sachin Setiya
<
sachinsetia1001@gmail.com
>
parent
adc151fd
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
0 deletions
+9
-0
mysql-test/suite/galera/t/MW-258.test
mysql-test/suite/galera/t/MW-258.test
+1
-0
mysql-test/suite/galera/t/MW-313.test
mysql-test/suite/galera/t/MW-313.test
+1
-0
mysql-test/suite/galera/t/MW-328A.test
mysql-test/suite/galera/t/MW-328A.test
+1
-0
mysql-test/suite/galera/t/MW-328B.test
mysql-test/suite/galera/t/MW-328B.test
+1
-0
mysql-test/suite/galera/t/MW-328C.test
mysql-test/suite/galera/t/MW-328C.test
+1
-0
mysql-test/suite/galera/t/MW-328D.test
mysql-test/suite/galera/t/MW-328D.test
+1
-0
mysql-test/suite/galera/t/MW-328E.test
mysql-test/suite/galera/t/MW-328E.test
+1
-0
mysql-test/suite/galera/t/MW-329.test
mysql-test/suite/galera/t/MW-329.test
+1
-0
mysql-test/suite/galera/t/galera_var_retry_autocommit.test
mysql-test/suite/galera/t/galera_var_retry_autocommit.test
+1
-0
No files found.
mysql-test/suite/galera/t/MW-258.test
View file @
63395952
...
...
@@ -34,6 +34,7 @@ UNLOCK TABLES;
--
connection
node_1
--
echo
value
after
RSU
:
--
sleep
3
SHOW
STATUS
LIKE
'wsrep_desync_count'
;
SHOW
VARIABLES
LIKE
'wsrep_desync'
;
SET
GLOBAL
wsrep_desync
=
0
;
...
...
mysql-test/suite/galera/t/MW-313.test
View file @
63395952
...
...
@@ -3,6 +3,7 @@
#
--
source
include
/
galera_cluster
.
inc
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_binlog_format_row
.
inc
# No error expected for SELECT and SHOW
...
...
mysql-test/suite/galera/t/MW-328A.test
View file @
63395952
...
...
@@ -8,6 +8,7 @@
#
--
source
include
/
galera_cluster
.
inc
--
source
include
/
have_innodb
.
inc
--
source
suite
/
galera
/
t
/
MW
-
328
-
header
.
inc
--
connection
node_2
...
...
mysql-test/suite/galera/t/MW-328B.test
View file @
63395952
...
...
@@ -8,6 +8,7 @@
#
--
source
include
/
galera_cluster
.
inc
--
source
include
/
have_innodb
.
inc
--
source
suite
/
galera
/
t
/
MW
-
328
-
header
.
inc
--
connection
node_2
...
...
mysql-test/suite/galera/t/MW-328C.test
View file @
63395952
...
...
@@ -8,6 +8,7 @@
#
--
source
include
/
galera_cluster
.
inc
--
source
include
/
have_innodb
.
inc
--
source
suite
/
galera
/
t
/
MW
-
328
-
header
.
inc
--
connection
node_2
...
...
mysql-test/suite/galera/t/MW-328D.test
View file @
63395952
...
...
@@ -7,6 +7,7 @@
#
--
source
include
/
galera_cluster
.
inc
--
source
include
/
have_innodb
.
inc
CREATE
TABLE
t1
(
i
INT
)
ENGINE
=
InnoDB
;
INSERT
INTO
t1
(
i
)
VALUES
(
1
);
...
...
mysql-test/suite/galera/t/MW-328E.test
View file @
63395952
...
...
@@ -7,6 +7,7 @@
#
--
source
include
/
galera_cluster
.
inc
--
source
include
/
have_innodb
.
inc
create
table
t1
(
i
int
primary
key
,
j
int
)
engine
=
innodb
;
create
table
t2
(
i
int
primary
key
,
j
int
)
engine
=
innodb
;
...
...
mysql-test/suite/galera/t/MW-329.test
View file @
63395952
...
...
@@ -3,6 +3,7 @@
#
--
source
include
/
galera_cluster
.
inc
--
source
include
/
have_innodb
.
inc
CREATE
TABLE
t1
(
f1
INTEGER
,
f2
CHAR
(
20
)
DEFAULT
'abc'
)
ENGINE
=
InnoDB
;
...
...
mysql-test/suite/galera/t/galera_var_retry_autocommit.test
View file @
63395952
...
...
@@ -4,6 +4,7 @@
#
--
source
include
/
galera_cluster
.
inc
--
source
include
/
have_innodb
.
inc
--
connection
node_1
CREATE
TABLE
t1
(
f1
INTEGER
PRIMARY
KEY
,
f2
INTEGER
)
ENGINE
=
InnoDB
;
...
...
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