1. 19 Aug, 2004 7 commits
  2. 18 Aug, 2004 11 commits
    • unknown's avatar
      Merge gbichot@213.136.52.20:/home/bk/mysql-4.1 · 5347ea97
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.1-874
      
      
      5347ea97
    • unknown's avatar
      Very small API change: changing the values in enum enum_shutdown_level; · bcfb79c8
      unknown authored
      as this enum is not really usable yet (as MySQL server supports only one
      shutdown level), and as SHUTDOWN_DEFAULT is still left to 0, this change
      should disturb no user. Later (in 4.1.4 or 4.1.5) code will be pushed to
      implement graceful shutdown using this enum.
      
      
      VC++Files/winmysqladmin/mysql_com.h:
        changing the values in the enumeration enum_shutdown_level.
      include/mysql_com.h:
        changing the values in the enum enum_shutdown_level.
        The main one, SHUTDOWN_DEFAULT, is unchanged.
      bcfb79c8
    • unknown's avatar
      manually merged · 945625eb
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      BitKeeper/deleted/.del-mytest-old.c~5237697b30cf59e4:
        Auto merged
      Build-tools/Bootstrap:
        Auto merged
      Build-tools/mysql-copyright:
        Auto merged
      configure.in:
        Auto merged
      BitKeeper/deleted/.del-mysql_fix_privilege_tables.sql:
        Auto merged
      VC++Files/innobase/innobase.dsp:
        Auto merged
      client/mysql.cc:
        Auto merged
      include/my_global.h:
        Auto merged
      innobase/dict/dict0crea.c:
        Auto merged
      innobase/dict/dict0dict.c:
        Auto merged
      innobase/include/mtr0log.h:
        Auto merged
      innobase/include/mtr0log.ic:
        Auto merged
      innobase/include/srv0srv.h:
        Auto merged
      innobase/include/ut0dbg.h:
        Auto merged
      innobase/lock/lock0lock.c:
        Auto merged
      innobase/os/os0file.c:
        Auto merged
      innobase/row/row0mysql.c:
        Auto merged
      innobase/row/row0sel.c:
        Auto merged
      innobase/srv/srv0srv.c:
        Auto merged
      innobase/ut/ut0dbg.c:
        Auto merged
      innobase/ut/ut0mem.c:
        Auto merged
      libmysql/Makefile.am:
        Auto merged
      libmysql/Makefile.shared:
        Auto merged
      libmysql/conf_to_src.c:
        Auto merged
      libmysql/dll.c:
        Auto merged
      libmysql/errmsg.c:
        Auto merged
      libmysql/manager.c:
        Auto merged
      libmysql_r/Makefile.am:
        Auto merged
      myisam/mi_key.c:
        Auto merged
      mysql-test/Makefile.am:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/r/having.result:
        Auto merged
      mysql-test/r/heap.result:
        Auto merged
      mysql-test/r/type_date.result:
        Auto merged
      mysql-test/r/type_float.result:
        Auto merged
      mysql-test/t/having.test:
        Auto merged
      mysql-test/t/heap.test:
        Auto merged
      mysql-test/t/type_date.test:
        Auto merged
      mysql-test/t/type_float.test:
        Auto merged
      mysql-test/t/type_uint.test:
        Auto merged
      scripts/make_binary_distribution.sh:
        Auto merged
      scripts/make_win_src_distribution.sh:
        Auto merged
      sql/Makefile.am:
        Auto merged
      sql/field.h:
        Auto merged
      sql/ha_heap.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/item_func.h:
        Auto merged
      sql/item_sum.h:
        Auto merged
      sql/lock.cc:
        Auto merged
      sql/log.cc:
        Auto merged
      sql/protocol.cc:
        Auto merged
      sql/repl_failsafe.cc:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_analyse.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/share/czech/errmsg.txt:
        Auto merged
      sql/share/danish/errmsg.txt:
        Auto merged
      sql/share/dutch/errmsg.txt:
        Auto merged
      sql/share/english/errmsg.txt:
        Auto merged
      sql/share/estonian/errmsg.txt:
        Auto merged
      sql/share/french/errmsg.txt:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/share/greek/errmsg.txt:
        Auto merged
      sql/share/hungarian/errmsg.txt:
        Auto merged
      sql/share/japanese/errmsg.txt:
        Auto merged
      sql/share/korean/errmsg.txt:
        Auto merged
      sql/share/norwegian-ny/errmsg.txt:
        Auto merged
      sql/share/norwegian/errmsg.txt:
        Auto merged
      sql/share/polish/errmsg.txt:
        Auto merged
      sql/share/portuguese/errmsg.txt:
        Auto merged
      sql/share/romanian/errmsg.txt:
        Auto merged
      sql/share/russian/errmsg.txt:
        Auto merged
      sql/share/slovak/errmsg.txt:
        Auto merged
      sql/share/spanish/errmsg.txt:
        Auto merged
      sql/share/swedish/errmsg.txt:
        Auto merged
      sql/share/ukrainian/errmsg.txt:
        Auto merged
      945625eb
    • unknown's avatar
      Added some explicit templates · 992ff0a2
      unknown authored
      992ff0a2
    • unknown's avatar
      Bug 4937: different date -> string conversion when using · 0c6b9665
      unknown authored
      SELECT ... UNION and INSERT ... SELECT ... UNION
      
      
      0c6b9665
    • unknown's avatar
      Added some explicit templates · e9995b30
      unknown authored
      e9995b30
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 2b6b6164
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1
      
      
      2b6b6164
    • unknown's avatar
      bug#5076 bug#5077 · 504c2f45
      unknown authored
      504c2f45
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · 8ddcba9d
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      
      
      8ddcba9d
    • unknown's avatar
      func_like.result: · d8e4cad7
      unknown authored
        LIKE crashed mysqld for binary collations in some cases
      
      
      mysql-test/r/func_like.result:
        LIKE crashed mysqld for binary collations in some cases
      d8e4cad7
    • unknown's avatar
      Many files: · eda663a1
      unknown authored
        LIKE crashed mysqld for binary collations in some cases
      
      
      strings/ctype-big5.c:
        LIKE crashed mysqld for binary collations in some cases
      strings/ctype-euc_kr.c:
        LIKE crashed mysqld for binary collations in some cases
      strings/ctype-gb2312.c:
        LIKE crashed mysqld for binary collations in some cases
      strings/ctype-gbk.c:
        LIKE crashed mysqld for binary collations in some cases
      strings/ctype-latin1.c:
        LIKE crashed mysqld for binary collations in some cases
      strings/ctype-sjis.c:
        LIKE crashed mysqld for binary collations in some cases
      strings/ctype-tis620.c:
        LIKE crashed mysqld for binary collations in some cases
      strings/ctype-ucs2.c:
        LIKE crashed mysqld for binary collations in some cases
      strings/ctype-ujis.c:
        LIKE crashed mysqld for binary collations in some cases
      strings/ctype-utf8.c:
        LIKE crashed mysqld for binary collations in some cases
      sql/item_cmpfunc.cc:
        LIKE crashed mysqld for binary collations in some cases
      eda663a1
  3. 17 Aug, 2004 22 commits
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 74dc0adc
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      74dc0adc
    • unknown's avatar
      srv0start.c, ut0mem.c, ut0dbg.c, ut0dbg.h, srv0start.h: · 0c062ae6
      unknown authored
        Changes for NetWare to exit the InnoDB gracefully instead of crashing the server (patch by PRam@novell.com, polished a little by Heikki Tuuri)
      mysqld.cc, ha_innodb.cc:
        Changes for NetWare to exit the InnoDB gracefully instead of crashing the server (patch by PRam@novell.com, polished a little by Heikki Tuuri) 
      
      
      sql/ha_innodb.cc:
        Changes for NetWare to exit the InnoDB gracefully instead of crashing the server (patch by PRam@novell.com, polished a little by Heikki Tuuri)
      sql/mysqld.cc:
        Changes for NetWare to exit the InnoDB gracefully instead of crashing the server (patch by PRam@novell.com, polished a little by Heikki Tuuri)
      innobase/include/srv0start.h:
        Changes for NetWare to exit the InnoDB gracefully instead of crashing the server (patch by PRam@novell.com, polished a little by Heikki Tuuri)
      innobase/include/ut0dbg.h:
        Changes for NetWare to exit the InnoDB gracefully instead of crashing the server (patch by PRam@novell.com, polished a little by Heikki Tuuri)
      innobase/ut/ut0dbg.c:
        Changes for NetWare to exit the InnoDB gracefully instead of crashing the server (patch by PRam@novell.com, polished a little by Heikki Tuuri)
      innobase/ut/ut0mem.c:
        Changes for NetWare to exit the InnoDB gracefully instead of crashing the server (patch by PRam@novell.com, polished a little by Heikki Tuuri)
      innobase/srv/srv0start.c:
        Changes for NetWare to exit the InnoDB gracefully instead of crashing the server (patch by PRam@novell.com, polished a little by Heikki Tuuri)
      0c062ae6
    • unknown's avatar
      002dda7a
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 1d07adfb
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      1d07adfb
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · b5136781
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      ndb/src/ndbapi/TransporterFacade.cpp:
        Auto merged
      b5136781
    • unknown's avatar
      Make sure registers is 64-bit aligned · 0ef511b1
      unknown authored
      0ef511b1
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 · 4e9bb7a9
      unknown authored
      into mysql.com:/dbdata/psergey/mysql-4.1-root
      
      
      4e9bb7a9
    • unknown's avatar
      Don gather results for unallocated api's · 3585e4a4
      unknown authored
      3585e4a4
    • unknown's avatar
      use my_vsnprintf() just in case · fdc8712c
      unknown authored
      bug#4925
      
      
      fdc8712c
    • unknown's avatar
      Use native format in interpreter - · 4387ef04
      unknown authored
      (old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
      
      This fixes problem with auto increment on different byte order
      
      (This also make adding of signed ints really simple...)
      
      
      ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        Use native format in interpreter
        (old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
      ndb/src/ndbapi/Ndb.cpp:
        Use native format in interpreter
        (old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
      ndb/src/ndbapi/NdbOperationInt.cpp:
        Use native format in interpreter
        (old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
      4387ef04
    • unknown's avatar
      Merge gbichot@213.136.52.20:/home/bk/mysql-4.1 · ead6df77
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.1-874
      
      
      ead6df77
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 · 35daaa5e
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.0
      
      
      35daaa5e
    • unknown's avatar
      Fix for BUG#5038 "Cannot disable LOAD DATA LOCAL INFILE from client" · 70f0a36d
      unknown authored
      (specific to 4.1): don't put CLIENT_LOCAL_FILES in
      CLIENT_CAPABILITIES; it would make mysql_options(CLIENT_LOCAL_FILES,0)
      have no effect.
      
      
      libmysql/client_settings.h:
        Don't enforce that we client have CLIENT_LOCAL_FILES;
        indeed this CLIENT_CAPABILITIES is used as minimum
        client options in mysql_real_connect(), which is *after*
        mysql_options(). Having CLIENT_LOCAL_FILES in
        CLIENT_CAPABILITIES defeats disabling it in mysql_options().
      70f0a36d
    • unknown's avatar
      Removed non-used variable · 21a264cc
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      21a264cc
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 55903056
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1
      
      
      55903056
    • unknown's avatar
      33ea8b10
    • unknown's avatar
      Fix for BUG#5073 "--disable-local-infile has no effect if client reads it with MYSQL_READ_DEFAULT": · d13c9acf
      unknown authored
      that was a forgotten '~' probably.
      
      
      libmysql/libmysql.c:
        When we read "disable-local-infile" from the option file specified by mysql_options(MYSQL_READ_DEFAULT_FILE),
        we must take CLIENT_LOCAL_FILES down (it was probably a forgotten '~').
      d13c9acf
    • unknown's avatar
      Merge heikki@build.mysql.com:/home/bk/mysql-4.0 · 0f7bf119
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-4.0
      
      
      0f7bf119
    • unknown's avatar
      Merge mysqldev@bk-internal.mysql.com:/tmp/jonas/save · 5f8f1281
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      5f8f1281
    • unknown's avatar
      Solaris fixes · 02e04a7a
      unknown authored
      
      ndb/include/ndb_global.h:
        Include my_alarm (to get signal.h)
      ndb/src/cw/cpcd/Process.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/cw/cpcd/main.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/kernel/main.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/kernel/vm/Emulator.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/mgmclient/main.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/mgmsrv/Services.cpp:
        Include ndb_global instead of string.h
      ndb/src/ndbapi/NdbOperationInt.cpp:
        Keep consistent order of 64 bits in interpreter
      ndb/src/ndbapi/TransporterFacade.cpp:
        Include my_alarm (to get signal.h)
      02e04a7a
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1 · 4e509362
      unknown authored
      into avenger.(none):/export/brian/mysql/4.1
      
      
      4e509362
    • unknown's avatar
      Fix for not compiling ha_tina. · ff24b4d5
      unknown authored
      
      sql/examples/ha_tina.cc:
        Adding in pieces to remove from compile (aka ifdef).
      ff24b4d5