Cassandra SE:

- Add a test for ALTER TABLE
This commit is contained in:
Sergey Petrunya 2012-09-26 14:57:45 +04:00
commit 0362968be8
3 changed files with 29 additions and 4 deletions

View file

@ -594,8 +594,8 @@ bool Cassandra_se_impl::retryable_remove_row()
}
/*
This function will try a Cassandra operation, and handle errors.
Try calling a function, catching possible Cassandra errors, and re-trying
for "transient" errors.
*/
bool Cassandra_se_impl::try_operation(retryable_func_t func_to_call)
{