Bug #45720 A test case is disabled in ndb.ndb_index.test
Submitted: 24 Jun 19:36
Reporter: Alexander Nozdrin
Status: Verified
Category:Tests: Cluster Severity:S3 (Non-critical)
Version:5.4 OS:Any
Assigned to: Target Version:
Tags: disabled
Triage: Needs Triage: D4 (Minor)

[24 Jun 19:36] Alexander Nozdrin
Description:
ndb.ndb_index.test contains:

# The following two querys will not return any rows since 
# the index used for access is case sensitive
# They are thus disabled for now
#select port, accessnode, pop, accesstype  from t1 where pop='POP98';
#select port, accessnode, pop, accesstype  from t1 where pop='POP98' order by
accesstype;

Please either remove these lines or enable them.

How to repeat:
*