Description:
This "bug" is for documentation purposes only.
The customer build for Cybozu has some specific settings which cause different test results, these in turn are treated by the script as test failures:
1) specific character set configurations,
2) specific ports.
1)
=====
innodb [ fail ]
Errors are (from PATH/mysqltest-time) :
mysqltest: At line NNN: query 'create table t2 (
a int, b char(10), filler char(10), primary key(a, b(2))
) character set ucs2 engine = innodb' failed: 1115: Unknown character set: 'ucs2'
(the last lines may be the most important ones)
Ending Tests
=====
2)
=====
-------------------------------------------------------
*** r/rpl000015.result
--- r/rpl000015.reject
***************
*** 8,14
change master to master_host='127.0.0.1';
show slave status;
Slave_IO_State Master_Host Master_User Master_Port Connect_Retry Master_Log_File Read_Master_Log_Pos
Relay_Log_File Relay_Log_Pos Relay_Master_Log_File Slave_IO_Running Slave_SQL_Running Replicate_D
o_DB Replicate_Ignore_DB Replicate_Do_Table Replicate_Ignore_Table Replicate_Wild_Do_Table Replicate_Wild_Igno
re_Table Last_Errno Last_Error Skip_Counter Exec_Master_Log_Pos Relay_Log_Space Until_Condition Unt
il_Log_File Until_Log_Pos Master_SSL_Allowed Master_SSL_CA_File Master_SSL_CA_Path Master_SSL_Cert Mas
ter_SSL_Cipher Master_SSL_Key Seconds_Behind_Master
! # 127.0.0.1 test MASTER_PORT 7 4 slave-relay-bin.000001 4 No No0
0 0 4 None 0 No #
change master to master_host='127.0.0.1',master_user='root',
master_password='',master_port=MASTER_PORT;
show slave status;
--- 8,14
change master to master_host='127.0.0.1';
show slave status;
Slave_IO_State Master_Host Master_User Master_Port Connect_Retry Master_Log_File Read_Master_Log_Pos
Relay_Log_File Relay_Log_Pos Relay_Master_Log_File Slave_IO_Running Slave_SQL_Running Replicate_D
o_DB Replicate_Ignore_DB Replicate_Do_Table Replicate_Ignore_Table Replicate_Wild_Do_Table Replicate_Wild_Igno
re_Table Last_Errno Last_Error Skip_Counter Exec_Master_Log_Pos Relay_Log_Space Until_Condition Unt
il_Log_File Until_Log_Pos Master_SSL_Allowed Master_SSL_CA_File Master_SSL_CA_Path Master_SSL_Cert Mas
ter_SSL_Cipher Master_SSL_Key Seconds_Behind_Master
! # 127.0.0.1 test 3770 7 4 slave-relay-bin.000001 4 No No 0
0 0 4 None 0 No #
change master to master_host='127.0.0.1',master_user='root',
master_password='',master_port=MASTER_PORT;
show slave status;
-------------------------------------------------------
How to repeat:
Build with the "cybozu" settings,
run the tests.
Suggested fix:
None - these settings are desired by the customer.