added the ability to limit auditing output to specific commands and objects(tables/views)

This commit is contained in:
Joseph Mocker
2012-07-26 08:03:13 -07:00
parent 60f1b8e6d7
commit ed048a30bb
3 changed files with 536 additions and 462 deletions

View File

@@ -35,6 +35,9 @@ typedef size_t OFFSET;
#define MAX_COM_STATUS_VARS_RECORDS 512
#define MAX_OBJECT_CHAR_NUMBERS 130
#define MAX_NUM_OBJECT_ELEM 256
/**
* The struct usd to hold offsets. We should have one per version.
*/