1. 01 Jun, 2004 9 commits
    • 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 14 commits
    • unknown's avatar
      Portability fix (using 'char' as argument to C functions may give warnings) · a153d35c
      unknown authored
      
      mysql-test/r/variables.result:
        update results after merge
      strings/int2str.c:
        Portability fix (using 'char' as a parameter may give a warning)
      a153d35c
    • unknown's avatar
      merge with 4.0 to get fix for hpux · 6645955a
      unknown authored
      
      configure.in:
        Auto merged
      innobase/os/os0file.c:
        Auto merged
      mysql-test/t/variables.test:
        Auto merged
      mysql-test/r/variables.result:
        merge fix
      6645955a
    • unknown's avatar
      Portability fix for HPUX · d1306dfa
      unknown authored
      
      configure.in:
        Ensure that innodb gets system specific CFLAGS and CXXFLAGS
      innobase/os/os0file.c:
        Don't use pread/pwrite on systems where these are not working.
        This fixes a bug on HPUX, where InnoDB didn't create the ibdata1 file correctly.
      d1306dfa
    • unknown's avatar
      Always enable HAVE_COMPRESS on netware · b9c825e4
      unknown authored
      
      include/config-netware.h:
        Always enable HAVE_COMPRESS on netware
        We can't detect compress in configure on netware because we must use AC_TRY_RUN to detect zlib on other platforms
      b9c825e4
    • unknown's avatar
      Portability fix for 32 bit file systems · b2842c3c
      unknown authored
      b2842c3c
    • unknown's avatar
      Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1 · 935a801a
      unknown authored
      
      netware/BUILD/nwbootstrap:
        Auto merged
      935a801a
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 5cacfb32
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      5cacfb32
    • unknown's avatar
      Remove some code from sql_yacc.cc that doesn't do anything except produce warnings on VC++ · b09974a1
      unknown authored
      
      mysql-test/t/fulltext.test:
        After merge fix
      b09974a1
    • unknown's avatar
      merge with 4.0 to get fix to VC++ project files · 32f20312
      unknown authored
      
      VC++Files/comp_err/comp_err.dsp:
        Auto merged
      VC++Files/sql/mysqld.dsp:
        Auto merged
      myisam/ft_boolean_search.c:
        Auto merged
      mysql-test/t/fulltext.test:
        Auto merged
      myisam/ft_parser.c:
        Keep old code
      mysql-test/r/fulltext.result:
        Remove duplicate test from 4.0
      32f20312
    • unknown's avatar
      Merged in some patches from Novell. · d5d9f915
      unknown authored
      
      netware/BUILD/nwbootstrap:
        Patch from Novell, create the libmysqld.imp file.
      netware/mysqld_safe.c:
        Patch from Novell, new option --set-variable.
      d5d9f915
    • unknown's avatar
      b4a4bc47
    • unknown's avatar
      backport bug#2708 fix from 4.1 · a4d82ab8
      unknown authored
      
      myisam/ft_boolean_search.c:
        perlify comment
      a4d82ab8
    • unknown's avatar
      WL#1163 (Make spatial code separable for other parts) · 7ec57e23
      unknown authored
      --with-geometry and
      --with-embedded-privilege-control
      configure switches added
      
      
      acconfig.h:
        necessary lines added
      myisam/mi_open.c:
        #include added
      mysql-test/t/gis-rtree.test:
        test modified to take HAVE_GEOMETRY in account
      mysql-test/t/gis.test:
        test modified to take HAVE_GEOMETRY in account
      sql/mysql_priv.h:
        option's variables added
      sql/mysqld.cc:
        option's handling added
      sql/set_var.cc:
        option's descriptions added
      7ec57e23
    • unknown's avatar
      Made my_snprintf() behavior snprintf() compatible when printing %x arguments (it should · 2d1384e4
      unknown authored
      produce hex digits in lower case). (fixed version)
      
      Replaced _dig_vec array with two _dig_vec_upper/_dig_vec_lower arrays.
      Added extra argument to int2str function which controls case of digits you get.
      Replaced lot of invocations of int2str for decimal radix with more optimized int10_to_str()
      function.
      Removed unused my_itoa/my_ltoa functions.
      
      
      client/mysql.cc:
        Replaced int2str invocations with radix argument equal to 10 with optimized int10_to_str()
        call.
      client/mysqladmin.c:
        Replaced int2str invocations with radix argument equal to 10 with optimized int10_to_str()
        call.
      dbug/dbug.c:
         _dig_vec became _dig_vec_upper.
      include/m_string.h:
        _dig_vec is obsoleted by _dig_vec_upper/_dig_vec_lower.
        my_itoa()/my_ltoa() functions were removed because they were never used in our code.
        int2str() now has one more argument which controls case of digits it will produce.
      include/my_global.h:
        my_itoa()/my_ltoa() functions were removed because they were never used in our code.
      isam/isamchk.c:
        Replaced int2str invocations with radix argument equal to 10 with optimized int10_to_str()
        call.
      libmysql/libmysql.def:
        _dig_vec is obsoleted by _dig_vec_upper/_dig_vec_lower.
      myisam/myisamchk.c:
        Replaced int2str invocation with radix argument equal to 10 with optimized int10_to_str()
        call.
      mysys/mf_tempfile.c:
        _dig_vec became _dig_vec_upper.
      mysys/my_error.c:
        Replaced int2str invocations with radix argument equal to 10 with optimized int10_to_str()
        call.
      mysys/my_tempnam.c:
        _dig_vec became _dig_vec_upper.
      sql-common/client.c:
        Replaced int2str invocation with radix argument equal to 10 with optimized int10_to_str()
        call.
      sql/item_strfunc.cc:
        _dig_vec became _dig_vec_upper. Also we don't need hex[] array in this file now because we
        have _dig_vec_lower instead.
      sql/mysqld.cc:
        Replaced int2str invocations with radix argument equal to 10 with optimized int10_to_str()
        call.
      sql/password.c:
        _dig_vec became _dig_vec_upper.
      sql/sql_bitmap.h:
        _dig_vec became _dig_vec_upper.
      strings/int2str.c:
        Replaced _dig_vec by _dig_vec_upper/_dig_vec_lower pair.
        int2str() now has one more argument which controls case of digits it will produce.
        my_itoa()/my_ltoa() functions were removed because they were never used in our code.
      strings/longlong2str-x86.s:
        _dig_vec became _dig_vec_upper.
      strings/longlong2str.c:
        _dig_vec became _dig_vec_upper.
      strings/my_vsnprintf.c:
        If my_snprintf() is printing %x argument it should produce lower case hexadecimal digits
        to be snprintf() compatible.
      2d1384e4