You've already forked mariadb-columnstore-engine
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:
committed by
Leonid Fedorov
parent
6831b82515
commit
d031239844
@ -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.";
|
||||
|
Reference in New Issue
Block a user