MXS-3292 Fix bug
The string given to USE must be dequoted before being stored.
This commit is contained in:
parent
b459b6f13f
commit
a1a1bdf93d
@ -3271,6 +3271,7 @@ public:
|
||||
if (should_collect(QC_COLLECT_DATABASES))
|
||||
{
|
||||
char* zCopy = MXS_STRNDUP_A(pToken->z, pToken->n);
|
||||
exposed_sqlite3Dequote(zCopy);
|
||||
|
||||
m_database_names.push_back(zCopy);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user