Hi!
>>>>> "Peter" == Peter Eisentraut <peter_e@stripped> writes:
Peter> crash-me version 1.54, shipped with MySQL 3.23.32, is missing a closing
Peter> parenthesis in one query. And you have the standard SQL comments wrong.
Peter> --- crash-me.sh.orig Sat Jan 27 14:52:29 2001
Peter> +++ crash-me.sh Sat Jan 27 14:52:57 2001
Peter> @@ -1315,7 +1315,7 @@
Peter> "drop table crash_q $drop_attr");
Peter> report("default value function for column",'create_default_func',
Peter> - "create table crash_q (q integer not null,q1 integer default (1+1)",
Peter> + "create table crash_q (q integer not null,q1 integer default (1+1))",
Peter> "drop table crash_q $drop_attr");
Peter> report("temporary tables",'temporary_table',
Peter> @@ -1696,11 +1696,11 @@
Peter> report("-- as comment (ANSI)","comment_--",
Peter> "select * from crash_me -- Testing of comments");
Peter> -report("// as comment (ANSI)","comment_//",
Peter> +report("// as comment","comment_//",
Peter> "select * from crash_me // Testing of comments");
Peter> report("# as comment","comment_#",
Peter> "select * from crash_me # Testing of comments");
Peter> -report("/* */ as comment","comment_/**/",
Peter> +report("/* */ as comment (ANSI)","comment_/**/",
Peter> "select * from crash_me /* Testing of comments */");
Thanks for the patch; I have now applied it !
Regards,
Monty
| Thread |
|---|
| • crash-me patch | Peter Eisentraut | 27 Jan |
| • crash-me patch | Michael Widenius | 27 Jan |