1. 26 Apr, 2005 6 commits
  2. 25 Apr, 2005 2 commits
  3. 23 Apr, 2005 1 commit
  4. 22 Apr, 2005 3 commits
  5. 21 Apr, 2005 10 commits
  6. 20 Apr, 2005 11 commits
  7. 19 Apr, 2005 7 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
    • lenz@mysql.com's avatar
      - added missing copyright headers to several Makefile.am's (noticed · a42c7d44
      lenz@mysql.com authored
        while testing changes to the mysql-copyright scripts
      a42c7d44
    • ingo@mysql.com's avatar
      Bug#7806 - insert on duplicate key and auto-update of timestamp · 792b816b
      ingo@mysql.com authored
      Modified the check for the timestamp field so that the flags for
      the automatic for inserts and updates are cleared independently.
      792b816b
    • lenz@mysql.com's avatar
      Updated Docs/Makefile.am: · 04a4680b
      lenz@mysql.com authored
      - fixed copyright header and removed obsolete comments about how to
        build the manual using texinfo
      - added an "install-data-hook" to install the mysql.info info page.
        This seems to be the only way to install info pages, if they are not
        built from texinfo sources directly.
      04a4680b
    • msvensson@neptunus.(none)'s avatar
      BUG#9568 mysql segfaults from CTRL-R · 4a4c9017
      msvensson@neptunus.(none) authored
       - Segfault because of passing a 64-bit pointer to 32 bit integer.
       - Add new include  config_readline.h which will calculate some new defines 
         based on what is found in config.h
       - This file was originally included in readline 4.3 as config.h.in, only the part that
          makes new defines have been moved to this file. 
      4a4c9017