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
6104a27c
Commit
6104a27c
authored
Jul 07, 2015
by
Philip Stoev
Committed by
Nirbhay Choubey
Sep 09, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Galera MTR Tests: increase lock wait timeout in suite/galera/t/galera_many_rows.test
parent
4a630ce6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/suite/galera/r/galera_many_rows.result
mysql-test/suite/galera/r/galera_many_rows.result
+2
-2
mysql-test/suite/galera/t/galera_many_rows.test
mysql-test/suite/galera/t/galera_many_rows.test
+2
-2
No files found.
mysql-test/suite/galera/r/galera_many_rows.result
View file @
6104a27c
SET SESSION innodb_lock_wait_timeout=
3
00;
SET SESSION lock_wait_timeout=
3
00;
SET SESSION innodb_lock_wait_timeout=
6
00;
SET SESSION lock_wait_timeout=
6
00;
CREATE TABLE ten (f1 INTEGER);
INSERT INTO ten VALUES (1),(2),(3),(4),(5),(6),(7),(8),(9),(10);
CREATE TABLE t1 (f1 INTEGER AUTO_INCREMENT PRIMARY KEY, f2 INTEGER) Engine=InnoDB;
...
...
mysql-test/suite/galera/t/galera_many_rows.test
View file @
6104a27c
...
...
@@ -4,8 +4,8 @@
--
source
include
/
have_innodb
.
inc
--
connection
node_1
SET
SESSION
innodb_lock_wait_timeout
=
3
00
;
SET
SESSION
lock_wait_timeout
=
3
00
;
SET
SESSION
innodb_lock_wait_timeout
=
6
00
;
SET
SESSION
lock_wait_timeout
=
6
00
;
CREATE
TABLE
ten
(
f1
INTEGER
);
INSERT
INTO
ten
VALUES
(
1
),(
2
),(
3
),(
4
),(
5
),(
6
),(
7
),(
8
),(
9
),(
10
);
...
...
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