mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch 'bb-10.4-release' into bb-10.5-release
This commit is contained in:
@@ -46,7 +46,7 @@ table_hosts::m_share=
|
||||
sizeof(PFS_simple_index), /* ref length */
|
||||
&m_table_lock,
|
||||
{ C_STRING_WITH_LEN("CREATE TABLE hosts("
|
||||
"HOST CHAR(60) collate utf8_bin default null,"
|
||||
"HOST CHAR(" STRINGIFY_ARG(HOSTNAME_LENGTH) ") collate utf8_bin default null,"
|
||||
"CURRENT_CONNECTIONS bigint not null,"
|
||||
"TOTAL_CONNECTIONS bigint not null)") },
|
||||
false /* perpetual */
|
||||
|
Reference in New Issue
Block a user