Bug #45720 A test case is disabled in ndb.ndb_index.test
Submitted: 24 Jun 2009 17:36
Reporter: Alexander Nozdrin Email Updates:
Status: Verified Impact on me:
None 
Category:Tests: Cluster Severity:S3 (Non-critical)
Version:5.4 OS:Any
Assigned to: CPU Architecture:Any
Tags: disabled

[24 Jun 2009 17: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:
*