diff options
author | unknown <serg@serg.mylan> | 2004-10-26 22:41:45 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-10-26 22:41:45 +0200 |
commit | 55833fb49bf8570ee11d4b85b143a9a3975733fa (patch) | |
tree | dbf196a0ea6baf0ffe232089e0253fee89b47ae1 | |
parent | dec8b3c3e7df845b0e848d3d4368df62758f78cf (diff) | |
download | mariadb-git-55833fb49bf8570ee11d4b85b143a9a3975733fa.tar.gz |
after merge fix
-rw-r--r-- | mysql-test/r/ctype_utf8.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/ctype_utf8.result b/mysql-test/r/ctype_utf8.result index 024ad5148a3..945ec8eae99 100644 --- a/mysql-test/r/ctype_utf8.result +++ b/mysql-test/r/ctype_utf8.result @@ -801,7 +801,6 @@ select * from t1 where b like 'foob%'; a b 2 foobar drop table t1; -drop table t1; create table t1 ( a enum('петя','вася','анюта') character set utf8 not null default 'анюта', b set('петя','вася','анюта') character set utf8 not null default 'анюта' |