summaryrefslogtreecommitdiff
path: root/mysql-test/r/replace.result
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@montyprogram.com>2011-02-12 17:17:19 +0100
committerVladislav Vaintroub <wlad@montyprogram.com>2011-02-12 17:17:19 +0100
commitfb47a163d48e8364bf61a99246ff5e79bc46836e (patch)
treef56404b9feb8a8d3e8e6bd0f765a3ac09971ee87 /mysql-test/r/replace.result
parent18ad13ef8186a2bbb3b2022121cddf4e0434414f (diff)
downloadmariadb-git-fb47a163d48e8364bf61a99246ff5e79bc46836e.tar.gz
Fix MYSQL Bug#60057 : sel_arg_range_seq_next loops in optimized compilation/VS2010
When mariadb 5.3 is compiler with VS2010, several tests would enter infinite loop in sel_arg_range_seq_next(). The reason is compiler backend bug. This bug is not present in either VS2008 or VS2010 SP1 RC. Workaround is to compile this function without most aggresive optimization flag (-Og ) using #pragma optimize ("g", {on|off}) for this version of MSVC compiler.
Diffstat (limited to 'mysql-test/r/replace.result')
0 files changed, 0 insertions, 0 deletions