Commit 887eef8f authored by bell@sanja.is.com.ua's avatar bell@sanja.is.com.ua
Browse files

avoidance of caching mysqldump queries

parent 2f290adb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1421,6 +1421,8 @@ int main(int argc, char **argv)
      return(first_error);
    }
  }
  if(mysql_query(sock, "set sql_query_cache_type=off") && verbose)
    fprintf(stderr, "-- can't take off query cache (not supported).\n");
  if (opt_alldbs)
    dump_all_databases();
  /* Only one database and selected table(s) */