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
f1325549
Commit
f1325549
authored
Oct 31, 2013
by
Alexander Barkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Adding cmake code to install ConnectSE mtr tests
- Including "connect" suite into the list of the default suites
parent
671e5cbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+1
-1
storage/connect/CMakeLists.txt
storage/connect/CMakeLists.txt
+13
-0
No files found.
mysql-test/mysql-test-run.pl
View file @
f1325549
...
...
@@ -166,6 +166,7 @@ my $DEFAULT_SUITES= join(',', map { "$_-" } qw(
main
archive
binlog
connect
csv
federated
funcs_1
...
...
@@ -379,7 +380,6 @@ sub main {
mtr_report
("
Logging: $0
",
join
("
",
@ARGV
));
$DEFAULT_SUITES
.=
'
,
'
.
join
('
,
',
qw(
connect
query_response_time
sequence
spider
...
...
storage/connect/CMakeLists.txt
View file @
f1325549
...
...
@@ -264,6 +264,19 @@ int main() {
ENDIF
(
UNIX
)
ENDIF
(
CONNECT_WITH_ODBC
)
#
# Installing tests
#
IF
(
INSTALL_MYSQLTESTDIR
)
INSTALL
(
DIRECTORY mysql-test/connect
DESTINATION
${
INSTALL_MYSQLTESTDIR
}
/suite
USE_SOURCE_PERMISSIONS
COMPONENT Test
PATTERN
"*~"
EXCLUDE
)
ENDIF
()
#
# Plugin definition
...
...
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