mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Cassandra SE:
- Add a test for ALTER TABLE
This commit is contained in:
parent
344c0ea423
commit
0362968be8
3 changed files with 29 additions and 4 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue