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
52b5421e
Commit
52b5421e
authored
Aug 19, 2006
by
holyfoot/hf@mysql.com/vva.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge hf@192.168.21.12:work/mysql-4.1.13717
into mysql.com:/home/hf/work/mysql-4.1.clean
parents
907f5db8
21f721c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
sql/log.cc
sql/log.cc
+7
-0
No files found.
sql/log.cc
View file @
52b5421e
...
...
@@ -2321,6 +2321,12 @@ void print_buffer_to_nt_eventlog(enum loglevel level, char *buff,
void
*/
#ifdef EMBEDDED_LIBRARY
void
vprint_msg_to_log
(
enum
loglevel
level
__attribute__
((
unused
)),
const
char
*
format
__attribute__
((
unused
)),
va_list
argsi
__attribute__
((
unused
)))
{}
#else
/*!EMBEDDED_LIBRARY*/
void
vprint_msg_to_log
(
enum
loglevel
level
,
const
char
*
format
,
va_list
args
)
{
char
buff
[
1024
];
...
...
@@ -2336,6 +2342,7 @@ void vprint_msg_to_log(enum loglevel level, const char *format, va_list args)
DBUG_VOID_RETURN
;
}
#endif
/*EMBEDDED_LIBRARY*/
void
sql_print_error
(
const
char
*
format
,
...)
...
...
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