summaryrefslogtreecommitdiff
path: root/sql/key.cc
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2000-10-25 01:50:46 +0300
committerunknown <monty@donna.mysql.com>2000-10-25 01:50:46 +0300
commit5aacf92e2215cc40a8d8934fe7376180fe30ee10 (patch)
treee2752fa618359db15b27254ae137517f9bd19779 /sql/key.cc
parent08dc21df3ad57f782bce0b7277900e880415a0a5 (diff)
downloadmariadb-git-5aacf92e2215cc40a8d8934fe7376180fe30ee10.tar.gz
Added bdb_lock_max and fixed bug in BDB tables when using key parts
Docs/Makefile.am: Don't try to get the manual from SCCS Docs/manual.texi: Added bdb_lock_max + some information about Linux and big files myisam/myisamchk.c: Code cleanup mysql.proj: updated sql/field.cc: Added compare of packed BDB key sql/field.h: Added compare of packed BDB key sql/ha_berkeley.cc: Added compare of packed BDB keys and bdb_lock_max variable sql/ha_berkeley.h: Added bdb_lock_max variable sql/key.cc: cleanup sql/mysqld.cc: Added bdb_lock_max
Diffstat (limited to 'sql/key.cc')
-rw-r--r--sql/key.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/key.cc b/sql/key.cc
index 8678202922e..87595fda06d 100644
--- a/sql/key.cc
+++ b/sql/key.cc
@@ -171,7 +171,7 @@ int key_cmp(TABLE *table,const byte *key,uint idx,uint key_length)
{
key_length--;
if (*key != test(table->record[0][key_part->null_offset] &
- key_part->null_bit))
+ key_part->null_bit))
return 1;
if (*key)
{