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
799e9f93
Commit
799e9f93
authored
Jun 09, 2009
by
Davi Arnaut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define MASTER_MYSOCK for ndb tests.
Needed for substitution in some tests.
parent
10df5ba5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
18 deletions
+1
-18
mysql-test/suite/funcs_1/t/ndb_storedproc_06.tes
mysql-test/suite/funcs_1/t/ndb_storedproc_06.tes
+0
-9
mysql-test/suite/funcs_1/t/ndb_storedproc_08.tes
mysql-test/suite/funcs_1/t/ndb_storedproc_08.tes
+0
-9
mysql-test/suite/ndb/my.cnf
mysql-test/suite/ndb/my.cnf
+1
-0
No files found.
mysql-test/suite/funcs_1/t/ndb_storedproc_06.tes
deleted
100644 → 0
View file @
10df5ba5
#### suite/funcs_1/t/innodb_storedproc_06.test
#
# 1. Check if InnoDB is available
--source include/have_innodb.inc
# 2. Set $engine_type
let $engine_type= innodb;
--source suite/funcs_1/storedproc/storedproc_06.inc
mysql-test/suite/funcs_1/t/ndb_storedproc_08.tes
deleted
100644 → 0
View file @
10df5ba5
#### suite/funcs_1/t/innodb_storedproc_08.test
#
# 1. Check if InnoDB is available
--source include/have_innodb.inc
# 2. Set $engine_type
let $engine_type= innodb;
--source suite/funcs_1/storedproc/storedproc_08.inc
mysql-test/suite/ndb/my.cnf
View file @
799e9f93
...
...
@@ -13,6 +13,7 @@ ndbcluster
[ENV]
NDB_CONNECTSTRING= @mysql_cluster.1.ndb_connectstring
MASTER_MYSOCK= @mysqld.1.1.socket
MASTER_MYPORT= @mysqld.1.1.port
MASTER_MYPORT1= @mysqld.2.1.port
...
...
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