| 
| static bool  | group_replication_get_write_concurrency_init (UDF_INIT *, UDF_ARGS *args, char *message) | 
|   | 
| static void  | group_replication_get_write_concurrency_deinit (UDF_INIT *) | 
|   | 
| static long long  | group_replication_get_write_concurrency (UDF_INIT *, UDF_ARGS *, unsigned char *is_null, unsigned char *error) | 
|   | 
| udf_descriptor  | get_write_concurrency_udf () | 
|   | Returns the descriptor of the "group_replication_get_write_concurrency" UDF.  More...
  | 
|   | 
| static bool  | group_replication_set_write_concurrency_init (UDF_INIT *initid, UDF_ARGS *args, char *message) | 
|   | 
| static void  | group_replication_set_write_concurrency_deinit (UDF_INIT *) | 
|   | 
| static char *  | group_replication_set_write_concurrency (UDF_INIT *, UDF_ARGS *args, char *result, unsigned long *length, unsigned char *is_null, unsigned char *error) | 
|   | 
| udf_descriptor  | set_write_concurrency_udf () | 
|   | Returns the descriptor of the "group_replication_set_write_concurrency" UDF.  More...
  | 
|   |