Navigation Menu

Skip to content

Commit

Permalink
add MRN_MAX_IDENTIFIER_LEN
Browse files Browse the repository at this point in the history
	modified:   src/ha_groonga.h
  • Loading branch information
ikdttr committed Feb 10, 2009
1 parent 5c2b0af commit eb70015
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ha_groonga.h
@@ -1,6 +1,9 @@
#ifndef _ha_groonga_h
#define _ha_groonga_h

/* max length for grn_hash key e.g. db,table name */
#define MRN_MAX_IDENTIFIER_LEN 64

extern grn_ctx *mrn_ctx_sys;
extern grn_hash *mrn_hash_sys;
extern pthread_mutex_t *mrn_mutex_sys;
Expand Down

0 comments on commit eb70015

Please sign in to comment.