mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.1-maint
into mysql.com:/usr/home/ram/work/bug22913/my51-bug22913 client/mysql.cc: Auto merged
This commit is contained in:
commit
13f4a3e6e8
1 changed files with 2 additions and 0 deletions
|
@ -2106,6 +2106,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…
Add table
Reference in a new issue