mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
- Suppress a gcc compiler warning
modified: storage/connect/tabutil.h
This commit is contained in:
parent
670f482f47
commit
6bef50bbac
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class DllExport TDBPRX : public TDBASE {
|
|||
virtual int GetRecpos(void) {return Tdbp->GetRecpos();}
|
||||
virtual void ResetDB(void) {Tdbp->ResetDB();}
|
||||
virtual int RowNumber(PGLOBAL g, bool b = FALSE);
|
||||
virtual PSZ GetServer(void) {return (Tdbp) ? Tdbp->GetServer() : "?";}
|
||||
virtual PSZ GetServer(void) {return (Tdbp) ? Tdbp->GetServer() : (PSZ)"?";}
|
||||
|
||||
// Database routines
|
||||
virtual PCOL MakeCol(PGLOBAL g, PCOLDEF cdp, PCOL cprec, int n);
|
||||
|
|
Loading…
Reference in a new issue