1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Correction for the patch to fix mdev-16473.

This commit is contained in:
Igor Babaev
2018-06-26 10:49:23 -07:00
parent 31c950cca8
commit 6d377a523c
2 changed files with 2 additions and 2 deletions

View File

@ -3960,8 +3960,8 @@ public:
return TRUE;
}
/* This will allow to throw an error later for non-CTE references */
*p_db= (char *) no_db;
*p_db_length= strlen(no_db);
*p_db= strmake(no_db, *p_db_length);
}
else
{