1. 28 May, 2002 1 commit
    • unknown's avatar
      derived table with * bug fixed · b96592dd
      unknown authored
      mysql-test/r/derived.result:
        derived table with * bug test suite
      mysql-test/t/derived.test:
        derived table with * bug test suite
      b96592dd
  2. 27 May, 2002 1 commit
  3. 08 May, 2002 1 commit
  4. 06 May, 2002 1 commit
    • unknown's avatar
      new SELECT_LEX structure · 464ec18e
      unknown authored
      mysql-test/r/derived.result:
        derived table bug test
      mysql-test/t/derived.test:
        derived table bug test
      sql/mysql_priv.h:
        new mysql_new_select call & layout fixing
      sql/sql_class.h:
        passing unit as parameter of Table_ident constructor
      sql/sql_lex.cc:
        new SELECT_LEX structure methods
      sql/sql_lex.h:
        new SELECT_LEX structure definition
      sql/table.h:
        fixed layout
      464ec18e
  5. 26 Mar, 2002 1 commit
    • unknown's avatar
      Derived tables ! · 753c8112
      unknown authored
      mysql-test/r/union.result:
        small bug fixes in unions
      BitKeeper/etc/ignore:
        Added Docs/manual.texi.orig Docs/manual.texi.rej to the ignore list
      mysql-test/t/union.test:
        test for a bug fix in union's
      sql/sql_union.cc:
        bug fix for unions
      753c8112