mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
CONNECT: compiler warnings
This commit is contained in:
@@ -79,7 +79,7 @@ COLBLK::COLBLK(PCOL col1, PTDB tdbp)
|
||||
if (trace(2))
|
||||
htrc(" copying COLBLK %s from %p to %p\n", Name, col1, this);
|
||||
|
||||
if (tdbp)
|
||||
if (tdbp) {
|
||||
// Attach the new column to the table block
|
||||
if (!tdbp->GetColumns())
|
||||
tdbp->SetColumns(this);
|
||||
@@ -88,6 +88,7 @@ COLBLK::COLBLK(PCOL col1, PTDB tdbp)
|
||||
|
||||
colp->Next = this;
|
||||
} // endelse
|
||||
}
|
||||
|
||||
} // end of COLBLK copy constructor
|
||||
|
||||
|
Reference in New Issue
Block a user