1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

add args to lost connection error when getting system data

This commit is contained in:
mariadb-KristinaPavlova
2025-06-30 11:39:40 +03:00
committed by Leonid Fedorov
parent 6831b82515
commit d031239844
3 changed files with 17 additions and 9 deletions

View File

@ -2199,7 +2199,7 @@ int ProcessDDLStatement(string& ddlStatement, string& schema, const string& /*ta
//@Bug 3602. Error message for MySql syntax for autoincrement
algorithm::to_upper(ddlStatement);
std::string errMsg = "The syntax "
std::string errMsg = "The syntax ";
if (ddlStatement.find("AUTO_INCREMENT") != string::npos)
{
errMsg += "auto_increment is not supported in Columnstore.";