mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
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.
This commit is contained in:
parent
a6350b1d05
commit
2562ba5591
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue