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
b3aed01a
Commit
b3aed01a
authored
Dec 02, 2014
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix include/not_embedded.inc to be independent from the environment
in particular, not fail with --vertical_results
parent
5fc28146
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
mysql-test/include/not_embedded.inc
mysql-test/include/not_embedded.inc
+3
-4
mysql-test/r/not_embedded.require
mysql-test/r/not_embedded.require
+0
-2
No files found.
mysql-test/include/not_embedded.inc
View file @
b3aed01a
...
...
@@ -4,8 +4,7 @@
#
# The test below is redundant
--
require
r
/
not_embedded
.
require
disable_query_log
;
select
version
()
like
'%embedded%'
as
'have_embedded'
;
enable_query_log
;
if
(
`select version() like '%embedded%'`
)
{
This
should
never
happen
;
}
mysql-test/r/not_embedded.require
deleted
100644 → 0
View file @
5fc28146
have_embedded
0
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