1. 29 Aug, 2007 11 commits
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-build · 8cff6c07
      unknown authored
      into  mysql.com:/home/kent/bk/tmp/mysql-5.1-build
      
      8cff6c07
    • unknown's avatar
      libmysqld/sql_tablespace.cc · 6b4f7734
      unknown authored
      libmysqld/scheduler.cc
      libmysqld/sql_connect.cc
        Deleted BitKeeper soft links not needed
      
      
      BitKeeper/deleted/.del-scheduler.cc:
        Delete: libmysqld/scheduler.cc
      BitKeeper/deleted/.del-sql_connect.cc:
        Delete: libmysqld/sql_connect.cc
      BitKeeper/deleted/.del-sql_tablespace.cc:
        Delete: libmysqld/sql_tablespace.cc
      6b4f7734
    • unknown's avatar
      Merge mysql.com:/home/kent/bk/tmp/mysql-5.0-build · 92e18ed4
      unknown authored
      into  mysql.com:/home/kent/bk/tmp/mysql-5.1-build
      
      
      BitKeeper/deleted/.del-ha_blackhole.cc~727c69ef7846623a:
        Auto merged
      BitKeeper/deleted/.del-net_serv.cc~120fb81d7e670308:
        Auto merged
      BitKeeper/deleted/.del-pack.c~4754cd15e3058c75:
        Auto merged
      BitKeeper/deleted/.del-password.c~9d4b6a4c57887ac7:
        Auto merged
      BitKeeper/deleted/.del-sql_state.c~3b39d30b649690f3:
        Auto merged
      92e18ed4
    • unknown's avatar
      server-tools/instance-manager/sql_state.c · 49299703
      unknown authored
      server-tools/instance-manager/pack.c
      server-tools/instance-manager/password.c
      server-tools/instance-manager/net_serv.cc
        Deleted BitKeeper soft links not needed
      
      
      BitKeeper/deleted/.del-net_serv.cc:
        Delete: server-tools/instance-manager/net_serv.cc
      BitKeeper/deleted/.del-pack.c:
        Delete: server-tools/instance-manager/pack.c
      BitKeeper/deleted/.del-password.c:
        Delete: server-tools/instance-manager/password.c
      BitKeeper/deleted/.del-sql_state.c:
        Delete: server-tools/instance-manager/sql_state.c
      49299703
    • unknown's avatar
      Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-build · cee6c0c1
      unknown authored
      into  mysql.com:/home/kent/bk/tmp/mysql-5.0-build
      
      
      BitKeeper/deleted/.del-ha_blackhole.cc~727c69ef7846623a:
        Auto merged
      cee6c0c1
    • unknown's avatar
      libmysql_r/client_settings.h libmysqld/ha_blackhole.cc · d3708532
      unknown authored
        Deleted BitKeeper soft links not needed
      
      
      BitKeeper/deleted/.del-client_settings.h:
        Delete: libmysql_r/client_settings.h
      BitKeeper/deleted/.del-ha_blackhole.cc:
        Delete: libmysqld/ha_blackhole.cc
      d3708532
    • unknown's avatar
      Merge mysql.com:/home/kent/bk/tmp/mysql-5.0-build · aea15fd8
      unknown authored
      into  mysql.com:/home/kent/bk/tmp/mysql-5.1-build
      
      
      libmysql/libmysql.c:
        Auto merged
      sql/CMakeLists.txt:
        Auto merged
      aea15fd8
    • unknown's avatar
      CMakeLists.txt: · f9590a36
      unknown authored
        Link with library "udf_example" depends on, needed for nmake
      libmysql.c:
        DBUG_ENTER need to be in declaration section
      
      
      libmysql/libmysql.c:
        DBUG_ENTER need to be in declaration section
      sql/CMakeLists.txt:
        Link with library "udf_example" depends on, needed for nmake
      f9590a36
    • unknown's avatar
      Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-build · 04e3d3b7
      unknown authored
      into  mysql.com:/home/kent/bk/tmp/mysql-5.0-build
      
      
      scripts/mysql_config.sh:
        Auto merged
      04e3d3b7
    • unknown's avatar
      mysql_config.sh: · 22488e09
      unknown authored
        Flag changed name in icc 10
      
      
      scripts/mysql_config.sh:
        Flag changed name in icc 10
      22488e09
    • unknown's avatar
      Post merge fix 2 for · 05279c64
      unknown authored
           ChangeSet@1.2509, 2007-08-28
           http://lists.mysql.com/commits/33239
        Fixes for the funcs_1 datadict test bugs
        #30418 "datadict" tests (all engines) fail:
               Dependency on the host name for ordering
        #30420 "datadict" tests (all engines) fail:
               Release build has help tables loaded
        #30438 "{memory,myisam,ndb}__datadict" tests fail:
               Use "InnoDB" without checking
        #30440 "datadict" tests (all engines) fail:
               Character sets depend on
                         configuration
      
      
      mysql-test/suite/funcs_1/README.txt:
        Improved README
      mysql-test/suite/funcs_1/datadict/datadict_load.inc:
        Additions for the NDB variant (currently not in use)
      mysql-test/suite/funcs_1/datadict/datadict_master.inc:
        Write a comment about Bug#30689 into the test protocols.
      mysql-test/suite/funcs_1/datadict/processlist_priv.inc:
        Fix for a not reported bug.
        The missing revoke usage and drop user harmed the next test.
      mysql-test/suite/funcs_1/r/a_processlist_priv_no_prot.result:
        Updated results
      mysql-test/suite/funcs_1/r/b_processlist_priv_ps.result:
        Updated results
      mysql-test/suite/funcs_1/r/innodb__datadict.result:
        Updated results
      mysql-test/suite/funcs_1/r/memory__datadict.result:
        Updated results
      mysql-test/suite/funcs_1/r/myisam__datadict.result:
        Updated results
      mysql-test/suite/funcs_1/r/ndb__datadict.result:
        Updated results as far as they could be corrected.
        Attention:
           This test failed even before the current bug fixes.
           The updated expected results are now better than before,
           but they do not prevent that the test fails.
           It looks like one script is "damaged" and treats
           this NDB test different than expected within the
           file with expected results.
      05279c64
  2. 28 Aug, 2007 3 commits
    • unknown's avatar
      Post merge fix 1 for · 55b492c0
      unknown authored
         ChangeSet@1.2509, 2007-08-28
         http://lists.mysql.com/commits/33239
      Fixes for the funcs_1 datadict test bugs
      #30418 "datadict" tests (all engines) fail:
             Dependency on the host name for ordering
      #30420 "datadict" tests (all engines) fail:
             Release build has help tables loaded
      #30438 "{memory,myisam,ndb}__datadict" tests fail:
             Use "InnoDB" without checking
      #30440 "datadict" tests (all engines) fail:
             Character sets depend on
                       configuration
      There are more post merge fixes needed.
      
      
      mysql-test/suite/funcs_1/r/innodb__datadict.result:
        Post merge fix for
           ChangeSet@1.2509, 2007-08-28
      mysql-test/suite/funcs_1/r/memory__datadict.result:
        Updated results
      mysql-test/suite/funcs_1/r/myisam__datadict.result:
        Updated results
      mysql-test/suite/funcs_1/t/ndb__datadict.test:
        Adjusted script
      55b492c0
    • unknown's avatar
      Merge four.local.lan:/WORK2/merge/mysql-5.0-build-datadict · 23330152
      unknown authored
      into  four.local.lan:/WORK2/merge/mysql-5.1-build-datadict
      
      It is to be expected that a post merge fix is needed.
      
      
      mysql-test/suite/funcs_1/README.txt:
        Auto merged
      mysql-test/suite/funcs_1/t/innodb__datadict.test:
        Auto merged
      mysql-test/suite/funcs_1/t/memory__datadict.test:
        Auto merged
      mysql-test/suite/funcs_1/t/myisam__datadict.test:
        Auto merged
      mysql-test/suite/funcs_1/datadict/datadict_master.inc:
        Manual merge
      mysql-test/suite/funcs_1/r/innodb__datadict.result:
        Manual merge
      mysql-test/suite/funcs_1/r/memory__datadict.result:
        Manual merge
      mysql-test/suite/funcs_1/r/myisam__datadict.result:
        Manual merge
      23330152
    • unknown's avatar
      Fixes for · 128a69a5
      unknown authored
           Bug#30418 "datadict" tests (all engines) fail: Dependency on the host name
                      for ordering
           Bug#30420 "datadict" tests (all engines) fail: Release build has help tables loaded
           Bug#30438 "{memory,myisam,ndb}__datadict" tests fail: Use "InnoDB" without checking
           Bug#30440 "datadict" tests (all engines) fail: Character sets depend on configuration
      Attention: Only the build team can check if Bug#30440 is really fixed.
      
      
      mysql-test/suite/funcs_1/README.txt:
        Update README
      mysql-test/suite/funcs_1/datadict/datadict_master.inc:
        1. Exclude the help tables from the INFORMATION_SCHEMA.TABLES
           and the INFORMATION_SCHEMA.STATISTICS selects.
        2. Replace error numbers with error names
        3. Sort some results with mysqltest builtin function
        4. Some other minor changes
      mysql-test/suite/funcs_1/r/innodb__datadict.result:
        Updated expected results
      mysql-test/suite/funcs_1/r/memory__datadict.result:
        Updated expected results
      mysql-test/suite/funcs_1/r/myisam__datadict.result:
        Updated expected results
      mysql-test/suite/funcs_1/t/innodb__datadict.test:
        Add $OTHER_ENGINE_TYPE variable which is used in data_dict_master.inc.
      mysql-test/suite/funcs_1/t/memory__datadict.test:
        Add $OTHER_ENGINE_TYPE variable which is used in data_dict_master.inc.
      mysql-test/suite/funcs_1/t/myisam__datadict.test:
        Add $OTHER_ENGINE_TYPE variable which is used in data_dict_master.inc.
      mysql-test/suite/funcs_1/r/datadict_help_tables_build.result:
        File with expected results
      mysql-test/suite/funcs_1/r/datadict_help_tables_dev.result:
        File with expected results
      mysql-test/suite/funcs_1/t/datadict_help_tables_build.test:
        Additional test checking the information about the help tables within
               INFORMATION_SCHEMA.TABLES/INFORMATION_SCHEMA.STATISTICS
        as compensation for the removed checks within datadict_master.inc.
        Variant for use during build tests (non empty help tables)
      mysql-test/suite/funcs_1/t/datadict_help_tables_dev.test:
        Additional test checking the information about the help tables within
               INFORMATION_SCHEMA.TABLES/INFORMATION_SCHEMA.STATISTICS
        as compensation for the removed checks within datadict_master.inc.
        Variant for use during development tests (empty help tables)
      128a69a5
  3. 27 Aug, 2007 7 commits
    • unknown's avatar
      Merge trift2.:/MySQL/M51/netware3-5.1 · b6ab3a21
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      
      configure.in:
        Auto merged
      b6ab3a21
    • unknown's avatar
      More cleanup / fixing for NetWare: · e1bcfc95
      unknown authored
      1) "test_db.sql" is a plaintext file, no binary;
      2) do not try to strip the binaries, it will not work.
      
      
      configure.in:
        For NetWare, we cannot strip the binaries, so there is no use in attempting it.
      scripts/make_binary_distribution.sh:
        Get rid of a typing error, introduced when a following file name was deleted.
      e1bcfc95
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-build · 73695c4f
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-build
      
      
      sql/field.cc:
        Auto merged
      sql/log_event.cc:
        Auto merged
      sql/log_event.h:
        Auto merged
      73695c4f
    • unknown's avatar
      Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build · 98fd2f64
      unknown authored
      into  pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build
      
      
      sql/sql_base.cc:
        Auto merged
      sql/sql_cache.cc:
        Auto merged
      configure.in:
        null-merge
      98fd2f64
    • unknown's avatar
      adjust version number · 6cb66383
      unknown authored
      
      configure.in:
        adjust version number after 5.0.48 clone-off
      6cb66383
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 60513c68
      unknown authored
      into  mysql.com:/data0/mysqldev/my/build-200708231546-5.0.48/mysql-5.0-release
      
      60513c68
    • unknown's avatar
      Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb-merge · 43495bcf
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-build
      
      
      mysql-test/suite/rpl/r/rpl_row_tabledefs_2myisam.result:
        Auto merged
      mysql-test/suite/rpl/r/rpl_row_tabledefs_3innodb.result:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/field.h:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/log_event.cc:
        Auto merged
      sql/log_event.h:
        Auto merged
      sql/rpl_record.cc:
        Auto merged
      sql/rpl_rli.h:
        Auto merged
      sql/rpl_utility.cc:
        Auto merged
      sql/rpl_utility.h:
        Auto merged
      43495bcf
  4. 25 Aug, 2007 3 commits
    • unknown's avatar
      Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.0-marvel · 5612453b
      unknown authored
      into  a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-marvel
      
      5612453b
    • unknown's avatar
      Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-main · 05a6d8fe
      unknown authored
      into  a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-marvel
      
      
      client/mysqldump.c:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/r/status.result:
        Auto merged
      sql/event_db_repository.cc:
        Auto merged
      sql/event_queue.cc:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/ha_partition.cc:
        Auto merged
      sql/ha_partition.h:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item_cmpfunc.h:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/item_subselect.cc:
        Auto merged
      sql/log.cc:
        Auto merged
      sql/log_event.h:
        Auto merged
      sql/log_event_old.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/sp.cc:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_db.cc:
        Auto merged
      sql/sql_handler.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_plugin.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_string.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/table.h:
        Auto merged
      tests/mysql_client_test.c:
        Auto merged
      mysql-test/t/status.test:
        Manual resolve with 5.1.
      sql/log_event.cc:
        Manual resolve with 5.1.
      sql/sql_yacc.yy:
        Manual resolve with 5.1.
      05a6d8fe
    • unknown's avatar
      Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.0-main · eaa87d37
      unknown authored
      into  a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.0-marvel
      
      eaa87d37
  5. 24 Aug, 2007 16 commits