diff options
author | cmiller@zippy.cornsilk.net <> | 2006-11-02 17:27:42 -0500 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2006-11-02 17:27:42 -0500 |
commit | c34f3219b31dd2038d5060bf14dc30dafbab2cb8 (patch) | |
tree | 891a17ee42daa1b5e18cf363d182b94fef6aedf3 /sql/table.cc | |
parent | 27f3bb10654927e50f362eea0364aa77559f63ae (diff) | |
parent | 15835edddd742bef8101d129715ce74dc2fdb6b7 (diff) | |
download | mariadb-git-c34f3219b31dd2038d5060bf14dc30dafbab2cb8.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-4.1-maint
Diffstat (limited to 'sql/table.cc')
-rw-r--r-- | sql/table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/table.cc b/sql/table.cc index 0682bcf8998..aff1e6d11f6 100644 --- a/sql/table.cc +++ b/sql/table.cc @@ -690,7 +690,7 @@ int openfrm(const char *name, const char *alias, uint db_stat, uint prgflag, as we need to test for NULL = NULL. */ if (field->real_maybe_null()) - key_part->key_part_flag|= HA_PART_KEY_SEG; + key_part->key_part_flag|= HA_NULL_PART; } else { // Error: shorten key |