Bug #31248 Engine names now reported in small letters
Submitted: 27 Sep 2007 15:45 Modified: 16 Oct 2007 18:12
Reporter: Joerg Bruehe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:5.1.22-rc OS:Any
Assigned to: Matthias Leich CPU Architecture:Any

[27 Sep 2007 15:45] Joerg Bruehe
Description:
Found during the build of 5.1.22-rc,
happens on all platforms:

-------------------------------------------------------
*** /PATH/mysql-test/suite/funcs_2/r/ndb_charset.result
--- /PATH/mysql-test/suite/funcs_2/r/ndb_charset.reject
***************
*** 3,9
  CREATE TABLE test.t1 (a VARCHAR(3) CHARACTER SET armscii8 COLLATE armscii8_bin) ENGINE=NDB CHARACTER SET armscii8 COLLATE
 armscii8_bin;
  SHOW TABLE STATUS LIKE 't1';
  Name  Engine  Version Row_format      Rows    Avg_row_length  Data_length     Max_data_length Index_length    Data_free Auto_increment   Create_time     Update_time     Check_time      Collation       Checksum        Create_options  Comment
! t1    NDBCLUSTER      #       #       #       #       #       #       #       #       #       #       #       #       armscii8_bin       #       #       #
  SELECT HEX(ASCII(a)) AS a_ascii, CHAR_LENGTH(a) AS a_len FROM test.t1 ORDER BY a, ORD(a);
  a_ascii       a_len
  21    1
--- 3,9
  CREATE TABLE test.t1 (a VARCHAR(3) CHARACTER SET armscii8 COLLATE armscii8_bin) ENGINE=NDB CHARACTER SET armscii8 COLLATE
 armscii8_bin;
  SHOW TABLE STATUS LIKE 't1';
  Name  Engine  Version Row_format      Rows    Avg_row_length  Data_length     Max_data_length Index_length    Data_free Auto_increment   Create_time     Update_time     Check_time      Collation       Checksum        Create_options  Comment
! t1    ndbcluster      #       #       #       #       #       #       #       #       #       #       #       #       armscii8_bin       #       #       #
  SELECT HEX(ASCII(a)) AS a_ascii, CHAR_LENGTH(a) AS a_len FROM test.t1 ORDER BY a, ORD(a);
  a_ascii       a_len
  21    1
***************

This of course continues throughout the test ...

How to repeat:
Run the suite ...
[16 Oct 2007 18:12] Matthias Leich
Thank you for your bug report.

I was unable to repeat this bug with
mysql-5.1-build last Changeset@1.2579 2007-10-15 .

Changeset 1.2528.112.5 2007-08-08 changed within
ndb_charset.result "NDBCLUSTER" to "ndbcluster".
It looks like this modification was not included
in 5.1.22-rc.

Changing state to "Closed".
there is no documentation needed.