Commit fea116cf authored by unknown's avatar unknown
Browse files

Removing useless mysql_field_seek

parent 40ebb19b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2237,7 +2237,6 @@ print_warnings()
  /* Print the warnings */
  while ((cur= mysql_fetch_row(result)))
  {
    mysql_field_seek(result, 0);
    tee_fprintf(PAGER, "%s (Code %s): %s\n", cur[0], cur[1], cur[2]);
  }
  mysql_free_result(result);