• Sneha Modi's avatar
    Bug#11754150: A TEST CASE FOR BUG#6857 IS DISABLED IN SP.TEST · 8a8155f1
    Sneha Modi authored
    The time comparison using current_time() stored in an int variable was giving wrong results as 
    the current_time() format as an int implementation has been changed in mysql-trunk but not in mysql-5.5.
    
    The time is stored in the format hh:mm:ss as 'time' datatype.But as an int, it is stored as hhmmss,
    but only on the trunk. On mysql-5.5,as an int, it is stored as hh.
    Hence, the current_time() function has been changed to unix_timestamp() function.
    8a8155f1
sp.result 181 KB