You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +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(" found in " + fData);
|
||||
throw invalid_argument(msg);
|
||||
return 0;
|
||||
return {};
|
||||
}
|
||||
|
||||
ostream& operator<<(ostream& output, const ArithmeticColumn& rhs)
|
||||
|
Reference in New Issue
Block a user