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-597 Fix up Windows Functions
This commit is contained in:
@ -3017,7 +3017,7 @@ int ha_calpont_impl_rnd_next(uchar *buf, TABLE* table)
|
||||
rc = fetchNextRow(buf, ti, ci);
|
||||
} catch (std::exception& e)
|
||||
{
|
||||
string emsg = string("Lost connection to ExeMgr while fetching: ") + e.what();
|
||||
string emsg = string("Error while fetching from ExeMgr: ") + e.what();
|
||||
setError(thd, ER_INTERNAL_ERROR, emsg);
|
||||
CalpontSystemCatalog::removeCalpontSystemCatalog(tid2sid(thd->thread_id));
|
||||
return ER_INTERNAL_ERROR;
|
||||
|
Reference in New Issue
Block a user