Michael Widenius <mo...@askmonty.org> writes:

> === modified file 'mysql-test/t/ctype_utf8.test'
> --- a/mysql-test/t/ctype_utf8.test    2009-01-26 21:19:13 +0000
> +++ b/mysql-test/t/ctype_utf8.test    2009-12-27 13:54:41 +0000
> @@ -2,6 +2,15 @@
>  # Tests with the utf8 character set
>  #
>  
> +let collation=utf8_unicode_ci;
> +--source include/have_collation.inc
> +
> +--disable_warnings
> +drop table if exists t1,t2,t3,t4;
> +drop database if exists mysqltest;
> +--enable_warnings
> +
> +

There is no matching update of the ctype_utf8.result file (or alternatively
--disable_query_log)! So this will cause the test suite to fail.

(Ah, I see you already pushed this, and indeed the test fails in Buildbot on
all hosts now).

 - Kristian.

_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to     : maria-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to