diff options
author | jimw@mysql.com <> | 2005-01-03 23:02:26 +0100 |
---|---|---|
committer | jimw@mysql.com <> | 2005-01-03 23:02:26 +0100 |
commit | 0f835244a6100ba573b166ce25ddd87b7d148dda (patch) | |
tree | 3646180132feff4b42c9ea82aca2ca9cd2d8d623 /sql-bench | |
parent | 875af1330bd0d4374cb82926d806cc09ffe0925f (diff) | |
download | mariadb-git-0f835244a6100ba573b166ce25ddd87b7d148dda.tar.gz |
Fix typo in crash-me 'MATCHES' test (Bug # 5875)
Diffstat (limited to 'sql-bench')
-rw-r--r-- | sql-bench/crash-me.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/crash-me.sh b/sql-bench/crash-me.sh index 8ec62442b11..a40ef8fbc7d 100644 --- a/sql-bench/crash-me.sh +++ b/sql-bench/crash-me.sh @@ -1039,7 +1039,7 @@ try_and_report("Automatic row id", "automatic_rowid", ["MATCH UNIQUE","match_unique", "1 match unique (select a from crash_me)",1,0], ["MATCH","match","1 match (select a from crash_me)",1,0], - ["MATCHES","matches","b matcjhes 'a*'",1,0], + ["MATCHES","matches","b matches 'a*'",1,0], ["NOT BETWEEN","not_between","7 not between 4 and 6",1,0], ["NOT EXISTS","not_exists", "not exists (select * from crash_me where a = 2)",1,0], |