| Bug #76367 | main.ctype_ucs test fails in WL8403 | ||
|---|---|---|---|
| Submitted: | 18 Mar 2015 4:29 | Modified: | 26 Mar 2015 13:16 |
| Reporter: | Sayantan Dutta | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | Tests | Severity: | S3 (Non-critical) |
| Version: | OS: | Any | |
| Assigned to: | CPU Architecture: | Any | |
[7 Apr 2015 22:54]
Paul DuBois
Fixed in 5.8.0. Changes for test suite. No changelog entry needed.

Description: MTR is being modified to incorporate --initialize, as a result of whihc the previous version of schema "test" on whihc all test use to run is being now created conventionally rather than creating a mkdir . The "test" database is created with the following permissions, insert into mysql.db values('%','test','','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y'); main.ctype_ucs fails with the following error: mysqltest: At line 83: query 'LOAD DATA INFILE 'tmpp.txt' INTO TABLE t1 CHARACTER SET ucs2 (@b) SET a=REVERSE(@b)' failed: 1366: Incorrect integer value: '\3030' for column 'a' at row 1 How to repeat: ./mtr main.ctype_ucs in WL8403