diff options
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r-- | sql/sql_update.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc index a4e5dea5e76..688a5cebfee 100644 --- a/sql/sql_update.cc +++ b/sql/sql_update.cc @@ -20,8 +20,6 @@ #include "mysql_priv.h" #include "sql_acl.h" -#define MAX_ULONG_BIT ((ulong) 1 << (sizeof(ulong)*8-1)) - /* Return 0 if row hasn't changed */ static bool compare_record(TABLE *table, ulong query_id) |