mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
avoidance of caching mysqldump queries
This commit is contained in:
parent
d10eb32a38
commit
1342c941c2
1 changed files with 2 additions and 0 deletions
|
@ -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) */
|
||||
|
|
Loading…
Reference in a new issue