codership / wsrep-API

Write Set Replication API specification
GNU General Public License v2.0
26 stars 15 forks source link

apply_cb() and to_execute_end() must pass integer error code to the provider #8

Closed ayurchen closed 6 years ago

ayurchen commented 8 years ago

This is needed to distinguish between different error conditions in case of error voting. The integer should be application defined code specific to that sort of failure. 0 is treated as no failure.