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
2f3968d9
Commit
2f3968d9
authored
Sep 01, 2017
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
After-merge fixes for Galera test results
parent
05cc028f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/suite/galera/r/galera_many_columns.result
mysql-test/suite/galera/r/galera_many_columns.result
+1
-1
mysql-test/suite/galera/r/galera_many_rows.result
mysql-test/suite/galera/r/galera_many_rows.result
+1
-1
mysql-test/suite/galera/r/galera_many_tables_nopk.result
mysql-test/suite/galera/r/galera_many_tables_nopk.result
+1
-1
mysql-test/suite/galera/r/galera_many_tables_pk.result
mysql-test/suite/galera/r/galera_many_tables_pk.result
+1
-1
No files found.
mysql-test/suite/galera/r/galera_many_columns.result
View file @
2f3968d9
...
...
@@ -19,7 +19,7 @@ UPDATE t1 SET f2 = 'CDE' WHERE f1 = 'XYZ' AND f1017 = 'XYZ';
COMMIT;
connection node_1;
COMMIT;
ERROR 40001:
Deadlock found when trying to get lock; try restarting
transaction
ERROR 40001:
wsrep aborted
transaction
ROLLBACK;
connection node_2;
ROLLBACK;
...
...
mysql-test/suite/galera/r/galera_many_rows.result
View file @
2f3968d9
...
...
@@ -35,6 +35,6 @@ connection node_1;
COMMIT;
connection node_2;
COMMIT;
ERROR 40001:
Deadlock found when trying to get lock; try restarting
transaction
ERROR 40001:
wsrep aborted
transaction
DROP TABLE t1;
DROP TABLE ten;
mysql-test/suite/galera/r/galera_many_tables_nopk.result
View file @
2f3968d9
...
...
@@ -18,6 +18,6 @@ connection node_1;
COMMIT;
connection node_2;
COMMIT;
ERROR 40001:
Deadlock found when trying to get lock; try restarting
transaction
ERROR 40001:
wsrep aborted
transaction
DROP SCHEMA test;
CREATE SCHEMA test;
mysql-test/suite/galera/r/galera_many_tables_pk.result
View file @
2f3968d9
...
...
@@ -23,7 +23,7 @@ connection node_1;
COMMIT;
connection node_2;
COMMIT;
ERROR 40001:
Deadlock found when trying to get lock; try restarting
transaction
ERROR 40001:
wsrep aborted
transaction
include/diff_servers.inc [servers=1 2]
DROP SCHEMA test;
CREATE SCHEMA test;
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