1. 26 Apr, 2005 7 commits
  2. 25 Apr, 2005 2 commits
  3. 23 Apr, 2005 1 commit
  4. 22 Apr, 2005 4 commits
  5. 21 Apr, 2005 10 commits
  6. 20 Apr, 2005 13 commits
  7. 19 Apr, 2005 3 commits
    • igor@rurik.mysql.com's avatar
      sql_select.cc: · 25c39662
      igor@rurik.mysql.com authored
        Fixed bug #9681.
        The bug happened with queries using derived tables specified by
        a SELECT with ROLLUP, such as:
        SELECT * FROM (SELECT a, SUM(a) FROM t1 GROUP BY a WITH ROLLUP) t2,
        if column a of table t1 is declared as NOT NULL.
        This was to the fact that the first column of the temporary table
        created to contain the derived table erroneously inherited the NOT NULL
        attribute from column a.
      olap.result, olap.test:
        Added a test case for bug #9681.
      25c39662
    • mskold@mysql.com's avatar
      Disabled ndb tests for embedded · dbd03581
      mskold@mysql.com authored
      dbd03581
    • lenz@mysql.com's avatar
      - manual merge · 814b4aa2
      lenz@mysql.com authored
      814b4aa2