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
0af1b195
Commit
0af1b195
authored
Feb 20, 2007
by
msvensson@pilot.blaudden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#20166 mysql-test-run.pl does not test system privilege tables creation
- Fixes for 5.1
parent
0cc2e140
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sql/log.cc
sql/log.cc
+1
-1
sql/mysqld.cc
sql/mysqld.cc
+1
-1
No files found.
sql/log.cc
View file @
0af1b195
...
...
@@ -75,7 +75,7 @@ sql_print_message_func sql_print_message_handlers[3] =
char
*
make_default_log_name
(
char
*
buff
,
const
char
*
log_ext
)
{
strmake
(
buff
,
glob_host
name
,
FN_REFLEN
-
5
);
strmake
(
buff
,
pidfile_
name
,
FN_REFLEN
-
5
);
return
fn_format
(
buff
,
buff
,
mysql_data_home
,
log_ext
,
MYF
(
MY_UNPACK_FILENAME
|
MY_APPEND_EXT
));
}
...
...
sql/mysqld.cc
View file @
0af1b195
...
...
@@ -3120,7 +3120,7 @@ static int init_server_components()
if
(
opt_error_log
)
{
if
(
!
log_error_file_ptr
[
0
])
fn_format
(
log_error_file
,
glob_host
name
,
mysql_data_home
,
".err"
,
fn_format
(
log_error_file
,
pidfile_
name
,
mysql_data_home
,
".err"
,
MY_REPLACE_EXT
);
/* replace '.<domain>' by '.err', bug#4997 */
else
fn_format
(
log_error_file
,
log_error_file_ptr
,
mysql_data_home
,
".err"
,
...
...
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