1. 20 Aug, 2004 1 commit
  2. 19 Aug, 2004 37 commits
  3. 18 Aug, 2004 2 commits
    • unknown's avatar
      Merge gbichot@213.136.52.20:/home/bk/mysql-4.1 · 5347ea97
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.1-874
      
      
      5347ea97
    • unknown's avatar
      Very small API change: changing the values in enum enum_shutdown_level; · bcfb79c8
      unknown authored
      as this enum is not really usable yet (as MySQL server supports only one
      shutdown level), and as SHUTDOWN_DEFAULT is still left to 0, this change
      should disturb no user. Later (in 4.1.4 or 4.1.5) code will be pushed to
      implement graceful shutdown using this enum.
      
      
      VC++Files/winmysqladmin/mysql_com.h:
        changing the values in the enumeration enum_shutdown_level.
      include/mysql_com.h:
        changing the values in the enum enum_shutdown_level.
        The main one, SHUTDOWN_DEFAULT, is unchanged.
      bcfb79c8