1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-24 14:20:59 +03:00

More change for MCOL-1229. Do not throw an exception but return an error code.

This commit is contained in:
Ravi Prakash
2018-04-30 10:39:13 -07:00
parent 1bcc8a3052
commit fda6b35243

View File

@@ -84,7 +84,7 @@ static int is_columnstore_columns_fill(THD *thd, TABLE_LIST *tables, COND *cond)
continue;
}
else {
throw;
return 1;
}
}