• Michael Widenius's avatar
    Fix for compiler warnings on windows · d121e663
    Michael Widenius authored
    Fix wrong cast of time()
    
    include/my_pthread.h:
      Safety fix that also removes compiler warnings
    sql/handler.h:
      Changed timestamp columns to be of type time_t
    storage/maria/ma_check.c:
      Removed wrong cast
    storage/maria/ma_create.c:
      Removed wrong cast
    storage/myisam/mi_check.c:
      Removed wrong cast
    storage/myisam/mi_create.c:
      Removed wrong cast
    storage/xtradb/handler/ha_innodb.cc:
      Removed compiler warning on windows
    d121e663
mi_create.c 28.6 KB