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
45c5c105
Commit
45c5c105
authored
Feb 26, 2006
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
parents
ab78d065
90e5ca96
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
client/mysqltest.c
client/mysqltest.c
+4
-2
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+1
-0
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+1
-0
No files found.
client/mysqltest.c
View file @
45c5c105
...
@@ -3093,8 +3093,10 @@ DYNAMIC_ARRAY patterns;
...
@@ -3093,8 +3093,10 @@ DYNAMIC_ARRAY patterns;
static
void
init_win_path_patterns
()
static
void
init_win_path_patterns
()
{
{
/* List of string patterns to match in order to find paths */
/* List of string patterns to match in order to find paths */
const
char
*
paths
[]
=
{
"$MYSQL_TEST_DIR"
,
"./test/"
,
0
};
const
char
*
paths
[]
=
{
"$MYSQL_TEST_DIR"
,
int
num_paths
=
2
;
"$MYSQL_TMP_DIR"
,
"./test/"
,
0
};
int
num_paths
=
3
;
int
i
;
int
i
;
char
*
p
;
char
*
p
;
...
...
mysql-test/mysql-test-run.pl
View file @
45c5c105
...
@@ -1117,6 +1117,7 @@ sub environment_setup () {
...
@@ -1117,6 +1117,7 @@ sub environment_setup () {
$ENV
{'
USE_RUNNING_SERVER
'}
=
$glob_use_running_server
;
$ENV
{'
USE_RUNNING_SERVER
'}
=
$glob_use_running_server
;
$ENV
{'
MYSQL_TEST_DIR
'}
=
$glob_mysql_test_dir
;
$ENV
{'
MYSQL_TEST_DIR
'}
=
$glob_mysql_test_dir
;
$ENV
{'
MYSQLTEST_VARDIR
'}
=
$opt_vardir
;
$ENV
{'
MYSQLTEST_VARDIR
'}
=
$opt_vardir
;
$ENV
{'
MYSQL_TMP_DIR
'}
=
$opt_tmpdir
;
$ENV
{'
MASTER_MYSOCK
'}
=
$master
->
[
0
]
->
{'
path_mysock
'};
$ENV
{'
MASTER_MYSOCK
'}
=
$master
->
[
0
]
->
{'
path_mysock
'};
$ENV
{'
MASTER_MYSOCK1
'}
=
$master
->
[
1
]
->
{'
path_mysock
'};
$ENV
{'
MASTER_MYSOCK1
'}
=
$master
->
[
1
]
->
{'
path_mysock
'};
$ENV
{'
MASTER_MYPORT
'}
=
$master
->
[
0
]
->
{'
path_myport
'};
$ENV
{'
MASTER_MYPORT
'}
=
$master
->
[
0
]
->
{'
path_myport
'};
...
...
mysql-test/mysql-test-run.sh
View file @
45c5c105
...
@@ -202,6 +202,7 @@ SYST=0
...
@@ -202,6 +202,7 @@ SYST=0
REALT
=
0
REALT
=
0
FAST_START
=
""
FAST_START
=
""
MYSQL_TMP_DIR
=
$MYSQL_TEST_DIR
/var/tmp
MYSQL_TMP_DIR
=
$MYSQL_TEST_DIR
/var/tmp
export
MYSQL_TMP_DIR
# Use a relative path for where the slave will find the dumps
# Use a relative path for where the slave will find the dumps
# generated by "LOAD DATA" on the master. The path is relative
# generated by "LOAD DATA" on the master. The path is relative
...
...
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