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
4d93fea4
Commit
4d93fea4
authored
Sep 11, 2018
by
Jan Lindström
Committed by
GitHub
Sep 11, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #857 from codership/10.3-MDEV-15845
MDEV-15845 Test failure on galera.galera_concurrent_ctas
parents
6b61f1bb
58a1d274
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
mysql-test/suite/galera/disabled.def
mysql-test/suite/galera/disabled.def
+0
-1
sql/sql_base.cc
sql/sql_base.cc
+4
-0
No files found.
mysql-test/suite/galera/disabled.def
View file @
4d93fea4
...
...
@@ -34,7 +34,6 @@ galera.MW-44 : MDEV-15809 Test failure on galera.MW-44
galera.galera_pc_ignore_sb : MDEV-15811 Test failure on galera_pc_ignore_sb
galera_kill_applier : race condition at the start of the test
galera_ist_progress: MDEV-15236 galera_ist_progress fails when trying to read transfer status
galera_concurrent_ctas : MDEV-15845 Test failure on galera.galera_concurrent_ctas
pxc-421: Lock timeout exceeded
galera_sst_mysqldump_with_key : MDEV-16890 Galera test failure
galera_sst_xtrabackup-v2-options : Failed to read uuid:seqno and wsrep_gtid_domain_id from joiner script
...
...
sql/sql_base.cc
View file @
4d93fea4
...
...
@@ -3813,6 +3813,10 @@ lock_table_names(THD *thd, const DDL_options_st &options,
mdl_requests
.
push_front
(
&
global_request
);
if
(
create_table
)
#ifdef WITH_WSREP
if
(
thd
->
lex
->
sql_command
!=
SQLCOM_CREATE_TABLE
&&
thd
->
wsrep_exec_mode
!=
REPL_RECV
)
#endif
lock_wait_timeout
=
0
;
// Don't wait for timeout
}
...
...
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