• unknown's avatar
    Fixed windows-specific warning about undeclared localtime_r() in my_time.c. · 9b0d9af1
    unknown authored
    We have to include my_pthread.h since it is the place where localtime_r() is declared 
    on platforms where this function is missing.
    
    
    sql-common/my_time.c:
      We have to include my_pthread.h since it is the place where localtime_r() is declared 
      on platforms where this function is missing.
    9b0d9af1
my_time.c 21.8 KB