You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
Silence -Werror=implicit-fallthrough compiler errors - Patch from Monty.
The patch also fixes some potential bugs due to missing break statements.
This commit is contained in:
@@ -85,8 +85,8 @@ void getColumnValue(ConstantColumn** cc, uint64_t i, const Row& row, const strin
|
||||
*cc = new ConstantColumn(oss.str(), row.getIntField(i));
|
||||
break;
|
||||
}
|
||||
|
||||
// else > 0; fall through
|
||||
/* fall through */
|
||||
/* else > 0 */
|
||||
|
||||
case CalpontSystemCatalog::DECIMAL:
|
||||
case CalpontSystemCatalog::UDECIMAL:
|
||||
|
Reference in New Issue
Block a user