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
MCOL-5 We've had problems with CREATE and DELETE crashing. Add some better error handling
This commit is contained in:
@ -1841,7 +1841,6 @@ void setError(THD* thd, uint32_t errcode, string errmsg)
|
||||
thd->infinidb_vtable.cal_conn_info = (void*)(new cal_connection_info());
|
||||
cal_connection_info* ci = reinterpret_cast<cal_connection_info*>(thd->infinidb_vtable.cal_conn_info);
|
||||
ci->expressionId = 0;
|
||||
|
||||
}
|
||||
|
||||
void setError(THD* thd, uint32_t errcode, string errmsg, gp_walk_info& gwi)
|
||||
|
Reference in New Issue
Block a user