#include <cstddef>
#include <forward_list>
#include <new>
#include <string>
#include <string_view>
#include "lex_string.h"
#include "my_alloc.h"
#include "my_inttypes.h"
#include "mysql_time.h"
#include "sql/current_thd.h"
#include "sql/sql_class.h"
#include "sql/sql_cursor.h"
#include "sql/sql_prepare.h"
#include "sql/statement/protocol_local_v2.h"
#include "sql/statement/statement_runnable.h"
#include "utils.h"
Go to the source code of this file.
◆ STMT_HANDLE_PSI_STATEMENT_INFO_COUNT
#define STMT_HANDLE_PSI_STATEMENT_INFO_COUNT 6 |
Number of PSI_statement_info instruments for Statement handles.
◆ dummy_function_to_ensure_we_are_linked_into_the_server()
int 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 components.
◆ init_statement_handle_interface_psi_keys()
void init_statement_handle_interface_psi_keys |
( |
| ) |
|
Initializes Statement Handles PFS statement instrumentation information instances.
◆ MAX_REGULAR_STATEMENT_HANDLES_LIMIT
constexpr unsigned short MAX_REGULAR_STATEMENT_HANDLES_LIMIT {1024} |
|
staticconstexpr |
Max limit for Regular Statement Handles in use.