Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / databases / mysql56-client / patches / patch-sql_ha__ndbcluster.cc
blobdfbb70a3e3ad7b68196dfb870015623eebee83cf
1 $NetBSD$
3 --- sql/ha_ndbcluster.cc.orig 2013-05-05 20:55:16.000000000 +0000
4 +++ sql/ha_ndbcluster.cc
5 @@ -2807,7 +2807,7 @@ int ha_ndbcluster::open_indexes(THD *thd
6 if (check_index_fields_not_null(key_info))
7 m_index[i].null_in_unique_index= TRUE;
9 - if (error == 0 && test(index_flags(i, 0, 0) & HA_READ_RANGE))
10 + if (error == 0 && my_test(index_flags(i, 0, 0) & HA_READ_RANGE))
11 btree_keys.set_bit(i);