1. 25 Nov, 2007 1 commit
  2. 23 Nov, 2007 18 commits
  3. 22 Nov, 2007 1 commit
  4. 21 Nov, 2007 20 commits
    • unknown's avatar
      Merge stella.local:/home2/mydev/mysql-5.0-axmrg · 0ad72a2b
      unknown authored
      into  stella.local:/home2/mydev/mysql-5.1-axmrg
      
      
      0ad72a2b
    • unknown's avatar
      Merge stella.local:/home2/mydev/mysql-5.1-amain · 712d2c47
      unknown authored
      into  stella.local:/home2/mydev/mysql-5.1-axmrg
      
      
      configure.in:
        Auto merged
      712d2c47
    • unknown's avatar
      Merge stella.local:/home2/mydev/mysql-4.1-axmrg · 93e0508e
      unknown authored
      into  stella.local:/home2/mydev/mysql-5.0-axmrg
      
      
      93e0508e
    • unknown's avatar
      Merge stella.local:/home2/mydev/mysql-5.0-amain · e2df3c29
      unknown authored
      into  stella.local:/home2/mydev/mysql-5.0-axmrg
      
      
      e2df3c29
    • unknown's avatar
      Merge stella.local:/home2/mydev/mysql-4.1-amain · 4045c9b3
      unknown authored
      into  stella.local:/home2/mydev/mysql-4.1-axmrg
      
      
      4045c9b3
    • unknown's avatar
      Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.0-build · 787316f2
      unknown authored
      into  pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
      
      
      787316f2
    • unknown's avatar
      Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.1-build · 1fb0a096
      unknown authored
      into  pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build
      
      
      1fb0a096
    • unknown's avatar
      Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build · a393b62e
      unknown authored
      into  pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build
      
      
      support-files/compiler_warnings.supp:
        merge fix
      a393b62e
    • unknown's avatar
      add wrong warning to suppression file · 98c55d39
      unknown authored
      
      support-files/compiler_warnings.supp:
        we want that.
      98c55d39
    • unknown's avatar
      Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build · 6d5ab945
      unknown authored
      into  pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build
      
      
      support-files/compiler_warnings.supp:
        merge fix
      6d5ab945
    • unknown's avatar
      Merge mleich@bk-internal.mysql.com:/home/bk/mysql-5.0-build · e8673939
      unknown authored
      into  five.local.lan:/work/trees/mysql-5.0-build-src-clean
      
      
      e8673939
    • unknown's avatar
      ignore readline warnings · 75f14d9b
      unknown authored
      
      support-files/compiler_warnings.supp:
        readline is not maintained by us
      75f14d9b
    • unknown's avatar
      Fix for bug #32558: group by null-returning expression with rollup causes crash · 0c2dac2a
      unknown authored
      Problem: setting Item_func_rollup_const::null_value property to argument's null_value
      before (without) the argument evaluation may result in a crash due to wrong null_value.
      
      Fix: use is_null() to set Item_func_rollup_const::null_value instead as it evaluates
      the argument if necessary and returns a proper value.
      
      
      mysql-test/r/olap.result:
        Fix for bug #32558: group by null-returning expression with rollup causes crash
          - test result.
      mysql-test/t/olap.test:
        Fix for bug #32558: group by null-returning expression with rollup causes crash
          - test case.
      sql/item_func.h:
        Fix for bug #32558: group by null-returning expression with rollup causes crash
          - use args[0]->is_null() to obtain Item_func_rollup_const::null_value 
            instead of args[0]->null_value as it's not set in advance in case of 
            constant functions.
      0c2dac2a
    • unknown's avatar
      Merge five.local.lan:/work/merge/mysql-5.0-build-30418 · 705d58f8
      unknown authored
      into  five.local.lan:/work/merge/mysql-5.1-build-31610
      
      
      mysql-test/suite/funcs_1/datadict/datadict_master.inc:
        Auto merged
      mysql-test/suite/funcs_1/datadict/datadict_show_schema.inc:
        Auto merged
      mysql-test/suite/funcs_1/datadict/datadict_tables.inc:
        Auto merged
      mysql-test/suite/funcs_1/r/innodb__datadict.result:
        Auto merged
      mysql-test/suite/funcs_1/r/memory__datadict.result:
        Auto merged
      mysql-test/suite/funcs_1/r/myisam__datadict.result:
        Auto merged
      705d58f8
    • unknown's avatar
      This changeset fixes · b6c38105
      unknown authored
         Bug#31567 "datadict" tests (all engines) fail:
                   Reference protocol is non-standard build
         Bug#30418 "datadict" tests (all engines) fail:
                   Dependency on the host name for ordering   
      Modifications:
         1. The standard builds (build team) do not contain
            the collation 'utf8_general_cs'.
            The common developer builds (compuile-....-max)
            contain this collation.
            Solution fitting to both build variants:
               Exclude the collation 'utf8_general_cs' from
               result sets.
         2. Use mysqltest builtin sorting of result set for
            the statement where the hostname affects the
            row order.
      
      
      mysql-test/suite/funcs_1/datadict/datadict_master.inc:
        Exclude collation 'utf8_general_cs' from result set.
      mysql-test/suite/funcs_1/datadict/datadict_show_schema.inc:
        Use mysqltest builtin sorting of result set.
      mysql-test/suite/funcs_1/datadict/datadict_tables.inc:
        Exclude collation 'utf8_general_cs' from result set.
      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
      b6c38105
    • unknown's avatar
      Fix for bug #32557: order by updatexml causes assertion in filesort · 961cc887
      unknown authored
      Problem: even if an Item_xml_str_func successor returns NULL, it doesn't have 
      a corresponding property (maybe_null) set, that leads to a failed assertion.
      
      Fix: set nullability property of Item_xml_str_func.
      
      
      mysql-test/r/xml.result:
        Fix for bug #32557: order by updatexml causes assertion in filesort
          - test result.
      mysql-test/t/xml.test:
        Fix for bug #32557: order by updatexml causes assertion in filesort
          - test case.
      sql/item_xmlfunc.h:
        Fix for bug #32557: order by updatexml causes assertion in filesort
          - set Item_xml_str_func::maybe_null.
      961cc887
    • unknown's avatar
      Merge stella.local:/home2/mydev/mysql-5.0-axmrg · 060bb57f
      unknown authored
      into  stella.local:/home2/mydev/mysql-5.1-axmrg
      
      
      configure.in:
        Manual merge from 5.0.
      060bb57f
    • unknown's avatar
      Merge stella.local:/home2/mydev/mysql-5.0-amain · 3d0c0fac
      unknown authored
      into  stella.local:/home2/mydev/mysql-5.0-axmrg
      
      
      3d0c0fac
    • unknown's avatar
      Fix for bug #32021: Using Date 000-00-01 in WHERE causes wrong result · f2a631f0
      unknown authored
        
      Problem: caching 00000000-00000099 dates as integer values we're 
      improperly shifting them up twice in the get_datetime_value().
        
      Fix: don't shift cached DATETIME values up for the second time.
      
      
      mysql-test/r/type_date.result:
        Fix for bug #32021: Using Date 000-00-01 in WHERE causes wrong result
          - test result.
      mysql-test/t/type_date.test:
        Fix for bug #32021: Using Date 000-00-01 in WHERE causes wrong result
          - test case.
      sql/item.h:
        Fix for bug #32021: Using Date 000-00-01 in WHERE causes wrong result
          - Item_cache::field_type() method added.
          - new Item_cache(enum_field_types) and Item_cache_int(enum_field_types) 
            constructors added.
      sql/item_cmpfunc.cc:
        Fix for bug #32021: Using Date 000-00-01 in WHERE causes wrong result
          - don't shift cached DATETIME values for the second time in the
            get_datetime_value():
              creating new Item_cache_int set DATETIME filed type,
              check the type before shifting.
      f2a631f0
    • unknown's avatar
      Merge ramayana.hindu.god:/home/tsmith/m/bk/build/b25146/51 · df20252c
      unknown authored
      into  ramayana.hindu.god:/home/tsmith/m/bk/build/51
      
      
      client/mysql.cc:
        Auto merged
      df20252c