1. 28 Jan, 2005 5 commits
    • unknown's avatar
      Manual merge of fixes for bugs #7899 "CREATE TABLE .. SELECT .. and · 1e4f1c67
      unknown authored
      CONVERT_TZ() function does not work well together" and bug #7705 
      "CONVERT_TZ() crashes with subquery/WHERE on index column" in 5.0
      tree.
      
      
      mysql-test/r/timezone2.result:
        Auto merged
      mysql-test/t/timezone2.test:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql/item_timefunc.h:
        Auto merged
      sql/set_var.h:
        Auto merged
      sql/set_var.cc:
        Manual merge.
      sql/sql_lex.cc:
        Ignoring changes in st_lex::unlink_first_table()/link_first_table_back()
        made in 4.1 since they are not applicable to 5.0.
      sql/tztime.cc:
        Manual merge.
      1e4f1c67
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · e24ca38b
      unknown authored
      into mysql.com:/home/dlenev/src/mysql-4.1-tzbug
      
      
      sql/item_timefunc.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/tztime.cc:
        Auto merged
      e24ca38b
    • unknown's avatar
      Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1 · 25ead05c
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
      
      
      Build-tools/Do-compile:
        Auto merged
      configure.in:
        Auto merged
      25ead05c
    • unknown's avatar
      Do-compile: · bf59038d
      unknown authored
        ndbcluster requires more ports, this is the reason why builds will not start on multiple builds
      
      
      Build-tools/Do-compile:
        ndbcluster requires more ports, this is the reason why builds will not start on multiple builds
      bf59038d
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 38cbda45
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
      
      38cbda45
  2. 27 Jan, 2005 21 commits
    • unknown's avatar
      Merge · 4a49624b
      unknown authored
      
      ndb/include/Makefile.am:
        Auto merged
      ndb/include/mgmapi/mgmapi_config_parameters.h:
        Auto merged
      ndb/src/common/mgmcommon/IPCConfig.cpp:
        Auto merged
      ndb/src/common/transporter/TransporterRegistry.cpp:
        Auto merged
      ndb/src/kernel/vm/Configuration.cpp:
        Auto merged
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Auto merged
      ndb/tools/delete_all.cpp:
        Auto merged
      ndb/tools/desc.cpp:
        Auto merged
      ndb/tools/drop_index.cpp:
        Auto merged
      ndb/tools/drop_tab.cpp:
        Auto merged
      ndb/tools/listTables.cpp:
        Auto merged
      ndb/tools/restore/restore_main.cpp:
        Auto merged
      ndb/tools/select_all.cpp:
        Auto merged
      ndb/tools/select_count.cpp:
        Auto merged
      ndb/tools/waiter.cpp:
        Auto merged
      ndb/include/util/ndb_opts.h:
        SCCS merged
      ndb/src/mgmsrv/main.cpp:
        resolved merge conflict
      4a49624b
    • unknown's avatar
      Bug#8167 signal usage clash between mysql server and ndb shared memory · c5925932
      unknown authored
          added shared memory config parameter, signum for use in signalling
          added global variable for holdign signum to be used for shared memory connection
          only fiddle with signals if it is set
          simplified common ndb client option handling
      
      
      ndb/include/Makefile.am:
        added common defaults file
      ndb/include/mgmapi/mgmapi_config_parameters.h:
        added shared memory config parameter, signum for use in signalling
      ndb/include/transporter/TransporterDefinitions.hpp:
        added shared memory config parameter, signum for use in signalling
      ndb/include/util/ndb_opts.h:
        simplified common ndb client option handling
      ndb/src/common/mgmcommon/IPCConfig.cpp:
        added shared memory config parameter, signum for use in signalling
      ndb/src/common/portlib/NdbThread.c:
        added global variable for holdign signum to be used for shared memory connection
        only block signals if shared memory is used
      ndb/src/common/transporter/SHM_Transporter.cpp:
        use signum in new global variable for shared memory signalling
      ndb/src/common/transporter/TransporterRegistry.cpp:
        use signum in new global variable for shared memory signalling
        only fiddle with signals if it is set
      ndb/src/cw/cpcd/main.cpp:
        ndb_opts not really used
      ndb/src/kernel/vm/Configuration.cpp:
        simplified common ndb client option handling
      ndb/src/mgmclient/main.cpp:
        simplified common ndb client option handling
      ndb/src/mgmsrv/ConfigInfo.cpp:
        added shared memory config parameter, signum for use in signalling
      ndb/src/mgmsrv/main.cpp:
        simplified common ndb client option handling
      ndb/tools/delete_all.cpp:
        simplified common ndb client option handling
      ndb/tools/desc.cpp:
        simplified common ndb client option handling
      ndb/tools/drop_index.cpp:
        simplified common ndb client option handling
      ndb/tools/drop_tab.cpp:
        simplified common ndb client option handling
      ndb/tools/listTables.cpp:
        simplified common ndb client option handling
      ndb/tools/restore/restore_main.cpp:
        simplified common ndb client option handling
      ndb/tools/select_all.cpp:
        simplified common ndb client option handling
      ndb/tools/select_count.cpp:
        simplified common ndb client option handling
      ndb/tools/waiter.cpp:
        simplified common ndb client option handling
      c5925932
    • unknown's avatar
      Remove unused configure.in name TOOLS_LIBS. · aee180d6
      unknown authored
      
      configure.in:
        Remove unused TOOLS_LIBS: LIBS and CLIENT_LIBS should
        be enough for the global configure.in
      aee180d6
    • unknown's avatar
      os0file.c: · eb4dcaa8
      unknown authored
        Add includes for the _stat() call to compile on Windows in Hot Backup build
      
      
      innobase/os/os0file.c:
        Add includes for the _stat() call to compile on Windows in Hot Backup build
      eb4dcaa8
    • unknown's avatar
      ut0mem.c: · 05ac7fdc
      unknown authored
        Add a note to the error message that is printed when memory allocation fails: 32-bit computers usually have at most 2 GB or 4 GB process memory space
      
      
      innobase/ut/ut0mem.c:
        Add a note to the error message that is printed when memory allocation fails: 32-bit computers usually have at most 2 GB or 4 GB process memory space
      05ac7fdc
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 170d1b86
      unknown authored
      into gluh.mysql.r18.ru:/home/gluh/MySQL/mysql-5.0.last
      
      170d1b86
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 4a70ccc6
      unknown authored
      into gluh.mysql.r18.ru:/home/gluh/MySQL/mysql-5.0.last
      
      4a70ccc6
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-5.0 · 0b928c35
      unknown authored
      into mysql.com:/space/my/mysql-5.0
      
      0b928c35
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1-4100 · e2995af9
      unknown authored
      into mysql.com:/home/mydev/mysql-5.0-5000
      
      
      BUILD/SETUP.sh:
        Auto merged
      include/my_global.h:
        Auto merged
      mysql-test/r/lowercase_table2.result:
        Auto merged
      mysql-test/r/order_by.result:
        Auto merged
      mysql-test/t/order_by.test:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      e2995af9
    • unknown's avatar
      Re-enabled the use of --prefix. · c79f71a3
      unknown authored
      Adjusted the "Usage:" string.
      Ordered the option recognition in reverse order from "Usage:".
      
      c79f71a3
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · 7c3c4902
      unknown authored
      into mysql.com:/home/mydev/mysql-4.1-4100
      
      7c3c4902
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 0b0368b6
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b7261
      
      0b0368b6
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · 468405c9
      unknown authored
      into mysql.com:/home/mydev/mysql-4.1-4100
      
      468405c9
    • unknown's avatar
      item_timefunc.cc: · 20b9ba07
      unknown authored
        CAST now always return a well-formed character string.
      
      
      sql/item_timefunc.cc:
        CAST now always return a well-formed character string.
      20b9ba07
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 21a1ec5e
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b7261
      
      21a1ec5e
    • unknown's avatar
      A fix: information_schema test fails on Mac OSX · 8b6e0100
      unknown authored
      8b6e0100
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · c890f625
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1
      
      c890f625
    • unknown's avatar
      - added "../extra" to the include path of mysqltest.dsp (Windows compile · 63c0fe8a
      unknown authored
        failed to find the newly introduced extra/mysqld_ername.h header file)
      
      
      VC++Files/client/mysqltest.dsp:
        - added "../extra" to the include path (Windows compile failed to find the
          newly introduced extra/mysqld_ername.h header file)
      63c0fe8a
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · 737a16d7
      unknown authored
      into mysql.com:/home/mydev/mysql-5.0-5000
      
      
      sql/set_var.cc:
        Auto merged
      737a16d7
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · 158fa087
      unknown authored
      into mysql.com:/home/mydev/mysql-4.1-4100
      
      158fa087
    • unknown's avatar
      Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0 · b305acea
      unknown authored
      into patrick-galbraiths-computer.local:/Users/patg/mysql-5.0
      
      b305acea
  3. 26 Jan, 2005 14 commits
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · cd039ac5
      unknown authored
      into mysql.com:/home/mydev/mysql-5.0-5000
      
      
      BUILD/SETUP.sh:
        Auto merged
      configure.in:
        Auto merged
      innobase/fil/fil0fil.c:
        Auto merged
      innobase/include/univ.i:
        Auto merged
      cd039ac5
    • unknown's avatar
      Test bug: Memory leak in archive handler. · 256e4148
      unknown authored
      Added a call to close the meta file after a repair.
      
      256e4148
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 19559b7f
      unknown authored
      into mysql.com:/my/mysql-5.0
      
      19559b7f
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · a02c89f3
      unknown authored
      into mysql.com:/home/mydev/mysql-5.0-5000
      
      
      sql/set_var.cc:
        Auto merged
      a02c89f3
    • unknown's avatar
      Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0 · 72ec2c44
      unknown authored
      into patrick-galbraiths-computer.local:/Users/patg/mysql-5.0
      
      
      sql/field.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/set_var.cc:
        Auto merged
      72ec2c44
    • unknown's avatar
      changes to get rid of compile warnings in both ha_federated.cc and ha_federated.h · eb1e352f
      unknown authored
      
      sql/ha_federated.cc:
        changes to get rid of compile warnings
      sql/ha_federated.h:
        changes to get rid of compile warnings
      eb1e352f
    • unknown's avatar
      Fix for bug #7899 "CREATE TABLE .. SELECT .. and CONVERT_TZ() function · 6a5d1092
      unknown authored
      does not work well together". Now using simplier and more correct
      implementation of st_lex::unlink_first_table()/link_first_table_back() 
      (It also nicely handles case when global table list is created because
      of implictly used time zone tables). (2nd attempt)
      
      Fix for bug #7705 "CONVERT_TZ() crashes with subquery/WHERE on index
      column". Implemented new approach for caching objects for constant
      time zone arguments. Now instead of determining whenever these arguments
      are constants and performing time zone lookup at fix_fields() stage, we
      do it on first get_date() invocation.
      
      Cleanup of global @@time_zone variable handling.
      
      
      mysql-test/r/timezone2.result:
        Added test for bugs #7705 "CONVERT_TZ() crashes with subquery/WHERE on
        index column" and #7899 "CREATE TABLE .. SELECT .. and CONVERT_TZ()
        function does not work well together".
      mysql-test/t/timezone2.test:
        Added test for bugs #7705 "CONVERT_TZ() crashes with subquery/WHERE on
        index column" and #7899 "CREATE TABLE .. SELECT .. and CONVERT_TZ()
        function does not work well together".
      sql/item_timefunc.cc:
        Item_func_convert_tz():
          New approach for caching objects for constant time zone arguments.
          Now instead of determining whenever these arguments are constants
          and performing time zone lookup at fix_fields() stage, we do it
          on first get_date() invocation. This works better in cases when 
          const_item() for these arguments returns true only on get_date()
          stage but not on fix_fields() stage (e.g. this happens in quries
          with joins or derived tables).
      sql/item_timefunc.h:
        Item_func_convert_tz():
          Added from_tz_cached/to_tz_cached members indicating whenever we
          already have Time_zone object representing one of constant time zone
          arguments.
      sql/set_var.cc:
        Cleaned up global @@time_zone variable handling. Now we use proper
        locking when we are setting or reading its value.
      sql/set_var.h:
        Removed declaration of sys_var_thd_time_zone::get_tz_ptr() method, which
        no longer used.
      sql/sql_lex.cc:
        st_lex::unlink_first_table(), st_lex::link_first_table_back():
         Simplify implementation according to Monty's suggestion.
         Instead doing something special if global and local table lists
         are the same, we simply save/restore pointers to first elements
         of both global and local lists (which works even when this lists
         are the same!). This handles nicely the case when we have separate
         global table list becuase time zone tables are implicitly used.
      sql/tztime.cc:
        Backport of Monty's fixes from 5.0, which give us nicer error messages
        if we haven't found time zone with such name or its description.
      6a5d1092
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.1 · 924e0c0f
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
      
      924e0c0f
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · ba6fda64
      unknown authored
      into mysql.com:/home/dlenev/src/mysql-5.0-bg7637
      
      
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      ba6fda64
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 31bb238d
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/5.0
      
      31bb238d
    • unknown's avatar
      Merge from 4.1 · 9d570cdb
      unknown authored
      Archive fix by Ingo.
      Innodb compile fix by Monty.
      
      
      configure.in:
        Auto merged
      innobase/include/univ.i:
        Auto merged
      BUILD/SETUP.sh:
        Auto merged
      mysql-test/t/archive.test:
        Auto merged
      sql/examples/ha_archive.cc:
        Auto merged
      sql/examples/ha_archive.h:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      innobase/fil/fil0fil.c:
        Merged Montys fix.
      9d570cdb
    • unknown's avatar
      timed_mutexes moved to include/my_sys.h and mysys/my_static.c · 5635c81b
      unknown authored
      to avoid linking problems referring to the variable from .c programs.
      
      5635c81b
    • unknown's avatar
      Merge mleich@bk-internal.mysql.com:/home/bk/mysql-5.0 · 6c1c727d
      unknown authored
      into mysql.com:/home/matthias/Arbeit/mysql-5.0/src
      
      6c1c727d
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · f2b75256
      unknown authored
      into mysql.com:/home/mydev/mysql-5.0-5000
      
      
      sql/sql_insert.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      f2b75256