Removed unnecessary memory allocation.

This commit is contained in:
Markus Makela
2015-08-03 20:02:13 +03:00
parent cf704c0072
commit 100f8ebd66
2 changed files with 4 additions and 9 deletions

View File

@ -47,6 +47,7 @@
#define MYSQL_PASSWORD_LEN 41
#define MYSQL_HOST_MAXLEN 60
#define MYSQL_DATABASE_MAXLEN 128
#define MYSQL_TABLE_MAXLEN 64
/**
* MySQL user and host data structure