MySQL 8.3.0
Source Code Documentation
my_default_priv.h File Reference
#include "my_macros.h"

Go to the source code of this file.

Macros

#define MAX_CIPHER_STORE_LEN   4U
 
#define LOGIN_KEY_LEN   20U
 

Functions

int my_default_get_login_file (char *file_name, size_t file_name_size)
 Place the login file name in the specified buffer. More...
 

Macro Definition Documentation

◆ LOGIN_KEY_LEN

#define LOGIN_KEY_LEN   20U

◆ MAX_CIPHER_STORE_LEN

#define MAX_CIPHER_STORE_LEN   4U

Function Documentation

◆ my_default_get_login_file()

int my_default_get_login_file ( char *  file_name,
size_t  file_name_size 
)

Place the login file name in the specified buffer.

Parameters
[out]file_nameBuffer to hold login file name
[in]file_name_sizeLength of the buffer
Returns
1 - Success 0 - Failure