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
902491c3
Commit
902491c3
authored
Dec 22, 2013
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* change the test to use is_embedded.inc instead of a direct check
* remove is_embedded.require
parent
d596ce67
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
12 deletions
+6
-12
mysql-test/include/is_embedded.inc
mysql-test/include/is_embedded.inc
+4
-4
mysql-test/r/is_embedded.require
mysql-test/r/is_embedded.require
+0
-2
mysql-test/suite/funcs_1/t/is_columns_is_embedded.test
mysql-test/suite/funcs_1/t/is_columns_is_embedded.test
+2
-6
No files found.
mysql-test/include/is_embedded.inc
View file @
902491c3
--
require
r
/
is_embedded
.
require
if
(
`SELECT VERSION() NOT LIKE '%embedded%'`
)
disable_query_log
;
{
select
version
()
like
'%embedded%'
as
'have_embedded'
;
--
skip
Test
requires
:
embedded
server
enable_query_log
;
}
mysql-test/r/is_embedded.require
deleted
100644 → 0
View file @
d596ce67
have_embedded
1
mysql-test/suite/funcs_1/t/is_columns_is_embedded.test
View file @
902491c3
...
@@ -13,12 +13,8 @@
...
@@ -13,12 +13,8 @@
# 2008-06-06 mleich Create this variant for the embedded server
# 2008-06-06 mleich Create this variant for the embedded server
#
#
--
source
include
/
have_xtradb
.
inc
--
source
include
/
have_innodb
.
inc
--
source
include
/
is_embedded
.
inc
if
(
`SELECT VERSION() NOT LIKE '%embedded%'`
)
{
--
skip
Test
requires
:
embedded
server
}
let
$my_where
=
WHERE
table_schema
=
'information_schema'
let
$my_where
=
WHERE
table_schema
=
'information_schema'
AND
table_name
<>
'profiling'
AND
table_name
not
like
'innodb_%'
;
AND
table_name
<>
'profiling'
AND
table_name
not
like
'innodb_%'
;
...
...
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