1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Post-review fixes: rename SHOW_DOUBLE to SHOW_DOUBLE_STATUS

This commit is contained in:
sergefp@mysql.com
2005-05-26 20:54:02 +02:00
parent b6179919f3
commit 41c8f46160
3 changed files with 4 additions and 3 deletions

View File

@ -1356,7 +1356,7 @@ static bool show_status_array(THD *thd, const char *wild,
end= strend(pos);
break;
}
case SHOW_DOUBLE:
case SHOW_DOUBLE_STATUS:
{
value= ((char *) status_var + (ulong) value);
end= buff + sprintf(buff, "%f", *(double*) value);