1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +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

@@ -510,7 +510,6 @@ void lex_start(THD *thd)
lex->parse_vcol_expr= FALSE;
lex->check_exists= FALSE;
lex->verbose= 0;
lex->contains_plaintext_password= false;
lex->name.str= 0;
lex->name.length= 0;