Bug #21006 strings assembly code is not portable
Submitted: 12 Jul 2006 16:17 Modified: 3 Jun 2013 10:18
Reporter: Chad MILLER Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: General Severity:S5 (Performance)
Version:5.1 OS:Any
Assigned to: Assigned Account CPU Architecture:Any

[12 Jul 2006 16:17] Chad MILLER
Description:
The strings assembly code is not portable.  It uses nonstandard pseudo-ops.

See Bug#18470, which makes it possible to fall back to the C code when such failures exist.

How to repeat:
Compile strings/strings-x86.s under OS X on x86 and (perhaps) Solaris on x86.

Suggested fix:
Rewrite the stings code.
[3 Jun 2013 10:18] Jon Olav Hauglid
These files were removed from 5.5 as part of 
WL#5665: Removal of the autotools-based build system