1
0
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:
david hill
2016-06-01 16:33:30 -05:00
parent 84eeae5a34
commit d50b6147a2
7 changed files with 0 additions and 18 deletions

View File

@@ -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;
}
}