Bug #3740 typo in crashme
Submitted: 13 May 2004 10:10 Modified: 20 May 2004 11:11
Reporter: Matthias Urlichs Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.0 OS:
Assigned to: Michael Widenius CPU Architecture:Any

[13 May 2004 10:10] Matthias Urlichs
Description:
===== sql-bench/crash-me.sh 1.46 vs edited =====
--- 1.46/sql-bench/crash-me.sh  Mon Mar 29 16:57:06 2004
+++ edited/sql-bench/crash-me.sh        Thu May 13 10:05:32 2004
@@ -414,7 +414,7 @@
                 ["with add primary key",
                  "alter table crash_q1 add primary key(c1)"]);
   report("Alter table add foreign key",'alter_add_foreign_key',
-        "alter table crash_q add constraint f1 foreign key(c1)",
+        "alter table crash_q add constraint f1 foreign key(c1)".
         " references crash_q1(c1)");
   try_and_report("Alter table drop foreign key",'alter_drop_foreign_key',
                 ["with drop constraint",

How to repeat:
Run crashme. Observe no foreign key tests being run.

Suggested fix:
Apply the patch.
[20 May 2004 11:11] Michael Widenius
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html

Additional info:

Fix will be in 4.0.13 and 4.1.2 or 4.1.3