--- misc/mysql_splitter/splitter.cpp 2011/05/12 15:32:44 1461 +++ misc/mysql_splitter/splitter.cpp 2011/05/12 15:58:28 1462 @@ -154,10 +154,10 @@ if (out != NULL ) { fputs(linebuf, out); - fputs("\n", out); + //fputs("\n", out); //out << linebuf << endl; } else { - header << linebuf << endl; //collect preamble for later use + header << linebuf; //collect preamble for later use } }