-
Tor Didriksen authored
The mysql source has its own version of regcomp etc. compiled in. All symbols with linkage (i.e. global functions) have been renamed (added my_ prefix) to avoid linkage problems. This bugfix renames compile-time symbols in a similar fashion, REG_STARTEND => MY_REG_STARTEND etc.
Tor Didriksen authoredThe mysql source has its own version of regcomp etc. compiled in. All symbols with linkage (i.e. global functions) have been renamed (added my_ prefix) to avoid linkage problems. This bugfix renames compile-time symbols in a similar fashion, REG_STARTEND => MY_REG_STARTEND etc.
Loading