Merge sinisa.nasamreza.org:/mnt/work/mysql-4.1

into sinisa.nasamreza.org:/mnt/work/petica


mysys/my_handler.c:
  Auto merged
This commit is contained in:
unknown 2005-01-29 23:00:17 +02:00
commit 98f97f2260

View file

@ -57,7 +57,7 @@ static int compare_bin(uchar *a, uint a_length, uchar *b, uint b_length,
/* put shorter key in a */
a_length= b_length;
a= b;
swap= -1; /* swap sign of result */
swap= -1 ^ 1; /* swap sign of result */
}
for (end= a + a_length-length; a < end ; a++)
{