1
0
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:
unknown
2002-05-21 08:07:09 +10:00
parent db2032fd73
commit 3f1c4df946
2 changed files with 8 additions and 7 deletions

View File

@@ -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%";