From: Date: July 28 2005 12:15pm Subject: bk commit into 5.0 tree (marko:1.1912) List-Archive: http://lists.mysql.com/internals/27674 Message-Id: <200507281015.j6SAFnpH023118@hundin.mysql.fi> Below is the list of changes that have just been committed into a local 5.0 repository of marko. When marko 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 1.1912 05/07/28 13:15:36 marko@stripped +1 -0 row0sel.c: row_sel_store_mysql_rec(): Make comment about space padding more accurate. innobase/row/row0sel.c 1.97 05/07/28 13:14:56 marko@stripped +2 -2 row_sel_store_mysql_rec(): Make comment about space padding more accurate. # 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: marko # Host: hundin.mysql.fi # Root: /home/marko/mysql-5.0 --- 1.96/innobase/row/row0sel.c 2005-07-28 12:30:30 +03:00 +++ 1.97/innobase/row/row0sel.c 2005-07-28 13:14:56 +03:00 @@ -2537,8 +2537,8 @@ case DATA_CHAR: case DATA_FIXBINARY: case DATA_MYSQL: - /* MySQL pads all non-BLOB and non-TEXT - string types with space ' ' */ + /* MySQL pads all string types (except + BLOB, TEXT and true VARCHAR) with space. */ if (UNIV_UNLIKELY(templ->mbminlen == 2)) { /* Treat UCS2 as a special case. */ data = mysql_rec