mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Merge bb-10.2-ext into 10.3
This commit is contained in:
commit
a48aa0cd56
273 changed files with 8048 additions and 11290 deletions
|
|
@ -650,7 +650,7 @@ bool TDBTBM::IsLocal(PTABLE tbp)
|
|||
|
||||
return ((!stricmp(tdbp->Host, "localhost") ||
|
||||
!strcmp(tdbp->Host, "127.0.0.1")) &&
|
||||
tdbp->Port == (int)GetDefaultPort());
|
||||
(int) tdbp->Port == (int)GetDefaultPort());
|
||||
} // end of IsLocal
|
||||
|
||||
/***********************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue