Loading client/mysql.cc +2 −0 Original line number Diff line number Diff line Loading @@ -1988,6 +1988,8 @@ com_go(String *buffer,char *line __attribute__((unused))) (long) mysql_num_rows(result), (long) mysql_num_rows(result) == 1 ? "row" : "rows"); end_pager(); if (mysql_errno(&mysql)) error= put_error(&mysql); } } else if (mysql_affected_rows(&mysql) == ~(ulonglong) 0) Loading Loading
client/mysql.cc +2 −0 Original line number Diff line number Diff line Loading @@ -1988,6 +1988,8 @@ com_go(String *buffer,char *line __attribute__((unused))) (long) mysql_num_rows(result), (long) mysql_num_rows(result) == 1 ? "row" : "rows"); end_pager(); if (mysql_errno(&mysql)) error= put_error(&mysql); } } else if (mysql_affected_rows(&mysql) == ~(ulonglong) 0) Loading