mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
Fix compiler error: C++ code in C
This commit is contained in:
parent
09225cef3a
commit
a808e97d8a
1 changed files with 1 additions and 1 deletions
|
|
@ -698,8 +698,8 @@ get_one_option(int optid,
|
||||||
break;
|
break;
|
||||||
case OPT_STATS_METHOD:
|
case OPT_STATS_METHOD:
|
||||||
{
|
{
|
||||||
myisam_stats_method_str= argument;
|
|
||||||
int method;
|
int method;
|
||||||
|
myisam_stats_method_str= argument;
|
||||||
if ((method=find_type(argument, &myisam_stats_method_typelib, 2)) <= 0)
|
if ((method=find_type(argument, &myisam_stats_method_typelib, 2)) <= 0)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "Invalid value of stats_method: %s.\n", argument);
|
fprintf(stderr, "Invalid value of stats_method: %s.\n", argument);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue