An error occurred fetching the project authors.
  1. 28 May, 2002 1 commit
    • unknown's avatar
      derived table with * bug fixed · 0bef1099
      unknown authored
      mysql-test/r/derived.result:
        derived table with * bug test suite
      mysql-test/t/derived.test:
        derived table with * bug test suite
      0bef1099
  2. 06 May, 2002 2 commits
    • unknown's avatar
      new SELECT_LEX structure · 2c62a868
      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
      2c62a868
    • unknown's avatar
      fixed bug in derived tables if derived tables more than 1 · d822b0d5
      unknown authored
      mysql-test/r/derived.result:
        added test of found bug in derived tables
      mysql-test/t/derived.test:
        added test of found bug in derived tables
      d822b0d5
  3. 26 Mar, 2002 1 commit
    • unknown's avatar
      Derived tables ! · 2ec10810
      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
      2ec10810