mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Fix typo in crash-me 'MATCHES' test (Bug # 5875)
sql-bench/crash-me.sh: Fix typo
This commit is contained in:
parent
65c2ab11bc
commit
b709bb0df8
1 changed files with 1 additions and 1 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Reference in a new issue