From: GitHub <no...@gi...> - 2016-06-10 23:02:20
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: ecd12610576e71764a318d8ead1c753ab7a30d16 https://github.com/mantisbt/mantisbt/commit/ecd12610576e71764a318d8ead1c753ab7a30d16 Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M admin/schema.php M core/constant_inc.php Log Message: ----------- Reduce user.username column size to 191 chars The varchar(255) implemented to address issue #8017 was causing issues with utf8mb4 encoding due a limitation in the size of indexes in MySQL. Fixes #20465 |