Loading client/mysqlcheck.c +4 −4 Original line number Diff line number Diff line Loading @@ -413,8 +413,8 @@ static int process_all_tables_in_db(char *database) LINT_INIT(res); if (use_db(database)) return 1; if (!(mysql_query(sock, "SHOW TABLES") || (res = mysql_store_result(sock)))) if (mysql_query(sock, "SHOW TABLES") || !((res= mysql_store_result(sock)))) return 1; if (opt_all_in_1) Loading Loading
client/mysqlcheck.c +4 −4 Original line number Diff line number Diff line Loading @@ -413,8 +413,8 @@ static int process_all_tables_in_db(char *database) LINT_INIT(res); if (use_db(database)) return 1; if (!(mysql_query(sock, "SHOW TABLES") || (res = mysql_store_result(sock)))) if (mysql_query(sock, "SHOW TABLES") || !((res= mysql_store_result(sock)))) return 1; if (opt_all_in_1) Loading