diff options
author | monty@donna.mysql.fi <> | 2001-04-10 11:32:28 +0300 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-04-10 11:32:28 +0300 |
commit | 3c82d4a2e1d678d2b14023577b64c1fc90d35757 (patch) | |
tree | 95bbcccc6e046548f22eead9222fdd1cce980d1e /sql/opt_range.h | |
parent | 7f21a7a6daff97675749db987b12a080bb4c3799 (diff) | |
download | mariadb-git-3c82d4a2e1d678d2b14023577b64c1fc90d35757.tar.gz |
Fixed bug with UPDATE/DELETE on UNIQUE key which could be NULL
Diffstat (limited to 'sql/opt_range.h')
-rw-r--r-- | sql/opt_range.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/opt_range.h b/sql/opt_range.h index 2005773eca7..247dd260817 100644 --- a/sql/opt_range.h +++ b/sql/opt_range.h @@ -30,6 +30,7 @@ #define NEAR_MAX 8 #define UNIQUE_RANGE 16 #define EQ_RANGE 32 +#define NULL_RANGE 64 typedef struct st_key_part { uint16 key,part,part_length; |