mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed compiler and valgrind warnings
mysql-test/valgrind.supp: Added suppression for memory leak in dlsym() on work-amd64 plugin/auth/auth_socket.c: Fixed compiler warning (wrong macro usage) storage/example/ha_example.cc: Fixed compiler warnings storage/sphinx/ha_sphinx.cc: Fixed compiler warnings
This commit is contained in:
@ -162,7 +162,9 @@ static LEX_STRING old_password_plugin_name= {
|
||||
LEX_STRING *default_auth_plugin_name= &native_password_plugin_name;
|
||||
|
||||
static plugin_ref native_password_plugin;
|
||||
#ifndef EMBEDDED_LIBRARY
|
||||
static plugin_ref old_password_plugin;
|
||||
#endif
|
||||
|
||||
/* Classes */
|
||||
|
||||
|
Reference in New Issue
Block a user