1. 09 Apr, 2008 2 commits
  2. 04 Apr, 2008 3 commits
  3. 03 Apr, 2008 4 commits
  4. 02 Apr, 2008 5 commits
  5. 01 Apr, 2008 4 commits
  6. 31 Mar, 2008 3 commits
    • mleich@five.local.lan's avatar
      Fix for · 89ddc0aa
      mleich@five.local.lan authored
         Bug#35335 funcs_1: Some tests fail within load_file during
                            pushbuild runs
         Solution: 1. Move files with input data used in load_file, 
                      load data etc. 
                      from suite/funcs_1/<whatever>
                      to std_data
                   2. Use for testsuite funcs_1 the server option
                      --secure-file-priv=<MYSQLTEST_VARDIR>
                   3. Outfiles have to be stored under MYSQLTEST_VARDIR 
      + changes according to WL#4304 Cleanup in funcs_1 tests
        - backport of fixes/improvements made in 5.1 to 5.0
          The differences between scripts in 5.0 and 5.1 cause
          much additional and annoying work during any upmerge.
        - replace error numbers with names
        - improved comments
        - improved formatting
        - Unify storage engine names so that result files for
          storage engine variants do not differ (some tests)
        - remove a script no more used (tests are done in other scripts)
      89ddc0aa
    • mkindahl@dl145h.mysql.com's avatar
    • mkindahl@dl145h.mysql.com's avatar
      Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.0 · a7fe4abc
      mkindahl@dl145h.mysql.com authored
      into  dl145h.mysql.com:/data0/mkindahl/mysql-5.0-rpl-merge
      a7fe4abc
  7. 30 Mar, 2008 1 commit
  8. 29 Mar, 2008 3 commits
  9. 28 Mar, 2008 12 commits
  10. 27 Mar, 2008 3 commits
    • tnurnberg@white.intern.koehntopp.de's avatar
      Merge mysql.com:/misc/mysql/mysql-5.0 · 282825af
      tnurnberg@white.intern.koehntopp.de authored
      into  mysql.com:/misc/mysql/mysql-5.0-opt
      282825af
    • evgen@moonbone.local's avatar
      Bug#27219: Aggregate functions in ORDER BY. · 21c6145a
      evgen@moonbone.local authored
      Mixing aggregate functions and non-grouping columns is not allowed in the
      ONLY_FULL_GROUP_BY mode. However in some cases the error wasn't thrown because
      of insufficient check.
      
      In order to check more thoroughly the new algorithm employs a list of outer
      fields used in a sum function and a SELECT_LEX::full_group_by_flag.
      Each non-outer field checked to find out whether it's aggregated or not and
      the current select is marked accordingly.
      All outer fields that are used under an aggregate function are added to the
      Item_sum::outer_fields list and later checked by the Item_sum::check_sum_func
      function.
      21c6145a
    • gshchepa/uchum@host.loc's avatar
      Merge host.loc:/home/uchum/work/mysql-5.0 · 931582bb
      gshchepa/uchum@host.loc authored
      into  host.loc:/home/uchum/work/5.0-opt
      931582bb