diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2013-08-29 15:12:03 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2013-08-29 15:12:03 +0200 |
commit | e57fbef12e29bdb13b185c9c8592b432d1f80eab (patch) | |
tree | 5dd3a827a47043693cd834f7e818ac339483189e | |
parent | b344a49f7e54f93f7b4815441d0b51b5838b84af (diff) | |
download | mariadb-git-e57fbef12e29bdb13b185c9c8592b432d1f80eab.tar.gz |
- Get rid of a compiler warning
modified:
storage/connect/tabfmt.cpp
-rw-r--r-- | storage/connect/tabfmt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/tabfmt.cpp b/storage/connect/tabfmt.cpp index b538383b766..1955597bb76 100644 --- a/storage/connect/tabfmt.cpp +++ b/storage/connect/tabfmt.cpp @@ -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 |