1. 25 Jun, 2004 3 commits
    • unknown's avatar
      Removed mysql_tzinfo_to_sql dependancy on sql/mysql_priv.h for circumventing · 84f61e5a
      unknown authored
      problems with unresolved dependancies on some platforms.
      
      
      sql/mysql_priv.h:
        Moved my_time_t definitions to tztime.h to avoid mysql_tzinfo_to_sql dependancy
        on mysql_priv.h.
      sql/tztime.cc:
        Removed mysql_tzinfo_to_sql dependancy from mysql_priv.h
      sql/tztime.h:
        Moved my_time_t definitions to tztime.h to avoid mysql_tzinfo_to_sql dependancy
        on mysql_priv.h.
      84f61e5a
    • unknown's avatar
      Many files: · d1e43051
      unknown authored
        new file
      
      
      d1e43051
    • unknown's avatar
      Small build fix. · d4f06d1c
      unknown authored
      Add my_time.h to list of headers which should be put ot include/ during make dist.
      
      
      include/Makefile.am:
        Add my_time.h to list of headers which should be put ot include/ during make dist.
      d4f06d1c
  2. 24 Jun, 2004 37 commits