summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-07-01 13:10:36 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2022-07-01 13:10:36 +0300
commit392ee571c175e160869a2ee0510f818e81510a03 (patch)
tree4481d8aa631bdd295300b875791d9d179c0a4b70 /sql/sql_lex.cc
parent99de8cc02878ec8c20bffeaf17443e704d6edbf7 (diff)
parent990cde800a4aafc5f5647eb06db3eec461fd172a (diff)
downloadmariadb-git-392ee571c175e160869a2ee0510f818e81510a03.tar.gz
Merge 10.3 into 10.4
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r--sql/sql_lex.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc
index 601de324a40..9555c4d7a28 100644
--- a/sql/sql_lex.cc
+++ b/sql/sql_lex.cc
@@ -2267,7 +2267,6 @@ int Lex_input_stream::scan_ident_delimited(THD *thd,
uchar quote_char)
{
CHARSET_INFO *const cs= thd->charset();
- uint double_quotes= 0;
uchar c;
DBUG_ASSERT(m_ptr == m_tok_start + 1);
@@ -2292,7 +2291,6 @@ int Lex_input_stream::scan_ident_delimited(THD *thd,
if (yyPeek() != quote_char)
break;
c= yyGet();
- double_quotes++;
continue;
}
}