diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-11-03 16:31:52 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-11-03 16:31:52 +0100 |
commit | 5c9d2c6c9fdb69625120c8398eeb13af0af49bca (patch) | |
tree | e156c47857223f3e171fe3c019d9c8209c5b858b /mysql-test/r/func_system.result | |
parent | da122e85e819d65e840418e222a80058fb79fee2 (diff) | |
download | mariadb-git-5c9d2c6c9fdb69625120c8398eeb13af0af49bca.tar.gz |
MDEV-4332 Increase username length from 16 characters
10.0 part of the task, fix system tables
Diffstat (limited to 'mysql-test/r/func_system.result')
-rw-r--r-- | mysql-test/r/func_system.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/func_system.result b/mysql-test/r/func_system.result index c0d63200f82..1452cf7e533 100644 --- a/mysql-test/r/func_system.result +++ b/mysql-test/r/func_system.result @@ -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; |