Kaydet (Commit) 7f02173b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-const-variable

Change-Id: Ic4edbbc0bf74887ab9624e4551b54ecbe3538108
üst 3ade1523
...@@ -125,20 +125,6 @@ std::vector ...@@ -125,20 +125,6 @@ std::vector
#define DEFERRABILITY_INITIALLY_IMMEDIATE 6 #define DEFERRABILITY_INITIALLY_IMMEDIATE 6
#define DEFERRABILITY_NONE 7 #define DEFERRABILITY_NONE 7
// alphabetically ordered !
static const int PRIVILEGE_CREATE = 0x1;
static const int PRIVILEGE_DELETE = 0x2;
static const int PRIVILEGE_EXECUTE = 0x4;
static const int PRIVILEGE_INSERT = 0x8;
static const int PRIVILEGE_REFERENCES = 0x10;
static const int PRIVILEGE_RULE = 0x20;
static const int PRIVILEGE_SELECT = 0x40;
static const int PRIVILEGE_TEMPORARY = 0x80;
static const int PRIVILEGE_TRIGGER = 0x100;
static const int PRIVILEGE_UPDATE = 0x200;
static const int PRIVILEGE_USAGE = 0x400;
static const int PRIVILEGE_MAX = PRIVILEGE_USAGE;
void DatabaseMetaData::checkClosed() void DatabaseMetaData::checkClosed()
throw (SQLException, RuntimeException) throw (SQLException, RuntimeException)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment