Bug #52071 rpl_ndb.rpl_ndb_ctype_ucs2_def fails
Submitted: 15 Mar 2010 16:46 Modified: 29 Mar 2010 7:13
Reporter: Alexander Nozdrin Email Updates:
Status: Closed Impact on me:
None 
Category:Tests: Cluster Severity:S3 (Non-critical)
Version:M3 (Celosia) OS:Any
Assigned to: Alexander Nozdrin CPU Architecture:Any

[15 Mar 2010 16:46] Alexander Nozdrin
Description:
./mtr rpl_ndb.rpl_ndb_ctype_ucs2_def fails.

Symptoms:
-------------------------------------------------------------
rpl_ndb.rpl_ndb_ctype_ucs2_def 'row'     [ fail ]
        Test ended at 2010-03-15 19:12:37

Server log is:
100315 19:12:26 [Note] Buffered information: Performance schema enabled.

100315 19:12:26 [Note] Plugin 'FEDERATED' is disabled.
100315 19:12:26 [Note] Plugin 'InnoDB' is disabled.
100315 19:12:35 [Note] Starting MySQL Cluster Binlog Thread
100315 19:12:35 [ERROR] /mnt/raid/alik/MySQL/bzr/00.builds/mysql-trunk/sql/mysqld: unknown variable 'default-collation=ucs2_unicode_ci'
100315 19:12:35 [ERROR] Aborting

100315 19:12:36 [Note] Stopping Cluster Binlog
100315 19:12:36 [Note] Stopping Cluster Utility thread
100315 19:12:37 [Note] Debug sync points hit:                   7
100315 19:12:37 [Note] Debug sync points executed:              0
100315 19:12:37 [Note] Debug sync points max active per thread: 0
100315 19:12:37 [Note] /mnt/raid/alik/MySQL/bzr/00.builds/mysql-trunk/sql/mysqld: Shutdown complete -------------------------------------------------------------

How to repeat:
Run MTR.
[15 Mar 2010 16:52] Alexander Nozdrin
It turned out, this is a pure test case issue.
The problem is that .opt file is still using
deprecated options:
--default-collation=ucs2_unicode_ci --default-character-set=ucs2,latin1
[15 Mar 2010 17:01] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/103291

2996 Alexander Nozdrin	2010-03-15
      A patch for Bug#52071 (rpl_ndb.rpl_ndb_ctype_ucs2_def fails).
      Use new command line options instead of deprecated and removed ones.
[15 Mar 2010 17:08] Alexander Nozdrin
Pushed into trunk-bugfixing.
[24 Mar 2010 8:14] Bugs System
Pushed into 6.0.14-alpha (revid:alik@sun.com-20100324081249-yfwol7qtcek6dh7w) (version source revid:alik@sun.com-20100324081113-kc7x1iytnplww91u) (merge vers: 6.0.14-alpha) (pib:16)
[24 Mar 2010 8:16] Bugs System
Pushed into 5.5.4-m3 (revid:alik@sun.com-20100324081056-6bndv6f0nrvbblhp) (version source revid:alik@sun.com-20100324081056-6bndv6f0nrvbblhp) (merge vers: 5.5.4-m3) (pib:16)
[24 Mar 2010 8:17] Bugs System
Pushed into mysql-next-mr (revid:alik@sun.com-20100324081159-5b8juv8ldiqwce8v) (version source revid:alik@sun.com-20100324081105-y72rautcea375zxm) (pib:16)
[29 Mar 2010 7:13] Jon Stephens
Test case only per developer comments. No end-user changes to document.

Closed without further action.