MySQL 8.4.0
Source Code Documentation
LEX_ALTER Struct Reference

#include <table.h>

Public Member Functions

void cleanup ()
 

Public Attributes

bool update_password_expired_fields
 
bool update_password_expired_column
 
bool use_default_password_lifetime
 
uint16 expire_after_days
 
bool update_account_locked_column
 
bool account_locked
 
uint32 password_history_length
 
bool use_default_password_history
 
bool update_password_history
 
uint32 password_reuse_interval
 
bool use_default_password_reuse_interval
 
bool update_password_reuse_interval
 
uint failed_login_attempts
 
bool update_failed_login_attempts
 
int password_lock_time
 
bool update_password_lock_time
 
Lex_acl_attrib_udyn update_password_require_current
 

Member Function Documentation

◆ cleanup()

void LEX_ALTER::cleanup ( void  )
inline

Member Data Documentation

◆ account_locked

bool LEX_ALTER::account_locked

◆ expire_after_days

uint16 LEX_ALTER::expire_after_days

◆ failed_login_attempts

uint LEX_ALTER::failed_login_attempts

◆ password_history_length

uint32 LEX_ALTER::password_history_length

◆ password_lock_time

int LEX_ALTER::password_lock_time

◆ password_reuse_interval

uint32 LEX_ALTER::password_reuse_interval

◆ update_account_locked_column

bool LEX_ALTER::update_account_locked_column

◆ update_failed_login_attempts

bool LEX_ALTER::update_failed_login_attempts

◆ update_password_expired_column

bool LEX_ALTER::update_password_expired_column

◆ update_password_expired_fields

bool LEX_ALTER::update_password_expired_fields

◆ update_password_history

bool LEX_ALTER::update_password_history

◆ update_password_lock_time

bool LEX_ALTER::update_password_lock_time

◆ update_password_require_current

Lex_acl_attrib_udyn LEX_ALTER::update_password_require_current

◆ update_password_reuse_interval

bool LEX_ALTER::update_password_reuse_interval

◆ use_default_password_history

bool LEX_ALTER::use_default_password_history

◆ use_default_password_lifetime

bool LEX_ALTER::use_default_password_lifetime

◆ use_default_password_reuse_interval

bool LEX_ALTER::use_default_password_reuse_interval

The documentation for this struct was generated from the following file: