1. 01 Apr, 2006 7 commits
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/dev/mysql-5.0-0 · a5abc598
      unknown authored
      into  rurik.mysql.com:/home/igor/dev/mysql-5.1-0
      
      
      mysql-test/r/ctype_utf8.result:
        Auto merged
      mysql-test/r/func_gconcat.result:
        Auto merged
      mysql-test/r/subselect.result:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/ha_heap.cc:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/item_sum.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      storage/myisam/mi_search.c:
        Auto merged
      storage/ndb/tools/Makefile.am:
        Auto merged
      strings/ctype-ucs2.c:
        Auto merged
      tests/mysql_client_test.c:
        Auto merged
      a5abc598
    • unknown's avatar
      Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · d5db81aa
      unknown authored
      into  mysql.com:/home/alexi/innodb/mysql-5.1-merged
      
      
      d5db81aa
    • unknown's avatar
      Added a test case for bug #16504. · f0bfea2b
      unknown authored
      Results changed after the bug fix.
      
      
      f0bfea2b
    • unknown's avatar
      Fixed bug #16504. · 5ef6e903
      unknown authored
      Multiple equalities were not adjusted after reading constant tables.
      It resulted in neglecting good index based methods that could be
      used to access of other tables.
      
      
      mysql-test/r/having.result:
        Adjusted a test case results after fix for bug #16504.
      mysql-test/r/select.result:
        Added a test case for bug #16504.
      mysql-test/r/subselect.result:
        Adjusted a test case results after fix for bug #16504.
      mysql-test/r/varbinary.result:
        Adjusted a test case results after fix for bug #16504.
      mysql-test/t/select.test:
        Added a test case for bug #16504.
      sql/item.cc:
        Fixed bug #16504.
        An Item_equal object may contain only a constant member.
        It may happen after reading constant tables.
      sql/item_cmpfunc.cc:
        Fixed bug #16504.
        Added method Item_equal::check_const that check appearance of new 
        constant items in a multiple equality.
      sql/item_cmpfunc.h:
        Fixed bug #16504.
        Added method Item_equal::check_const that check appearance of new 
        constant items in a multiple equality.
      sql/sql_select.cc:
        Fixed bug #16504.
        Adjusted multiple equalities after reading constant tables.
        Fixed a few typo in comments.
      5ef6e903
    • unknown's avatar
      use show_table instead of share · a38750b8
      unknown authored
      a38750b8
    • unknown's avatar
      Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 217b7eb4
      unknown authored
      into  mysql.com:/home/alexi/innodb/mysql-5.1-merged
      
      
      217b7eb4
    • unknown's avatar
      Merge mysql.com:/home/alexi/innodb/mysql-5.0-ss398 · 69af49fa
      unknown authored
      into  mysql.com:/home/alexi/innodb/mysql-5.1-merged
      
      
      sql/ha_innodb.cc:
        Null-merge
      storage/innobase/btr/btr0sea.c:
        Null-merge
      69af49fa
  2. 31 Mar, 2006 11 commits
    • unknown's avatar
      Applied innodb-5.0-ss398 snapshot. · f6ffb77c
      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.
      f6ffb77c
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 561c21c3
      unknown authored
      into mysql.com:/home/psergey/mysql-5.1-bug18025-r2
      
      
      sql/sql_partition.cc:
        Auto merged
      561c21c3
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new · c1a3261e
      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
      c1a3261e
    • unknown's avatar
      cleaned up a few method comments · 04570aa5
      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
      04570aa5
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 29f50132
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.1-new
      
      
      29f50132
    • unknown's avatar
      Merge · 16586947
      unknown authored
      
      scripts/mysqld_safe.sh:
        Auto merged
      storage/ndb/tools/Makefile.am:
        Auto merged
      16586947
    • unknown's avatar
      Merge mysql.com:/usr/home/bar/mysql-5.0.1.2107.1.1 · 201a1441
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.1-new
      
      
      mysql-test/r/cast.result:
        Auto merged
      sql/field.cc:
        Auto merged
      201a1441
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.1-new · dc05f195
      unknown authored
      into mysql.com:/home/psergey/mysql-5.1-bug18025-r2
      
      
      sql/opt_range.cc:
        Auto merged
      sql/sql_partition.cc:
        Auto merged
      dc05f195
    • unknown's avatar
      Fix for BUG#18025: Wrong query results because of bugs in partition pruning: · 45751090
      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.
      45751090
    • unknown's avatar
      Merge mysql.com:/home/gluh/MySQL/Merge/5.0 · 659dfdfc
      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
      659dfdfc
    • unknown's avatar
      BUG # 17631 SHOW TABLE STATUS reports wrong engine · 683ce57f
      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.
      683ce57f
  3. 30 Mar, 2006 22 commits