1. 28 May, 2004 6 commits
  2. 27 May, 2004 34 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
      Merge joreland@bk-internal.mysql.com:mysql-4.1-ndb-jonas · 5d8b1f01
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb-jonas
      
      
      5d8b1f01
    • 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
      Fix dependency for mgmsrv · 80628b0e
      unknown authored
      80628b0e
    • unknown's avatar
      backport bug#2708 fix from 4.1 · a4d82ab8
      unknown authored
      
      myisam/ft_boolean_search.c:
        perlify comment
      a4d82ab8
    • unknown's avatar
      Merge · 166e750f
      unknown authored
      
      ndb/src/kernel/ndb-main/Makefile.am:
        Auto merged
      166e750f
    • unknown's avatar
      Use ndbclient more · d97a303f
      unknown authored
      
      configure.in:
        Include mgmapi
      ndb/config/type_ndbapi.mk.am:
        remove LDADD from type
      ndb/config/type_util.mk.am:
        remove LDADD from type
      ndb/src/cw/cpcd/Makefile.am:
        LDADD ndbclient
      ndb/src/kernel/ndb-main/Makefile.am:
        Fix LDADD
      ndb/src/mgmclient/Makefile.am:
        LDADD ndbclient
      ndb/src/mgmsrv/Makefile.am:
        LDADD ndbclient
      ndb/test/run-test/Makefile.am:
        LDADD ndbclient
      d97a303f
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 420863cf
      unknown authored
      into mc05.(none):/space2/tomas/mysql-4.1-ndb-test
      
      
      420863cf
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1-ndb · 5a01aa7d
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb-jonas
      
      
      5a01aa7d
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 486494b3
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      486494b3
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 10f04d19
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb-jonas
      
      
      configure.in:
        Auto merged
      ndb/src/mgmapi/Makefile.am:
        Auto merged
      ndb/src/ndbapi/Makefile.am:
        Auto merged
      ndb/src/ndbapi/Ndb.cpp:
        Auto merged
      ndb/src/ndbapi/Ndbinit.cpp:
        Auto merged
      10f04d19
    • unknown's avatar
      Fix for source of libndbclient · fb014155
      unknown authored
      fb014155
    • unknown's avatar
      7c330756
    • unknown's avatar
      oops ndb mistake · ee2af63f
      unknown authored
      ee2af63f
    • unknown's avatar
      fix ndb make · 160be94a
      unknown authored
      160be94a
    • unknown's avatar
      ndb fixes see files · 29f3f533
      unknown authored
      
      acconfig.h:
        added switched for shm sci in ndb
      acinclude.m4:
        added switched for shm sci in ndb
      configure.in:
        added dependency for ndblibs to mysql server
      ndb/src/common/transporter/Makefile.am:
        small fix
      ndb/src/common/transporter/Transporter.hpp:
        ndb_global for sci and shm defines
      29f3f533
    • unknown's avatar
      changed to ndbclient · 4688d39a
      unknown authored
      4688d39a
    • 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
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · a216e205
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb
      
      
      a216e205
    • unknown's avatar
      oops · 95013a3b
      unknown authored
      95013a3b
    • unknown's avatar
      Add mgmapi · 6926eeee
      unknown authored
      
      configure.in:
        Added include of mgmapi
      ndb/src/common/debugger/signaldata/Makefile.am:
        New files
      ndb/src/common/util/Makefile.am:
        Add files
      ndb/src/kernel/ndb-main/Makefile.am:
        Use mgmapi
      ndb/src/kernel/vm/Makefile.am:
        Use mgmapi
      ndb/src/mgmapi/Makefile.am:
        new files
      ndb/src/mgmclient/Makefile.am:
        use mgmapi
      ndb/src/mgmsrv/Makefile.am:
        use mgmapi
      6926eeee
    • unknown's avatar
      InnoDB cleanup: · a1bcf382
      unknown authored
      Disable log archiving code unless #ifdef UNIV_LOG_ARCHIVE
      Remove (char*) casts of string constants; add const qualifiers
      Remove some Hot Backup code unless #ifdef UNIV_HOTBACKUP
      
      
      innobase/btr/btr0cur.c:
        Cast away constness from dfield_get_data() result
      innobase/buf/buf0buf.c:
        Enclose a debug assertion in #ifdef UNIV_SYNC_DEBUG
      innobase/buf/buf0rea.c:
        Corrected compile error #ifdef UNIV_DEBUG
      innobase/dict/dict0boot.c:
        Remove (char*) casts of string constants
      innobase/dict/dict0crea.c:
        Remove (char*) casts of string constants
      innobase/dict/dict0dict.c:
        Enclosed a debug assertion in #ifdef UNIV_SYNC_DEBUG
        Replaced some debug assertions with preprocessor tests
        Add const qualifiers to string constants
      innobase/dict/dict0load.c:
        Remove (char*) casts of string constants
      innobase/fil/fil0fil.c:
        Remove (char*) casts of string constants
        Enclose debug assertions in #ifdef UNIV_SYNC_DEBUG
      innobase/ha/ha0ha.c:
        Enclose debug assertion in #ifdef UNIV_SYNC_DEBUG
      innobase/ibuf/ibuf0ibuf.c:
        Remove (char*) casts of string constants
      innobase/include/buf0buf.ic:
        Add const qualifier to string parameter
      innobase/include/fil0fil.h:
        Disable log archiving code unless #ifdef UNIV_LOG_ARCHIVE
      innobase/include/log0recv.h:
        Disable log archiving code unless #ifdef UNIV_LOG_ARCHIVE
        Enclose ibbackup specific code in #ifdef UNIV_HOTBACKUP
      innobase/include/mem0dbg.ic:
        Add const qualifiers to string parameters
      innobase/include/srv0srv.h:
        Add const qualifiers to string constants
        Enclose srv_arch_dir and srv_log_archive_on #ifdef UNIV_LOG_ARCHIVE
      innobase/include/sync0rw.ic:
        Add const qualifier to string parameter
      innobase/include/sync0sync.ic:
        Add const qualifier to string parameter
      innobase/log/log0log.c:
        Enclose log archiving code in #ifdef UNIV_LOG_ARCHIVE
        Do not cast string constants to (char*)
      innobase/log/log0recv.c:
        Enclose ibbackup specific code in #ifdef UNIV_HOTBACKUP
        Enclose disabled log code in #ifdef UNIV_LOG_REPLICATE or UNIV_LOG_ARCHIVE
      innobase/mem/mem0dbg.c:
        Add const qualifiers to string parameters
      innobase/page/page0page.c:
        Remove (char*) casts of string constants
      innobase/pars/pars0pars.c:
        Add const qualifier to string variable
      innobase/row/row0ins.c:
        Remove (char*) casts of string constants
        Add const qualifiers to string parameters
        row_ins_foreign_check_on_constraint(): Allocate table_name dynamically
      innobase/row/row0mysql.c:
        Remove (char*) casts of string constants
      innobase/row/row0sel.c:
        Remove (char*) casts of string constants
      innobase/srv/srv0srv.c:
        Remove (char*) casts of string constants
        Disable log archiving variables unless #ifdef UNIV_LOG_ARCHIVE
      innobase/srv/srv0start.c:
        Disable log archiving code unless #ifdef UNIV_LOG_ARCHIVE
        Remove (char*) casts of string constants
      innobase/sync/sync0rw.c:
        Remove (char*) casts of string constants
        Add const qualifier to string parameter
      innobase/sync/sync0sync.c:
        Remove (char*) cast of string constant
        Add const qualifier to string parameter
      innobase/trx/trx0roll.c:
        Remove (char*) cast of string constants
      innobase/trx/trx0sys.c:
        Remove (char*) cast of string constants
      innobase/trx/trx0trx.c:
        Remove (char*) cast of string constant
      sql/ha_innodb.cc:
        Enclose log archiving code in #ifdef UNIV_LOG_ARCHIVE
      a1bcf382
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · d366a2e4
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.spa
      
      
      d366a2e4
    • unknown's avatar
      see resp file · b2043ef8
      unknown authored
      
      configure.in:
        added NDB_EXTRA_FLAGS
      ndb/src/common/transporter/Makefile.am:
        removed SHM in ndb
      b2043ef8
    • unknown's avatar
      Merging · 7f49646c
      unknown authored
      
      myisam/mi_create.c:
        Auto merged
      myisam/mi_open.c:
        Auto merged
      myisam/rt_test.c:
        Auto merged
      myisam/sp_test.c:
        Auto merged
      sql/spatial.cc:
        Auto merged
      sql/spatial.h:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      myisam/mi_range.c:
        merging
      myisam/mi_rnext.c:
        merging
      7f49646c