1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-11 05:52:26 +03:00
"Server variables for plugins"
  Post review fixes.
This commit is contained in:
antony@ppcg5.local
2007-03-23 10:14:46 -07:00
parent dc24473cb2
commit d4d37f113e
13 changed files with 156 additions and 69 deletions

View File

@@ -54,7 +54,7 @@ struct my_option
longlong max_value; /* Max allowed value */
longlong sub_size; /* Subtract this from given value */
long block_size; /* Value should be a mult. of this */
long app_type; /* To be used by an application */
void *app_type; /* To be used by an application */
};
typedef my_bool (* my_get_one_option) (int, const struct my_option *, char * );