Commit 17a1b194 authored by Marko Mäkelä's avatar Marko Mäkelä

Fix some GCC 6.3.0 warnings in MyISAM and Maria.

The C++ standard does not allow references to be NULL.
Assign the return value of THD::alloc() to a pointer,
not to a reference.
parent 30cac41c
This diff is collapsed.
This diff is collapsed.
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