Don't log warnings for valid SQL
The warnings are about what the parser expects, not something the end user should know.
This commit is contained in:
@ -562,7 +562,7 @@ private:
|
||||
|
||||
if (m_pI != m_pEnd)
|
||||
{
|
||||
MXS_WARNING("Non-space data found after semi-colon: '%.*s'.",
|
||||
MXS_INFO("Non-space data found after semi-colon: '%.*s'.",
|
||||
(int)(m_pEnd - m_pI), m_pI);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user