1. 25 Jun, 2004 3 commits
    • unknown's avatar
      Removed mysql_tzinfo_to_sql dependancy on sql/mysql_priv.h for circumventing · 4a2cfd51
      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.
      4a2cfd51
    • unknown's avatar
      Many files: · b60230fc
      unknown authored
        new file
      
      b60230fc
    • unknown's avatar
      Small build fix. · ce4d2601
      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.
      ce4d2601
  2. 24 Jun, 2004 37 commits