1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Post-review fixes: rename SHOW_DOUBLE to SHOW_DOUBLE_STATUS

This commit is contained in:
unknown
2005-05-26 20:54:02 +02:00
parent 83062698fd
commit 48e0630d2f
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);