diff options
author | unknown <marko@hundin.mysql.fi> | 2005-07-28 13:15:36 +0300 |
---|---|---|
committer | unknown <marko@hundin.mysql.fi> | 2005-07-28 13:15:36 +0300 |
commit | 2562ba5591bb8aae0aee6d8a42fea2141d1cb123 (patch) | |
tree | 3253d6cc01fd9e386139da80c23ca0632293ecb9 /innobase/row | |
parent | a6350b1d05cacde74f606fdcbdf51f7acca9e965 (diff) | |
download | mariadb-git-2562ba5591bb8aae0aee6d8a42fea2141d1cb123.tar.gz |
row0sel.c:
row_sel_store_mysql_rec(): Make comment about space padding
more accurate.
innobase/row/row0sel.c:
row_sel_store_mysql_rec(): Make comment about space padding
more accurate.
Diffstat (limited to 'innobase/row')
-rw-r--r-- | innobase/row/row0sel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/innobase/row/row0sel.c b/innobase/row/row0sel.c index 9234c4aeb26..0b563eb147e 100644 --- a/innobase/row/row0sel.c +++ b/innobase/row/row0sel.c @@ -2537,8 +2537,8 @@ row_sel_store_mysql_rec( 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 |