Commit 3cff56d0 authored by unknown's avatar unknown

typo fixed

parent e5d0df2c
...@@ -1638,7 +1638,7 @@ err: ...@@ -1638,7 +1638,7 @@ err:
volatile bool *killed_ptr(MI_CHECK *param) volatile bool *killed_ptr(MI_CHECK *param)
{ {
return (bool *)(param->thd); /* always NULL */ return (bool *)(& param->thd); /* always NULL */
} }
/* print warnings and errors */ /* 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