Comment 5 for bug 1008293

Revision history for this message
Elena Stepanova (elenst) wrote : Re: Changing key_cache_segments value using set leads to crashes

Jean, Shane, thank you.

Reproducible with the RQG grammar and command line below on maria/5.2 revno 3139, maria/5.3 revno 3539, maria/5.5 revno 3426, and on release versions of 5.2, 5.3, 5.5.

# cat 1.yy
thread1:

  SET GLOBAL key_cache_segments = _digit;

query:
  SHOW GLOBAL STATUS;

# End of RQG grammar

# Run as
perl ./runall.pl \
--grammar=1.yy \
--duration=60 \
--queries=10M \
--threads=2 \
--skip-gendata \
--basedir=<your basedir> \
--vardir=<your vardir>