diff options
author | unknown <serg@serg.mylan> | 2004-02-29 22:58:45 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-02-29 22:58:45 +0100 |
commit | 56f83127824e54b5363513c46eeee54726b071e4 (patch) | |
tree | 04343af19e2ae9546f96c2d6c17de9bd08633d9f /mysql-test/r/fulltext.result | |
parent | e7776e5d0f2d73465e114713a6490eaff6d302d3 (diff) | |
download | mariadb-git-56f83127824e54b5363513c46eeee54726b071e4.tar.gz |
bug#3011 - multi-byte charset in fulltext
myisam/ft_nlq_search.c:
bug#3011 - multi-byte charset in fulltext
cleanup
Diffstat (limited to 'mysql-test/r/fulltext.result')
-rw-r--r-- | mysql-test/r/fulltext.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/fulltext.result b/mysql-test/r/fulltext.result index 4207eb4f9a8..0c9fcb9a55e 100644 --- a/mysql-test/r/fulltext.result +++ b/mysql-test/r/fulltext.result @@ -346,6 +346,9 @@ t collation(t) aus Osnabrück utf8_general_ci SELECT t, collation(t) FROM t1 WHERE MATCH t AGAINST ('Osnabrueck'); t collation(t) +SELECT t, collation(t),MATCH t AGAINST ('Osnabruck') FROM t1 WHERE MATCH t AGAINST ('Osnabruck'); +t collation(t) MATCH t AGAINST ('Osnabruck') +aus Osnabrück utf8_general_ci 1.591139793396 alter table t1 modify t varchar(200) collate latin1_german2_ci not null; SELECT t, collation(t) FROM t1 WHERE MATCH t AGAINST ('Osnabrück'); t collation(t) |