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
Please register or sign in to comment
The C++ standard does not allow references to be NULL. Assign the return value of THD::alloc() to a pointer, not to a reference.