1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

after merge fix

This commit is contained in:
gluh@mysql.com/gluh.(none)
2006-09-07 18:09:49 +05:00
parent 76b97433c2
commit e2684ad5d7
9 changed files with 30 additions and 25 deletions

View File

@@ -36,7 +36,7 @@
MySQL standard format:
user_name_part@host_name_part\0
*/
#define USER_HOST_BUFF_SIZE HOSTNAME_LENGTH + USERNAME_LENGTH + 2
#define USER_HOST_BUFF_SIZE HOSTNAME_LENGTH + USERNAME_BYTE_LENGTH + 2
#define LOCAL_HOST "localhost"
#define LOCAL_HOST_NAMEDPIPE "."