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
97a3a07c
Commit
97a3a07c
authored
Dec 08, 2016
by
Philip Stoev
Committed by
Sachin Setiya
Apr 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Galera MTR Tests: Stability fix for MW-329
parent
59f3285f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
62 deletions
+23
-62
mysql-test/suite/galera/r/MW-329.result
mysql-test/suite/galera/r/MW-329.result
+0
-60
mysql-test/suite/galera/t/MW-329-master.opt
mysql-test/suite/galera/t/MW-329-master.opt
+1
-0
mysql-test/suite/galera/t/MW-329.test
mysql-test/suite/galera/t/MW-329.test
+22
-2
No files found.
mysql-test/suite/galera/r/MW-329.result
View file @
97a3a07c
...
...
@@ -13,66 +13,6 @@ INSERT INTO t1 (f1) VALUES (FLOOR( 1 + RAND( ) * 65535 ));
END WHILE;
END|
CALL proc_insert();;
SELECT ROW_COUNT() > 0;
ROW_COUNT() > 0
1
SELECT FOUND_ROWS() > 0;
FOUND_ROWS() > 0
1
SELECT ROW_COUNT() > 0;
ROW_COUNT() > 0
1
SELECT FOUND_ROWS() > 0;
FOUND_ROWS() > 0
1
SELECT ROW_COUNT() > 0;
ROW_COUNT() > 0
1
SELECT FOUND_ROWS() > 0;
FOUND_ROWS() > 0
1
SELECT ROW_COUNT() > 0;
ROW_COUNT() > 0
1
SELECT FOUND_ROWS() > 0;
FOUND_ROWS() > 0
1
SELECT ROW_COUNT() > 0;
ROW_COUNT() > 0
1
SELECT FOUND_ROWS() > 0;
FOUND_ROWS() > 0
1
SELECT ROW_COUNT() > 0;
ROW_COUNT() > 0
1
SELECT FOUND_ROWS() > 0;
FOUND_ROWS() > 0
1
SELECT ROW_COUNT() > 0;
ROW_COUNT() > 0
1
SELECT FOUND_ROWS() > 0;
FOUND_ROWS() > 0
1
SELECT ROW_COUNT() > 0;
ROW_COUNT() > 0
1
SELECT FOUND_ROWS() > 0;
FOUND_ROWS() > 0
1
SELECT ROW_COUNT() > 0;
ROW_COUNT() > 0
1
SELECT FOUND_ROWS() > 0;
FOUND_ROWS() > 0
1
SELECT ROW_COUNT() > 0;
ROW_COUNT() > 0
1
SELECT FOUND_ROWS() > 0;
FOUND_ROWS() > 0
1
SELECT VARIABLE_VALUE > 0 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_local_replays';
VARIABLE_VALUE > 0
1
...
...
mysql-test/suite/galera/t/MW-329-master.opt
0 → 100644
View file @
97a3a07c
--wsrep-retry-autocommit=0
mysql-test/suite/galera/t/MW-329.test
View file @
97a3a07c
...
...
@@ -31,6 +31,7 @@ DELIMITER ;|
--
connect
node_1b
,
127.0
.
0.1
,
root
,
,
test
,
$NODE_MYPORT_1
--
connection
node_1b
--
let
$connection_id
=
`SELECT CONNECTION_ID()`
--
send
CALL
proc_insert
();
#
...
...
@@ -44,10 +45,15 @@ while ($count)
{
--
let
$signature
=
`SELECT LEFT(MD5(RAND()), 10)`
--
disable_query_log
--
error
0
,
ER_LOCK_DEADLOCK
--
eval
UPDATE
t1
SET
f2
=
'$signature'
--
enable_query_log
SELECT
ROW_COUNT
()
>
0
;
SELECT
FOUND_ROWS
()
>
0
;
--
let
$row_count
=
`SELECT ROW_COUNT()`
if
(
`SELECT @@error_count = 0`
)
{
if
(
`SELECT $row_count = 0`
)
{
--
die
ROW_COUNT
()
=
0
}
}
--
dec
$count
}
...
...
@@ -57,5 +63,19 @@ while ($count)
SELECT
VARIABLE_VALUE
>
0
FROM
INFORMATION_SCHEMA
.
GLOBAL_STATUS
WHERE
VARIABLE_NAME
=
'wsrep_local_replays'
;
#
# Terminate the stored procedure
#
--
connection
node_1
--
disable_query_log
--
eval
KILL
CONNECTION
$connection_id
--
enable_query_log
--
connection
node_1b
--
error
0
,
2013
,
1317
--
reap
--
connection
node_1
DROP
PROCEDURE
proc_insert
;
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