mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
English text enhancement.
SQL keywords/statements in caps.
This commit is contained in:
@ -1420,8 +1420,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(mysql_query(sock, "SET SQL_QUERY_CACHE_TYPE=OFF") && verbose)
|
||||
fprintf(stderr, "-- Can't disable query cache (not supported).\n");
|
||||
if (opt_alldbs)
|
||||
dump_all_databases();
|
||||
/* Only one database and selected table(s) */
|
||||
|
Reference in New Issue
Block a user