1. 29 Aug, 2007 1 commit
    • 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 24 commits
  6. 23 Aug, 2007 2 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/data0/bk/mysql-5.0-opt · 9779d855
      unknown authored
      into  bk-internal.mysql.com:/data0/bk/mysql-5.1-opt
      
      
      mysql-test/r/query_cache.result:
        Auto merged
      mysql-test/t/query_cache.test:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_cache.cc:
        Auto merged
      9779d855
    • unknown's avatar
      Merge bk-internal.mysql.com:/data0/bk/mysql-5.1 · 5dc13d71
      unknown authored
      into  bk-internal.mysql.com:/users/gshchepa/mysql-5.1-opt
      
      
      sql/item.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_cache.cc:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      5dc13d71