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
495dcdcc
Commit
495dcdcc
authored
Oct 05, 2007
by
msvensson@pilot.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge pilot.mysql.com:/data/msvensson/mysql/bug27789/my50-bug27789
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.0-maint
parents
53975763
0a07b64d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
extra/comp_err.c
extra/comp_err.c
+1
-0
No files found.
extra/comp_err.c
View file @
495dcdcc
...
@@ -167,6 +167,7 @@ int main(int argc, char *argv[])
...
@@ -167,6 +167,7 @@ int main(int argc, char *argv[])
DBUG_ENTER
(
"main"
);
DBUG_ENTER
(
"main"
);
charsets_dir
=
DEFAULT_CHARSET_DIR
;
charsets_dir
=
DEFAULT_CHARSET_DIR
;
my_umask_dir
=
0777
;
if
(
get_options
(
&
argc
,
&
argv
))
if
(
get_options
(
&
argc
,
&
argv
))
DBUG_RETURN
(
1
);
DBUG_RETURN
(
1
);
if
(
!
(
row_count
=
parse_input_file
(
TXTFILE
,
&
error_head
,
&
lang_head
)))
if
(
!
(
row_count
=
parse_input_file
(
TXTFILE
,
&
error_head
,
&
lang_head
)))
...
...
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