MySQL 9.1.0
Source Code Documentation
|
#include "my_config.h"
#include <assert.h>
#include <ctype.h>
#include <mysql.h>
#include "my_inttypes.h"
#include "my_sys.h"
#include "plugin/rewriter/rewriter_plugin.h"
Functions | |
bool | load_rewrite_rules_init (UDF_INIT *, UDF_ARGS *, char *message) |
char * | load_rewrite_rules (UDF_INIT *, UDF_ARGS *, char *, unsigned long *length, unsigned char *is_null, unsigned char *) |
void | load_rewrite_rules_deinit (UDF_INIT *) |
char * load_rewrite_rules | ( | UDF_INIT * | , |
UDF_ARGS * | , | ||
char * | , | ||
unsigned long * | length, | ||
unsigned char * | is_null, | ||
unsigned char * | |||
) |
void load_rewrite_rules_deinit | ( | UDF_INIT * | ) |