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
e1bb14ea
Commit
e1bb14ea
authored
Mar 04, 2011
by
Michael Widenius
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge with 5.2 to fix compiler failure on FreeBSD
parents
c4a0d53d
fa4eb993
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
extra/yassl/src/yassl_error.cpp
extra/yassl/src/yassl_error.cpp
+1
-1
sql/mysqld.cc
sql/mysqld.cc
+0
-2
No files found.
extra/yassl/src/yassl_error.cpp
View file @
e1bb14ea
...
@@ -128,7 +128,7 @@ void SetErrorString(unsigned long error, char* buffer)
...
@@ -128,7 +128,7 @@ void SetErrorString(unsigned long error, char* buffer)
break
;
break
;
case
badVersion_error
:
case
badVersion_error
:
strncpy
(
buffer
,
"protocl version mismatch"
,
max
);
strncpy
(
buffer
,
"protoc
o
l version mismatch"
,
max
);
break
;
break
;
case
compress_error
:
case
compress_error
:
...
...
sql/mysqld.cc
View file @
e1bb14ea
...
@@ -744,9 +744,7 @@ char *opt_logname, *opt_slow_logname;
...
@@ -744,9 +744,7 @@ char *opt_logname, *opt_slow_logname;
/* Static variables */
/* Static variables */
static
bool
kill_in_progress
,
segfaulted
;
static
bool
kill_in_progress
,
segfaulted
;
#ifdef HAVE_STACKTRACE
static
my_bool
opt_stack_trace
;
static
my_bool
opt_stack_trace
;
#endif
/* HAVE_STACKTRACE */
static
my_bool
opt_bootstrap
,
opt_myisam_log
;
static
my_bool
opt_bootstrap
,
opt_myisam_log
;
static
int
cleanup_done
;
static
int
cleanup_done
;
static
ulong
opt_specialflag
,
opt_myisam_block_size
;
static
ulong
opt_specialflag
,
opt_myisam_block_size
;
...
...
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