1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Removed unnecessary error message from mysql.cc (client program)
This commit is contained in:
patg@krsna.patg.net
2005-08-08 13:50:10 -07:00
parent 6128521b5b
commit 74c7168992

View File

@@ -1563,11 +1563,8 @@ You can turn off this feature to get a quicker startup with -A\n\n");
mysql_free_result(fields);
}
else
{
tee_fprintf(stdout,
"Didn't find any fields in table '%s'\n",table_row[0]);
field_names[i]= 0;
}
i++;
}
mysql_free_result(tables);