1. 01 Jun, 2004 11 commits
    • unknown's avatar
      cleanup · 39c7065f
      unknown authored
      39c7065f
    • unknown's avatar
      check_scramble_323 shuold ensure that the scramble has the correct length · 869fbff9
      unknown authored
      
      sql/sql_acl.cc:
        cleanup
      869fbff9
    • unknown's avatar
      Removed compiler warnings · ce0d0153
      unknown authored
      
      libmysqld/Makefile.am:
        Removed define that is now defined by configure and my_global.h
      mysql-test/r/func_gconcat.result:
        Fixed test result after removing end space
      sql/share/romanian/errmsg.txt:
        Fixed wrong error message
      sql/sql_insert.cc:
        Removed compiler warning
      ce0d0153
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · ebdc88c4
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      configure.in:
        Auto merged
      ebdc88c4
    • unknown's avatar
      Update version number · 3d6c1786
      unknown authored
      Fixed serbian error messages
      Fix for windows regarding changed variable name
      
      
      configure.in:
        Update version number
        Added serbian error messages
      libmysqld/libmysqld.def:
        Fix changed variable names
      mysql-test/t/func_gconcat.test:
        remove some \r
      sql/share/serbian/errmsg.txt:
        Added missing error messages
      3d6c1786
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 0f3f6f44
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.ftr
      
      
      sql/mysqld.cc:
        Auto merged
      0f3f6f44
    • unknown's avatar
      Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1 · 7787dec6
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.ftr
      
      
      configure.in:
        Auto merged
      include/my_global.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      7787dec6
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 5df2acc8
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.3412
      
      
      5df2acc8
    • unknown's avatar
      InnoDB: os0file.c: · e6626bdb
      unknown authored
        Do not lock raw devices or files opened for read only
      
      
      innobase/os/os0file.c:
        Do not lock raw devices or files opened for read only
      e6626bdb
    • unknown's avatar
      fil0fil.c: · 389e8bec
      unknown authored
        Add missing newlines in fprintfs
      
      
      innobase/fil/fil0fil.c:
        Add missing newlines in fprintfs
      389e8bec
    • unknown's avatar
      InnoDB cleanup: Fix potential buffer overflows, · bab2231f
      unknown authored
      allow deletion of tablespaces whose names contain "'"
      
      
      innobase/dict/dict0load.c:
        dict_check_tablespaces_or_store_max_id():
        Dynamically allocate memory for file name
      innobase/fil/fil0fil.c:
        Dynamically allocate memory for file names
      innobase/os/os0file.c:
        os_file_dirname(): allocate slightly less memory
        os_file_create_subdirs_if_needed(): compare more efficiently
      innobase/row/row0mysql.c:
        Allow tablespaces with "'" in their names to be deleted
        Display identifiers with ut_print_name() or dict_index_name_print()
      bab2231f
  2. 31 May, 2004 3 commits
  3. 28 May, 2004 14 commits
  4. 27 May, 2004 12 commits