You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-4368 Unified exceptions handling code in dbcon/joblist
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
/* Copyright (C) 2014 InfiniDB, Inc.
|
||||
Copyright (c) 2016-2020 MariaDB
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License
|
||||
@ -533,7 +534,7 @@ const string pDictionaryStep::toString() const
|
||||
|
||||
#ifdef FIFO_SINK
|
||||
|
||||
if (fOid < 3000))
|
||||
if (fOid < 3000)
|
||||
oss << " (sink)";
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user