1. 10 Apr, 2006 2 commits
  2. 04 Apr, 2006 6 commits
  3. 03 Apr, 2006 6 commits
    • unknown's avatar
      BUG#18659: In get_part_iter_for_interval_via_walking(), when we need to · 8b348cac
      unknown authored
      obtain partition number, call partition_info->get_part_partition_id() when
      the table has subpartitions, and get_partition_id() otherwise. (The bug
      was that we were always doing the latter)
      
      
      mysql-test/r/partition_pruning.result:
        Testcase for BUG#18659
      mysql-test/t/partition_pruning.test:
        Testcase for BUG#18659
      8b348cac
    • unknown's avatar
      include example storage engines in max build · 730ae99b
      unknown authored
      730ae99b
    • unknown's avatar
      Bug #18596 binlog schema event auto push causes mysqld errors · 00602717
      unknown authored
      - move slock bitmask to separate hash list, object living only during query
      
      
      sql/ha_ndbcluster.h:
        Bug #18596 binlog schema event auto push causes mysqld errors
      00602717
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new · 52eabc93
      unknown authored
      into mysql.com:C:/cygwin/home/mysqldev/my/mysql-5.1-new
      
      52eabc93
    • unknown's avatar
      Missing file in last commit. · b7fe8897
      unknown authored
      b7fe8897
    • unknown's avatar
      Add embedded server build to the CMake build files. · 32afa345
      unknown authored
      
      cmakelists.txt:
        Move configure processing to top-level cmakelists.txt so that it can be
        shared by mysqld and libmysqld.
      libmysqld/lib_sql.cc:
        Temporary #ifdef to allow building from both bitkeeper sources and windows source package.
      libmysqld/libmysqld.def:
        Add export missing for test_libmysqld
      sql/cmakelists.txt:
        Move configure processing to top-level cmakelists.txt so that it can be
        shared by mysqld and libmysqld.
      sql/mysqld.cc:
        #ifdef out code that is not used, nor compiles, in embedded server.
      strings/cmakelists.txt:
        Add some missing sources to fix embedded server build.
      32afa345
  4. 01 Apr, 2006 8 commits
  5. 31 Mar, 2006 11 commits
    • unknown's avatar
      Applied innodb-5.0-ss398 snapshot. · 457b7f4f
      unknown authored
       Fixed BUG#15650: DELETE with LEFT JOIN crashes server
       with innodb_locks_unsafe_for_binlog.
       Fixed compilation problem with non-C99 compilers
       in btr0sea.c
      
      
      innobase/btr/btr0sea.c:
        Applied innodb-5.0-ss398 snapshot.
         Fix compilation problem with non-C99 compilers.
      sql/ha_innodb.cc:
        Applied innodb-5.0-ss398 snapshot.
         Remove assertion ut_error which crashes the mysqld
         server if it prints a warning about the adaptive latch.
      457b7f4f
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.1-new · a7bfdd80
      unknown authored
      into mysql.com:/home/psergey/mysql-5.1-bug18025-r2
      
      
      sql/sql_partition.cc:
        Auto merged
      a7bfdd80
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 02cd6683
      unknown authored
      into  linux.site:/home/reggie/work/mysql-5.1-bug17631
      
      
      sql/ha_partition.cc:
        Auto merged
      sql/sql_partition.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      02cd6683
    • unknown's avatar
      cleaned up a few method comments · e2e57c88
      unknown authored
      moved several functions from sql_partition to be member functions
      
      
      sql/partition_info.h:
        move these funcs from sql_partition to this class
      sql/sql_partition.cc:
        move these funcs from sql_partition to this class
      sql/sql_table.cc:
        calling the member func now instead
      e2e57c88
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 3ade0842
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.1-new
      
      3ade0842
    • unknown's avatar
      Merge · 8669045d
      unknown authored
      
      scripts/mysqld_safe.sh:
        Auto merged
      storage/ndb/tools/Makefile.am:
        Auto merged
      8669045d
    • unknown's avatar
      Merge mysql.com:/usr/home/bar/mysql-5.0.1.2107.1.1 · 3d13a303
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.1-new
      
      
      mysql-test/r/cast.result:
        Auto merged
      sql/field.cc:
        Auto merged
      3d13a303
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 59519fc6
      unknown authored
      into mysql.com:/home/psergey/mysql-5.1-bug18025-r2
      
      
      sql/opt_range.cc:
        Auto merged
      sql/sql_partition.cc:
        Auto merged
      59519fc6
    • unknown's avatar
      Fix for BUG#18025: Wrong query results because of bugs in partition pruning: · b2fb0d44
      unknown authored
       - Fix typo bug in SEL_ARG::is_singlepoint()
       - In set_up_range_analysis_info(), treat MEDIUMINT as enumerable type just like other integer types
      
      
      mysql-test/r/partition_pruning.result:
        Testcase for BUG#18025
      mysql-test/t/partition_pruning.test:
        Testcase for BUG#18025
      sql/opt_range.cc:
        BUG#18025: Fix a typo bug in SEL_ARG::is_singlepoint()
      sql/sql_partition.cc:
        BUG#18025: In set_up_range_analysis_info(), treat MEDIUMINT as enumerable type just like other integer types.
      b2fb0d44
    • unknown's avatar
      Merge mysql.com:/home/gluh/MySQL/Merge/5.0 · 64131287
      unknown authored
      into mysql.com:/home/gluh/MySQL/Merge/5.1-new
      
      
      mysql-test/r/create.result:
        Auto merged
      mysql-test/t/create.test:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      64131287
    • unknown's avatar
      BUG # 17631 SHOW TABLE STATUS reports wrong engine · dc9c1bfe
      unknown authored
      
      mysql-test/r/partition.result:
        results block for bug # 17631
      mysql-test/t/partition.test:
        test block for bug #17631
      sql/ha_partition.cc:
        move table_type func to .cc file and return table_type from
        the first handler.  This is acceptable since we know we have
        at least one handler and we currently do not support multiple
        engine types.  Later, we'll need to extend this to return
        some type of delimited list
      sql/ha_partition.h:
        removed inline version of this function
      sql/sql_show.cc:
        if the table is partitioned, we add the term "partitioned" to the 
        create options.  We make sure we are using the partitioned 
        handlerton before we do this.  When we support more native partition
        handlers then this will need to change.
      dc9c1bfe
  6. 30 Mar, 2006 7 commits
    • unknown's avatar
      Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 7e998a05
      unknown authored
      into  rurik.mysql.com:/home/igor/mysql-5.1
      
      
      storage/ndb/tools/Makefile.am:
        Auto merged
      7e998a05
    • unknown's avatar
      Merge · 43b66d3a
      unknown authored
      
      storage/ndb/tools/Makefile.am:
        Auto merged
      43b66d3a
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.1 · 954ad348
      unknown authored
      into  rurik.mysql.com:/home/igor/dev/mysql-5.1-0
      
      
      mysql-test/r/loaddata.result:
        Auto merged
      mysql-test/r/ndb_read_multi_range.result:
        Auto merged
      mysql-test/t/innodb.test:
        Auto merged
      mysql-test/t/loaddata.test:
        Auto merged
      mysql-test/t/ndb_read_multi_range.test:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/sql_load.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      storage/ndb/tools/Makefile.am:
        Auto merged
      954ad348
    • unknown's avatar
      Merge · 5600ab2a
      unknown authored
      
      storage/ndb/tools/Makefile.am:
        Auto merged
      5600ab2a
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · 7637c968
      unknown authored
      into  mysql.com:/opt/local/work/mysql-5.1-merge
      
      7637c968
    • unknown's avatar
      Merge mysql.com:/opt/local/work/tmp_merge2 · a7b62c9d
      unknown authored
      into  mysql.com:/opt/local/work/mysql-5.1-merge
      
      
      mysql-test/r/ps.result:
        Auto merged
      mysql-test/r/sp-error.result:
        Auto merged
      mysql-test/r/sp-prelocking.result:
        Auto merged
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/r/trigger.result:
        Auto merged
      mysql-test/t/ps.test:
        Auto merged
      mysql-test/t/sp-error.test:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      mysql-test/t/trigger.test:
        Auto merged
      sql/field.h:
        Auto merged
      sql/sp.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_load.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_view.cc:
        Auto merged
      mysql-test/t/sp-prelocking.test:
        Manual merge.
      a7b62c9d
    • unknown's avatar
      Merge mysql.com:/opt/local/work/tmp_merge1 · f403a2d7
      unknown authored
      into  mysql.com:/opt/local/work/mysql-5.1-merge
      
      
      mysql-test/t/innodb.test:
        Manual merge: use local.
      f403a2d7