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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
e06e12f5
Commit
e06e12f5
authored
Aug 11, 2014
by
Nirbhay Choubey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added 'have_innodb_disallow_writes.inc'.
parent
f8420992
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
mysql-test/include/have_innodb_disallow_writes.inc
mysql-test/include/have_innodb_disallow_writes.inc
+6
-0
mysql-test/include/have_wsrep.inc
mysql-test/include/have_wsrep.inc
+1
-1
No files found.
mysql-test/include/have_innodb_disallow_writes.inc
0 → 100644
View file @
e06e12f5
--
source
include
/
have_innodb
.
inc
if
(
`SELECT COUNT(*) = 0 from INFORMATION_SCHEMA.GLOBAL_VARIABLES
WHERE VARIABLE_NAME = 'INNODB_DISALLOW_WRITES'`
)
{
--
skip
Test
requires
'innodb_disallow_writes'
}
mysql-test/include/have_wsrep.inc
View file @
e06e12f5
...
...
@@ -3,6 +3,6 @@
if
(
`SELECT COUNT(*)=0 FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME = 'wsrep' AND PLUGIN_STATUS='ACTIVE'`
)
{
--
skip
Test
require
d
wsrep
plugin
.
--
skip
Test
require
s
wsrep
plugin
.
}
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