Commit 2495fa10 authored by unknown's avatar unknown

typo fixed

parent 09aaf1a7
......@@ -1638,7 +1638,7 @@ static int sort_record_index(MI_SORT_PARAM *sort_param,MI_INFO *info,
volatile bool *killed_ptr(MI_CHECK *param)
{
return (bool *)(param->thd); /* always NULL */
return (bool *)(& param->thd); /* always NULL */
}
/* print warnings and errors */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment