Small modifications to user white list feature.

This commit is contained in:
Guy Lichtman
2012-12-24 10:57:16 +02:00
parent 4cfb7a5240
commit a3df5d6454
2 changed files with 15 additions and 6 deletions

View File

@@ -39,6 +39,7 @@ typedef size_t OFFSET;
#define MAX_USER_CHAR_NUMBERS 20
const char * retrieve_user (THD * thd);
#define MAX_NUM_OBJECT_ELEM 256
#define MAX_NUM_USER_ELEM 256
/**
* The struct usd to hold offsets. We should have one per version.