mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Manually import InnoDB fix into build tree.
This commit is contained in:
parent
146994ed4c
commit
31ecea8a0f
1 changed files with 4 additions and 2 deletions
|
@ -195,10 +195,12 @@ dtype_get_pad_char(
|
|||
|| type->mtype == DATA_BINARY
|
||||
|| type->mtype == DATA_FIXBINARY
|
||||
|| type->mtype == DATA_MYSQL
|
||||
|| type->mtype == DATA_VARMYSQL) {
|
||||
|| type->mtype == DATA_VARMYSQL
|
||||
|| (type->mtype == DATA_BLOB
|
||||
&& (type->prtype & DATA_BINARY_TYPE) == 0)) {
|
||||
|
||||
/* Space is the padding character for all char and binary
|
||||
strings */
|
||||
strings, and starting from 5.0.3, also for TEXT strings. */
|
||||
|
||||
return((ulint)' ');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue