1. 02 Jun, 2004 3 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 5084d189
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      sql/sql_acl.cc:
        Auto merged
      5084d189
    • unknown's avatar
      after merge fixes · 1f14cc70
      unknown authored
      
      innobase/os/os0file.c:
        after merge fix
      sql/ha_innodb.cc:
        after merge fix
      sql/sql_select.cc:
        after merge fix (The patch for 4.0 didn't make sence in 4.1)
      1f14cc70
    • 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 19 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
      Merge with 4.0 to get fixes for netware · b5e974ff
      unknown authored
      
      client/mysqltest.c:
        Auto merged
      include/mysql.h:
        Auto merged
      innobase/dict/dict0dict.c:
        Auto merged
      innobase/include/row0mysql.h:
        Auto merged
      innobase/lock/lock0lock.c:
        Auto merged
      innobase/row/row0mysql.c:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      mysql-test/README:
        Auto merged
      mysql-test/r/select_found.result:
        Auto merged
      mysql-test/t/select_found.test:
        Auto merged
      mysys/mf_wcomp.c:
        Auto merged
      mysys/mf_wfile.c:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      configure.in:
        Get changes for netware
      include/my_sys.h:
        Use local file
      innobase/include/os0file.h:
        auto merge
      innobase/os/os0file.c:
        auto merge
      sql/mysqld.cc:
        auto merge
      sql/sql_acl.cc:
        indentation change
      sql/sql_acl.h:
        use local file
      sql/sql_class.h:
        auto merge
      sql/sql_db.cc:
        use local file
      sql/sql_parse.cc:
        use local file
      sql/sql_select.cc:
        Merge
      sql/sql_show.cc:
        use local file
      b5e974ff
    • 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
      Fix applied to allow building of 4.0.20 for NetWare · ac298cdd
      unknown authored
      
      client/mysqltest.c:
        Fix compilation errors for NetWare
      ac298cdd
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · b13f9781
      unknown authored
      into mysql.com:/home/my/mysql-4.0
      
      b13f9781
    • unknown's avatar
      Updated version number · 7a31c073
      unknown authored
      Portability fix for netware. (We can't use TRY_RUN when cross compiling)
      
      7a31c073
    • 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 paul@bk-internal.mysql.com:/home/bk/mysql-4.0 · 72c5925e
      unknown authored
      into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.0
      
      72c5925e
    • unknown's avatar
      README: · e8c5a2e6
      unknown authored
        Update README URL. (Bug #3678)
      
      
      mysql-test/README:
        Update README URL. (Bug #3678)
      e8c5a2e6
    • 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
      row0mysql.c, row0mysql.h, ha_innodb.cc: · 05d13fa9
      unknown authored
        Inside LOCK TABLES, use either LOCK_S or LOCK_X in locking reads; an improvent over the previous patch
      
      
      sql/ha_innodb.cc:
        Inside LOCK TABLES, use either LOCK_S or LOCK_X in locking reads; an improvent over the previous patch
      innobase/include/row0mysql.h:
        Inside LOCK TABLES, use either LOCK_S or LOCK_X in locking reads; an improvent over the previous patch
      innobase/row/row0mysql.c:
        Inside LOCK TABLES, use either LOCK_S or LOCK_X in locking reads; an improvent over the previous patch
      05d13fa9
    • 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
      Changed --log-warnings to be integer instead of boolean. Given --skip-log-warnings · 42283b79
      unknown authored
      will disable warnings, --log-warnings will increment warning level by one, or the
      level can be given as an optional argument. Default level is 1.
      
      Changed aborted connection warning to be logged only if the level is > 1.
      
      
      sql/sql_class.h:
        Changed boolean into ulong.
      sql/sql_parse.cc:
        Changed aborted connection warning to be logged only if the level is > 1.
      42283b79
    • 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 6 commits
  4. 30 May, 2004 1 commit
  5. 29 May, 2004 2 commits
  6. 28 May, 2004 9 commits