You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-18 13:54:11 +03:00
Added tracing output
This commit is contained in:
@@ -37,6 +37,10 @@ bool TruncateTask::run()
|
||||
check_error("TruncateTask read", false);
|
||||
truncate_cmd *cmd = (truncate_cmd *) buf;
|
||||
|
||||
#ifdef SM_TRACE
|
||||
cout << "truncate " << cmd->filename << " newlength " << cmd->length << endl;
|
||||
#endif
|
||||
|
||||
int err = ioc->truncate(cmd->filename, cmd->length);
|
||||
if (err)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user