1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-4514 After increasing user name length mysql.db is reported broken and event scheduler does not start

This commit is contained in:
Sergei Golubchik
2013-05-13 16:11:39 +02:00
parent 3aa50f64bb
commit 66cc619609
3 changed files with 6 additions and 6 deletions

View File

@ -70,7 +70,7 @@ TABLE_FIELD_TYPE mysql_db_table_fields[MYSQL_DB_FIELD_COUNT] = {
},
{
{ C_STRING_WITH_LEN("User") },
{ C_STRING_WITH_LEN("char(16)") },
{ C_STRING_WITH_LEN("char(") },
{NULL, 0}
},
{