MySQL 9.6.0
Source Code Documentation
row_temporary_account_locks Struct Reference

A row of PERFORMANCE_SCHEMA.TEMPORARY_ACCOUNT_LOCKS. More...

#include <table_temporary_account_locks.h>

Public Attributes

PFS_account_row m_account
 Column USER, HOST. More...
 
bool m_locked
 Column LOCKED. More...
 
ulong m_failed_login_attempts
 Column FAILED_LOGIN_ATTEMPTS. More...
 
ulong m_remaining_login_attempts
 Column REMAINING_LOGIN_ATTEMPTS. More...
 
ulong m_password_lock_time_days
 Column PASSWORD_LOCK_TIME. More...
 
ulong m_locked_since_daynr
 Column LOCKED_SINCE. More...
 
ulong m_locked_until_daynr
 Column LOCKED_UNTIL. More...
 

Detailed Description

A row of PERFORMANCE_SCHEMA.TEMPORARY_ACCOUNT_LOCKS.

Member Data Documentation

◆ m_account

PFS_account_row row_temporary_account_locks::m_account

Column USER, HOST.

◆ m_failed_login_attempts

ulong row_temporary_account_locks::m_failed_login_attempts

Column FAILED_LOGIN_ATTEMPTS.

◆ m_locked

bool row_temporary_account_locks::m_locked

Column LOCKED.

◆ m_locked_since_daynr

ulong row_temporary_account_locks::m_locked_since_daynr

Column LOCKED_SINCE.

◆ m_locked_until_daynr

ulong row_temporary_account_locks::m_locked_until_daynr

Column LOCKED_UNTIL.

◆ m_password_lock_time_days

ulong row_temporary_account_locks::m_password_lock_time_days

Column PASSWORD_LOCK_TIME.

◆ m_remaining_login_attempts

ulong row_temporary_account_locks::m_remaining_login_attempts

Column REMAINING_LOGIN_ATTEMPTS.


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