maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #01815
Re: bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (monty:2786)
Michael Widenius <monty@xxxxxxxxxxxx> 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.
References