Internally, InnoDB stores fixed-length character columns such as CHAR(10) in a fixed-length format. InnoDB does not truncate trailing spaces from VARCHAR columns.在数据库内部,innodB存储的是固定长度的字符列,比如char(10)。 innodb不会清除VARCHAR列的尾部空格。