Commit b23da8fa authored by unknown's avatar unknown
Browse files

Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0

into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0

parents e91e2f9a 13e47c5e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1865,6 +1865,11 @@ int Dbtup::interpreterNextLab(Signal* signal,
	}
	else
	{
	  /* --------------------------------------------------------- */
	  // If length of argument rounded to nearest word is
	  // the same as attribute size, use that as argument size
	  /* --------------------------------------------------------- */
	  if ((((argLen + 3) >> 2) << 2) == attrLen) argLen= attrLen;
	  res = (*sqlType.m_cmp)(cs, s1, attrLen, s2, argLen, true);
	}