Below is the list of changes that have just been committed into a local
4.1 repository of ram. When ram does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-11-02 16:25:01+04:00, ramil@stripped +1 -0
Merge rkalimullin@stripped:/home/bk/mysql-4.1-maint
into mysql.com:/usr/home/ram/work/bug22913/my41-bug22913
MERGE: 1.2510.58.4
client/mysql.cc@stripped, 2006-11-02 16:24:58+04:00, ramil@stripped +0 -0
Auto merged
MERGE: 1.218.4.1
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: ramil
# Host: myoffice.izhnet.ru
# Root: /usr/home/ram/work/bug22913/my41-bug22913/RESYNC
--- 1.222/client/mysql.cc 2006-11-02 16:25:07 +04:00
+++ 1.223/client/mysql.cc 2006-11-02 16:25:07 +04:00
@@ -2012,6 +2012,8 @@ com_go(String *buffer,char *line __attri
(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)
| Thread |
|---|
| • bk commit into 4.1 tree (ramil:1.2613) | ramil | 2 Nov |