Move alloc.cc to maxbase
Only renames the functions. Macro names are left as is to keep the diff small.
This commit is contained in:
@ -2404,7 +2404,7 @@ static void errorReply(MXS_ROUTER* instance,
|
||||
{
|
||||
free(router->m_errmsg);
|
||||
}
|
||||
router->m_errmsg = mxs_strdup("#28000 Authentication with master server failed");
|
||||
router->m_errmsg = mxb_strdup("#28000 Authentication with master server failed");
|
||||
/* set mysql_errno */
|
||||
router->m_errno = 1045;
|
||||
|
||||
|
Reference in New Issue
Block a user