1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

MDEV-4332 Increase username length from 16 characters

10.0 part of the task, fix system tables
This commit is contained in:
Sergei Golubchik
2013-11-03 16:31:52 +01:00
parent da122e85e8
commit 5c9d2c6c9f
28 changed files with 203 additions and 363 deletions

View File

@ -47,7 +47,7 @@ show create table t1;
Table Create Table
t1 CREATE TABLE `t1` (
`database()` varchar(34) CHARACTER SET utf8 DEFAULT NULL,
`user()` varchar(77) CHARACTER SET utf8 NOT NULL DEFAULT '',
`user()` varchar(141) CHARACTER SET utf8 NOT NULL DEFAULT '',
`version` char(60) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1
drop table t1;