Issue - (#32): Fix the table_name's empty or wrong values issue.

Increase the size of the table_names array to fit all the names of
tables in that array. Accidentally set the very low value for that.
pull/36/head
Ibrar Ahmed 2020-05-01 15:43:42 +00:00
parent 30a8e92aa8
commit 6b5b2e0948
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
#define JUMBLE_SIZE 1024 /* query serialization buffer size */
#define MAX_RESPONSE_BUCKET 10
#define MAX_REL_LEN 2
#define MAX_REL_LEN 255
#define MAX_BUCKETS 10
#define MAX_OBJECT_CACHE 100