| Bug #45742 | falcon_online_alter fails due to crash in MySQLCollation::makeKey | ||
|---|---|---|---|
| Submitted: | 25 Jun 2009 10:52 | Modified: | 8 Aug 2009 17:14 |
| Reporter: | Olav Sandstå | Email Updates: | |
| Status: | No Feedback | Impact on me: | |
| Category: | MySQL Server: Falcon storage engine | Severity: | S3 (Non-critical) |
| Version: | 6.0.12-alpha | OS: | Windows |
| Assigned to: | CPU Architecture: | Any | |
[25 Jun 2009 10:52]
Olav Sandstå
[25 Jun 2009 10:56]
Olav Sandstå
Dump from core file containing parameter values and threads
Attachment: minidump.txt (text/plain), 81.18 KiB.
[25 Jun 2009 16:26]
John Embretsen
Miguel,
I don't think this was clear from the bug description, but falcon_online_alter is a Random Query Generator test, so in order to run it you need to branch the mysql-test-extra-6.0 repository. Then:
cd mysql-test/gentest/
perl runall.pl \
--basedir=$FALCON_BZR \
--mysqld=--loose-innodb-lock-wait-timeout=5 \
--mysqld=--table-lock-wait-timeout=5 \
--mysqld=--loose-falcon-lock-wait-timeout=5 \
--mysqld=--loose-falcon-debug-mask=2 \
--mysqld=--skip-safemalloc \
--grammar=conf/falcon_online_alter.yy \
--reporters=Deadlock,ErrorLog,Backtrace,Recovery,WinPackage,Shutdown \
--duration=1200 \
--vardir=$FALCON_BZR/vardirs \
--mysqld=--log-output=file \
--queries=100000 \
--engine=falcon
where the environment variable $FALCON_BZR refers to the top directory of a compiled mysql-6.0-falcon-team branch.
[8 Aug 2009 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
