1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

remove unused LEX::contains_plaintext_password

This commit is contained in:
Sergei Golubchik
2013-09-21 16:44:49 +02:00
parent 27c9ed11ff
commit 8b5938a127
3 changed files with 0 additions and 8 deletions

View File

@@ -2404,7 +2404,6 @@ struct LEX: public Query_tables_list
bool sp_lex_in_use; /* Keep track on lex usage in SPs for error handling */
bool all_privileges;
bool proxy_priv;
bool contains_plaintext_password;
sp_pcontext *spcont;