1. 26 Sep, 2006 5 commits
    • unknown's avatar
      Final step of Take 7 on review fixes of this · d32c2c83
      unknown authored
      fairly complex bug
      
      
      mysql-test/r/partition.result:
        Merge fix
      sql/partition_info.cc:
        Moved method from sql_partition.cc to the partition_info class
      sql/partition_info.h:
        Introduced a number of charset related arrays
        Removed some bools that could be checked by checking arrays instead
      sql/sql_partition.cc:
        Introduced a number of charset related arrays
        Removed some bools that could be checked by checking arrays instead
        Made method of common complex if-statement
        Made that method and check of partition function fields public methods
        to enable use from partition_info class.
        Moved method to partition_info class
        Optimised copy_to_part_field_buffers method to avoid as much as possible
        calculations in those. Also avoided double calls when both subpartitioning
        and partitioning
        Handled review comments
      sql/sql_partition.h:
        New methods public for use in partition_info class
      sql/sql_yacc.yy:
        Missed this in previous merge and review fixes
      d32c2c83
    • unknown's avatar
      BUG#18198 · 844a2c1a
      unknown authored
      Fixed interface to check_partition_func_processor
      
      
      sql/partition_info.cc:
        Fixed interface to check_partition_func_processor
      844a2c1a
    • unknown's avatar
      BUG#18198 · c5738ce6
      unknown authored
      Review comments
      
      
      sql/item.h:
        Added comment after review
      sql/item_cmpfunc.h:
        Changed to either return TRUE or FALSE (check_partition_func_processor)
      sql/item_func.h:
        Changed to either return TRUE or FALSE (check_partition_func_processor)
      sql/item_strfunc.h:
        Changed to either return TRUE or FALSE (check_partition_func_processor)
      sql/item_timefunc.h:
        Changed to either return TRUE or FALSE (check_partition_func_processor)
      sql/item_xmlfunc.h:
        Changed to either return TRUE or FALSE (check_partition_func_processor)
      c5738ce6
    • unknown's avatar
      Merge dator5.(none):/home/pappa/clean-mysql-5.1 · 2b32ecd5
      unknown authored
      into  dator5.(none):/home/pappa/bug18198
      
      
      mysql-test/r/partition.result:
        Auto merged
      mysql-test/r/partition_range.result:
        Auto merged
      mysql-test/t/partition_range.test:
        Auto merged
      sql/item_func.h:
        Auto merged
      sql/item_strfunc.h:
        Auto merged
      sql/partition_info.cc:
        Auto merged
      sql/sql_partition.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      mysql-test/t/partition.test:
        manual merge
      sql/item.h:
        manual merge
      sql/item_cmpfunc.h:
        manual merge
      2b32ecd5
    • unknown's avatar
      Fixed bugs in check_part_func_fields · a0a5325b
      unknown authored
      a0a5325b
  2. 24 Sep, 2006 4 commits
  3. 23 Sep, 2006 14 commits
    • unknown's avatar
      mysql.spec.sh: · 15f54cd9
      unknown authored
        Added "test" RPM package
        Install all binaries "make install" would
      make_binary_distribution.sh:
        Copy Cluster API headers into "/usr/include/mysql/storage/ndb/" (Bug#21955)
      
      
      scripts/make_binary_distribution.sh:
        Copy Cluster API headers into "/usr/include/mysql/storage/ndb/" (Bug#21955)
      support-files/mysql.spec.sh:
        Removed the rest of the "bench" sub RPM, but added a new "test" sub
        RPM containing the "mysql-test" directory earlier in the "bench" sub
        RPM. The new sub RPM "Obsoltes" "mysql-bench" as well.
        
        Added the rest of the binaries that "make install" would install
        
          bin/ndb_print_backup_file
          bin/ndb_print_schema_file
          bin/ndb_print_sys_file
          sbin/ndb_cpcd
      15f54cd9
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1 · 39cea433
      unknown authored
      into  zim.(none):/home/brian/mysql/merge-5.1
      
      
      sql/mysql_priv.h:
        Auto merged
      39cea433
    • unknown's avatar
      Merge lthalmann@bk-internal.mysql.com:/home/bk/mysql-5.1 · 946a32f9
      unknown authored
      into  mysql.com:/users/lthalmann/bkroot/mysql-5.1
      
      
      client/mysqldump.c:
        Auto merged
      mysql-test/t/disabled.def:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Auto merged
      mysql-test/t/ndb_multi.test:
        Manual merge
      946a32f9
    • unknown's avatar
      Merge zim.(none):/home/brian/mysql/merge-5.1 · 03bb2e6d
      unknown authored
      into  zim.(none):/home/brian/mysql/arch-5.1
      
      03bb2e6d
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1 · d5c3e3ee
      unknown authored
      into  zim.(none):/home/brian/mysql/merge-5.1
      
      
      sql/mysql_priv.h:
        Auto merged
      d5c3e3ee
    • unknown's avatar
      Required file for next tests (taken from work by JimW in Falcon) · 0f35e735
      unknown authored
      
      mysql-test/r/true.require:
        New BitKeeper file ``mysql-test/r/true.require''
      0f35e735
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge · a15a9f09
      unknown authored
      into  mysql.com:/users/lthalmann/bk/MERGE/mysql-5.1-merge
      
      
      BitKeeper/etc/ignore:
        auto-union
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      BitKeeper/deleted/.del-CMakeLists.txt~3:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/udf_example.c:
        Auto merged
      BitKeeper/deleted/.del-udf_example.def:
        Delete: sql/udf_example.def
      mysql-test/mysql-test-run.pl:
        Manual merge 5.0->5.1
      sql/Makefile.am:
        Manual merge 5.0->5.1
      a15a9f09
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bk/MERGE/mysql-4.1-merge · 0d9242ce
      unknown authored
      into  mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge
      
      
      BitKeeper/etc/ignore:
        auto-union
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      0d9242ce
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0 · dccc7924
      unknown authored
      into  mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge
      
      dccc7924
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bkroot/mysql-4.1 · 2bac6da1
      unknown authored
      into  mysql.com:/users/lthalmann/bk/MERGE/mysql-4.1-merge
      
      
      BitKeeper/etc/ignore:
        auto-union
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      2bac6da1
    • unknown's avatar
      Disabling test case · ea8af488
      unknown authored
      ea8af488
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new-rpl · 9ff1caac
      unknown authored
      into  mysql.com:/users/lthalmann/bk/MERGE/mysql-5.1-merge
      
      
      BitKeeper/etc/ignore:
        auto-union
      mysql-test/t/disabled.def:
        Auto merged
      sql/CMakeLists.txt:
        Auto merged
      sql/Makefile.am:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      storage/innobase/handler/ha_innodb.cc:
        Auto merged
      9ff1caac
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0-rpl · 4666c1e9
      unknown authored
      into  mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      4666c1e9
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bkroot/mysql-4.1-rpl · b574573f
      unknown authored
      into  mysql.com:/users/lthalmann/bk/MERGE/mysql-4.1-merge
      
      
      BitKeeper/etc/ignore:
        auto-union
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      b574573f
  4. 22 Sep, 2006 6 commits
    • unknown's avatar
      Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb · 5bd485a6
      unknown authored
      into  mysql.com:/windows/Linux_space/MySQL/mysql-5.1
      
      
      mysql-test/t/disabled.def:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_ndbcluster_binlog.cc:
        Auto merged
      sql/ha_ndbcluster_binlog.h:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      5bd485a6
    • unknown's avatar
      Merge trift2.:/MySQL/M50/mysql-5.0 · 588317e7
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      
      configure.in:
        Auto merged
      BitKeeper/deleted/.del-CMakeLists.txt~7:
        Auto merged
      Docs/Makefile.am:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/stacktrace.c:
        Auto merged
      sql/stacktrace.h:
        Auto merged
      588317e7
    • unknown's avatar
      Fix for bug #19121: Windows incompatible udf_example · 3e85b24c
      unknown authored
      
      mysql-test/mysql-test-run.pl:
        fixed path for udf_example.so when running testsuite on Windows
      sql/CMakeLists.txt:
        Added missing udf_example
      sql/Makefile.am:
        Added udf_example files for make dist
      sql/udf_example.c:
        fix for Windows: Windows doesn't have socket.h and friends
        
        Added replacements for strmov,bzero and memcpy_fixed when compiling standalone.
      sql/udf_example.def:
        BitKeeper file /home/georg/work/mysql/prod/mysql-5.0-win/sql/udf_example.def
      3e85b24c
    • unknown's avatar
      Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.1-rpl · e998c965
      unknown authored
      into  dsl-hkigw8-feb9fb00-191.dhcp.inet.fi:/home/elkin/MySQL/TEAM/BARE/mysql-5.1-new-rpl
      
      
      BitKeeper/etc/ignore:
        auto-union
      e998c965
    • unknown's avatar
      BUG#22067 rpl_rbr_to_sbr and some other fail if NDB is default storage · 21376ba6
      unknown authored
      local file slipped into a previous commit, fixing ignore.
      
      
      BitKeeper/etc/ignore:
        fixing a slip in previous bk citool invokation.
      21376ba6
    • unknown's avatar
      Added build rule for mysql_upgrade.exe · fa16278b
      unknown authored
      fa16278b
  5. 21 Sep, 2006 11 commits
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.0 · 96a3db93
      unknown authored
      into  trift2.:/MySQL/M50/push-5.0
      
      96a3db93
    • unknown's avatar
      Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-new-rpl · a25008a9
      unknown authored
      into  romeo.(none):/home/bkroot/mysql-5.1-new-rpl
      
      
      sql/log_event.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      a25008a9
    • unknown's avatar
      BUG#22550 (Replication of BIT column failing): · f0b8c4da
      unknown authored
      Using move_field_offset() to move field pointer to other record before
      calling pack()/unpack().
      
      
      sql/log_event.cc:
        Using move_field_offset() to move the field pointer. It is necessary
        for unpack() and pack() of BIT fields to operate correctly.
        Adding debug printouts.
      sql/sql_class.cc:
        Using move_field_offset() to move the field pointer. It is necessary
        for unpack() and pack() of BIT fields to operate correctly.
        Adding debug printouts to packing of update rows event.
      f0b8c4da
    • unknown's avatar
      Add a dummy file for "Docs/manual.chm" as we need it for "make dist" to work. · e41aae9d
      unknown authored
      
      Docs/manual.chm:
        BitKeeper file /MySQL/M50/push-5.0/Docs/manual.chm
      e41aae9d
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 80934444
      unknown authored
      into  chilla.local:/home/mydev/mysql-5.0-toteam
      
      80934444
    • unknown's avatar
      Merge trift2.:/MySQL/M50/extract1-5.0 · 32696eb4
      unknown authored
      into  trift2.:/MySQL/M50/push-5.0
      
      
      configure.in:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/stacktrace.c:
        Auto merged
      sql/stacktrace.h:
        Auto merged
      32696eb4
    • unknown's avatar
      added udf_example.def for make dist · beae6a65
      unknown authored
      beae6a65
    • unknown's avatar
      Windows 64bit fixes · 4574cc93
      unknown authored
      Fixed udf_example, so tests now can also run udf on win.
      
      
      sql/udf_example.def:
        BitKeeper file /home/georg/work/mysql/prod/mysql-5.1-win/sql/udf_example.def
      include/config-win.h:
        removed USE_32_BIT_TIME
      include/my_time.h:
        Fixed size of my_time for Win64 (should be 64bit)
      mysql-test/mysql-test-run.pl:
        Added windows paths for udf_example
      sql/CMakeLists.txt:
        Added udf_example.dll
      sql/udf_example.c:
        Windows doesn't know about socket.h and friends. Use winsock.h instead
      4574cc93
    • unknown's avatar
      After merge fixes · 9d3ea424
      unknown authored
      9d3ea424
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge · 0347ab69
      unknown authored
      into  mysql.com:/users/lthalmann/bk/MERGE/mysql-5.1-merge
      
      
      mysql-test/extra/rpl_tests/rpl_max_relay_size.test:
        Manual merge 5.0->5.1
      mysql-test/r/rpl_insert_id.result:
        Manual merge 5.0->5.1
      mysql-test/r/rpl_stm_max_relay_size.result:
        Manual merge 5.0->5.1
      mysql-test/t/rpl_insert_id.test:
        Manual merge 5.0->5.1
      0347ab69
    • unknown's avatar
      After merge fixes · 9668c01d
      unknown authored
      9668c01d