mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
warning of notused function fixed
This commit is contained in:
parent
1b8a4c573c
commit
3f2044cd6e
1 changed files with 1 additions and 1 deletions
|
@ -7351,6 +7351,7 @@ SHOW_VAR status_vars[]= {
|
||||||
{NullS, NullS, SHOW_LONG}
|
{NullS, NullS, SHOW_LONG}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifndef EMBEDDED_LIBRARY
|
||||||
static void print_version(void)
|
static void print_version(void)
|
||||||
{
|
{
|
||||||
set_server_version();
|
set_server_version();
|
||||||
|
@ -7362,7 +7363,6 @@ static void print_version(void)
|
||||||
server_version,SYSTEM_TYPE,MACHINE_TYPE, MYSQL_COMPILATION_COMMENT);
|
server_version,SYSTEM_TYPE,MACHINE_TYPE, MYSQL_COMPILATION_COMMENT);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef EMBEDDED_LIBRARY
|
|
||||||
static void usage(void)
|
static void usage(void)
|
||||||
{
|
{
|
||||||
if (!(default_charset_info= get_charset_by_csname(default_character_set_name,
|
if (!(default_charset_info= get_charset_by_csname(default_character_set_name,
|
||||||
|
|
Loading…
Add table
Reference in a new issue