Bug #45730 Test case disabled in show_check.test due to WL#1324
Submitted: 24 Jun 21:13
Reporter: Alexander Nozdrin
Status: Verified
Category:Tests: Server Severity:S3 (Non-critical)
Version:5.4 OS:Any
Assigned to: Target Version:5.4+
Tags: disabled
Triage: Triaged: D3 (Medium)

[24 Jun 21:13] Alexander Nozdrin
Description:
WL#1324 is complete, but show_check.test contains:

# This test fails on MAC OSX, so it is temporary disabled.
# This needs WL#1324 to be done.
#set names latin1;
#create database `ä`;
#create table `ä`.`ä` (a int) engine=heap;
#--replace_column 7 # 8 # 9 #
#show table status from `ä` LIKE 'ä';
#drop database `ä`;

How to repeat:
*