MySQL 8.3.0
Source Code Documentation
service_rules_table.h File Reference

Plugin service that provides access to the rewrite rules table that is used by the Rewriter plugin. More...

#include <string>
#include "my_dbug.h"
#include <stdlib.h>

Go to the source code of this file.

Classes

class  rules_table_service::Cursor
 Writable cursor that allows reading and updating of rows in a persistent table. More...
 

Namespaces

namespace  rules_table_service
 

Functions

int rules_table_service::dummy_function_to_ensure_we_are_linked_into_the_server ()
 There must be one function of this kind in order for the symbols in the server's dynamic library to be visible to plugins. More...
 
void rules_table_service::free_string (const char *str)
 Frees a const char pointer allocated in the server's dynamic library using new[]. More...
 
Cursor rules_table_service::end ()
 A past-the-end Cursor. More...
 

Detailed Description

Plugin service that provides access to the rewrite rules table that is used by the Rewriter plugin.

No other use intended.