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
03baeb76
Commit
03baeb76
authored
Nov 12, 2009
by
Alexander Nozdrin
Browse files
Options
Browse Files
Download
Plain Diff
Auto-merge from mysql-trunk-bugfixing.
parents
e99e4536
819a2992
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
.bzr-mysql/default.conf
.bzr-mysql/default.conf
+1
-1
mysql-test/lib/My/ConfigFactory.pm
mysql-test/lib/My/ConfigFactory.pm
+3
-2
No files found.
.bzr-mysql/default.conf
View file @
03baeb76
[
MYSQL
]
[
MYSQL
]
post_commit_to
=
"commits@lists.mysql.com"
post_commit_to
=
"commits@lists.mysql.com"
post_push_to
=
"commits@lists.mysql.com"
post_push_to
=
"commits@lists.mysql.com"
tree_name
=
"mysql-5.5-
next-mr
"
tree_name
=
"mysql-5.5-
trunk
"
mysql-test/lib/My/ConfigFactory.pm
View file @
03baeb76
...
@@ -142,8 +142,9 @@ sub fix_secure_file_priv {
...
@@ -142,8 +142,9 @@ sub fix_secure_file_priv {
sub
fix_std_data
{
sub
fix_std_data
{
my
(
$self
,
$config
,
$group_name
,
$group
)
=
@_
;
my
(
$self
,
$config
,
$group_name
,
$group
)
=
@_
;
my
$basedir
=
$self
->
get_basedir
(
$group
);
return
my_find_dir
(
$self
->
get_basedir
(
$group
),
return
"
$basedir
/mysql-test/std_data
";
["
share/mysql-test
",
"
mysql-test
"],
"
std_data
");
}
}
sub
ssl_supported
{
sub
ssl_supported
{
...
...
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