diff options
Diffstat (limited to 'storage/perfschema/table_accounts.cc')
-rw-r--r-- | storage/perfschema/table_accounts.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/perfschema/table_accounts.cc b/storage/perfschema/table_accounts.cc index eb3f6481696..310c81f26b3 100644 --- a/storage/perfschema/table_accounts.cc +++ b/storage/perfschema/table_accounts.cc @@ -46,7 +46,7 @@ table_accounts::m_share= &m_table_lock, { C_STRING_WITH_LEN("CREATE TABLE accounts(" "USER CHAR(" USERNAME_CHAR_LENGTH_STR ") collate utf8_bin default null," - "HOST CHAR(60) collate utf8_bin default null," + "HOST CHAR(" HOSTNAME_LENGTH_STR ") collate utf8_bin default null," "CURRENT_CONNECTIONS bigint not null," "TOTAL_CONNECTIONS bigint not null)") }, false /* perpetual */ |