mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
Fixed compiler warning from clang in connect/tabxcl.cpp
This commit is contained in:
parent
6878c14000
commit
5f83b219bb
1 changed files with 2 additions and 2 deletions
|
|
@ -186,8 +186,8 @@ bool TDBXCL::OpenDB(PGLOBAL g)
|
|||
/*********************************************************************/
|
||||
/* Physically open the object table. */
|
||||
/*********************************************************************/
|
||||
if (Tdbp->OpenDB(g))
|
||||
return TRUE;
|
||||
if (Tdbp->OpenDB(g))
|
||||
return TRUE;
|
||||
|
||||
Use = USE_OPEN;
|
||||
return FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue