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
parent
30a8e92aa8
commit
6b5b2e0948
|
@ -58,7 +58,7 @@
|
||||||
#define JUMBLE_SIZE 1024 /* query serialization buffer size */
|
#define JUMBLE_SIZE 1024 /* query serialization buffer size */
|
||||||
|
|
||||||
#define MAX_RESPONSE_BUCKET 10
|
#define MAX_RESPONSE_BUCKET 10
|
||||||
#define MAX_REL_LEN 2
|
#define MAX_REL_LEN 255
|
||||||
#define MAX_BUCKETS 10
|
#define MAX_BUCKETS 10
|
||||||
#define MAX_OBJECT_CACHE 100
|
#define MAX_OBJECT_CACHE 100
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue