1. 02 Jun, 2004 1 commit
    • unknown's avatar
      fil0fil.c: · 4de5ecdc
      unknown authored
        Stop InnoDB crash recovery if an .ibd file for a table exists in a database directory, but we cannot access it.
      
      
      innobase/fil/fil0fil.c:
        Stop InnoDB crash recovery if an .ibd file for a table exists in a database directory, but we cannot access it.
      4de5ecdc
  2. 01 Jun, 2004 11 commits
    • unknown's avatar
      cleanup · 75af862b
      unknown authored
      75af862b
    • unknown's avatar
      check_scramble_323 shuold ensure that the scramble has the correct length · 6c11eda6
      unknown authored
      
      sql/sql_acl.cc:
        cleanup
      6c11eda6
    • unknown's avatar
      Removed compiler warnings · bcbaa6a6
      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
      bcbaa6a6
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 740b71e2
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      configure.in:
        Auto merged
      740b71e2
    • unknown's avatar
      Update version number · 0f6a4b43
      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
      0f6a4b43
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 89b57745
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.ftr
      
      
      sql/mysqld.cc:
        Auto merged
      89b57745
    • unknown's avatar
      Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1 · d47becb5
      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
      d47becb5
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 84b84e7b
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.3412
      
      84b84e7b
    • unknown's avatar
      InnoDB: os0file.c: · 17248adb
      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
      17248adb
    • unknown's avatar
      fil0fil.c: · 0f43d6f0
      unknown authored
        Add missing newlines in fprintfs
      
      
      innobase/fil/fil0fil.c:
        Add missing newlines in fprintfs
      0f43d6f0
    • unknown's avatar
      InnoDB cleanup: Fix potential buffer overflows, · cc45a2dc
      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()
      cc45a2dc
  3. 31 May, 2004 3 commits
  4. 28 May, 2004 14 commits
  5. 27 May, 2004 11 commits