mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge mysql.com:/usr/home/ram/work/bug22913/my41-bug22913
into mysql.com:/usr/home/ram/work/bug22913/my50-bug22913
This commit is contained in:
@ -2057,6 +2057,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)
|
||||
|
Reference in New Issue
Block a user