You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-30 14:21:11 +03:00
MCOL-38 - remove data transaction directory reference
This commit is contained in:
@@ -3357,8 +3357,6 @@ int processCommand(string* arguments)
|
||||
cout << "Info ";
|
||||
if ( ((data & LEVEL_DEBUG) ? 1 : 0) == 1 )
|
||||
cout << "Debug ";
|
||||
if ( ((data & LEVEL_DATA) ? 1 : 0) == 1 )
|
||||
cout << "Data";
|
||||
cout << endl;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user