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.
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment