1. 23 Jun, 2004 8 commits
  2. 22 Jun, 2004 25 commits
  3. 21 Jun, 2004 7 commits
    • unknown's avatar
      Coding style fixes · 271eb258
      unknown authored
      271eb258
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 4b5c2cfa
      unknown authored
      into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-tz-cleanup
      
      
      4b5c2cfa
    • unknown's avatar
      Small cleanup in time zone handling code: · 877ffa01
      unknown authored
      Now we are using time zone abbreviations in debug builds or in utlities only.
      Tried to remove warnings generated by compiler by using more proper types for
      members of time zone describing structures. Removed unused variables. 
      Fixed test_time to be able to build on FreeBSD without much problems.
      Portability fix: resolved ambiguity of abs() function.
      
      
      877ffa01
    • unknown's avatar
      Merge gbichot@213.136.52.20:/home/bk/mysql-4.1 · 06c845ee
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.1-874
      
      
      06c845ee
    • unknown's avatar
      Including in enum_shutdown_level the 2 types of KILL of 5.0 · ce5b804e
      unknown authored
      (enum_shutdown_level is going to replace enum killed_state in 5.0).
      
      
      VC++Files/winmysqladmin/mysql_com.h:
        putting in place the 2 types of KILL of 5.0
      include/mysql_com.h:
        putting in place the two types of KILL of 5.0
      ce5b804e
    • unknown's avatar
      fixed picture in comment. · 47efa207
      unknown authored
      47efa207
    • unknown's avatar
      Unused variables removed (many files). · de628592
      unknown authored
      
      sql/item_func.cc:
        Unused variable 'thd' removed.
      sql/item_subselect.cc:
        Unused variable 'type' removed.
      sql/slave.cc:
        Unused variable 'return_val' removed.
      sql/sql_derived.cc:
        Unused variable 'is_subsel' removed.
      sql/sql_parse.cc:
        Unused variables 'pstr' and 'create_info' removed.
      sql/sql_prepare.cc:
        Unused variable 'res' removed.
      sql/time.cc:
        Unused variable 'str_begin' removed.
      de628592