mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
- Get rid of a compiler warning
modified: storage/connect/tabfmt.cpp
This commit is contained in:
@@ -93,7 +93,7 @@ PQRYRES CSVColumns(PGLOBAL g, const char *fn, char sep, char q,
|
||||
PCOLRES crp;
|
||||
|
||||
if (info) {
|
||||
imax = 0;
|
||||
imax = hmax = 0;
|
||||
length[0] = 128;
|
||||
goto skipit;
|
||||
} // endif info
|
||||
|
||||
Reference in New Issue
Block a user