Added dbshard technical documentation.

This commit is contained in:
Markus Makela
2015-02-03 11:26:53 +02:00
parent b09fe1cc44
commit 7b8579163a
4 changed files with 27 additions and 19 deletions

View File

@ -224,25 +224,6 @@ typedef struct dbshard_config_st {
} rwsplit_config_t;
#if defined(PREP_STMT_CACHING)
typedef struct prep_stmt_st {
#if defined(SS_DEBUG)
skygw_chk_t pstmt_chk_top;
#endif
union id {
int seq;
char* name;
} pstmt_id;
prep_stmt_state_t pstmt_state;
prep_stmt_type_t pstmt_type;
#if defined(SS_DEBUG)
skygw_chk_t pstmt_chk_tail;
#endif
} prep_stmt_t;
#endif /*< PREP_STMT_CACHING */
/**
* The client session structure used within this router.
*/