mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 06:35:33 +02:00
BUG#58246 post-push fix broken DBG build.
This commit is contained in:
parent
9c87ae9ba7
commit
d56a6dd027
1 changed files with 2 additions and 1 deletions
|
|
@ -374,7 +374,8 @@ static st_plugin_dl *plugin_dl_add(const LEX_STRING *dl, int report)
|
|||
struct st_plugin_dl *tmp, plugin_dl;
|
||||
void *sym;
|
||||
DBUG_ENTER("plugin_dl_add");
|
||||
DBUG_PRINT("enter", ("dl->str: '%s', dl->length: %d", dl->str, dl->length));
|
||||
DBUG_PRINT("enter", ("dl->str: '%s', dl->length: %d",
|
||||
dl->str, (int) dl->length));
|
||||
plugin_dir_len= strlen(opt_plugin_dir);
|
||||
/*
|
||||
Ensure that the dll doesn't have a path.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue