Initial implementation of session based sharding.

This commit is contained in:
Markus Makela
2015-01-14 10:34:51 +02:00
parent 0187edf559
commit c1ed24aa78
4 changed files with 108 additions and 11 deletions

View File

@ -112,6 +112,7 @@ bool query_is_parsed(GWBUF* buf);
bool skygw_query_has_clause(GWBUF* buf);
char* skygw_get_qtype_str(skygw_query_type_t qtype);
char* skygw_get_affected_fields(GWBUF* buf);
char** skygw_get_database_names(GWBUF* querybuf,int* size);
EXTERN_C_BLOCK_END