mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Style/typo fixup of Turbo Boyer-Moore info.
This commit is contained in:
@@ -11,7 +11,7 @@ select * from t1 where a like "test%";
|
||||
select * from t1 where a like "te_t";
|
||||
|
||||
#
|
||||
# The following will test the boyer-more code
|
||||
# The following will test the Turbo Boyer-Moore code
|
||||
#
|
||||
select * from t1 where a like "%a%";
|
||||
select * from t1 where a like "%abcd%";
|
||||
|
Reference in New Issue
Block a user