You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
wrong return type
This commit is contained in:
@ -283,7 +283,7 @@ const string ArithmeticColumn::nextToken(string::size_type& pos, char end) const
|
|||||||
msg.append(1, end);
|
msg.append(1, end);
|
||||||
msg.append(" found in " + fData);
|
msg.append(" found in " + fData);
|
||||||
throw invalid_argument(msg);
|
throw invalid_argument(msg);
|
||||||
return 0;
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
ostream& operator<<(ostream& output, const ArithmeticColumn& rhs)
|
ostream& operator<<(ostream& output, const ArithmeticColumn& rhs)
|
||||||
|
Reference in New Issue
Block a user