mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Merge abelkin@work.mysql.com:/home/bk/mysql-4.0
into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
This commit is contained in:
commit
a58fbde1d2
1 changed files with 2 additions and 0 deletions
|
@ -1421,6 +1421,8 @@ int main(int argc, char **argv)
|
||||||
return(first_error);
|
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)
|
if (opt_alldbs)
|
||||||
dump_all_databases();
|
dump_all_databases();
|
||||||
/* Only one database and selected table(s) */
|
/* Only one database and selected table(s) */
|
||||||
|
|
Loading…
Reference in a new issue