1. 27 Nov, 2003 1 commit
    • igor@rurik.mysql.com's avatar
      This ChangeSet Introdices Item_equal. · 3938ac54
      igor@rurik.mysql.com authored
      The objects of this class represent multiple conjunctive equalities
      in where conditions: =(f1,f2,...fn) <=> f1=f2 and f2= ... and =fn.
      The objects are used to generate new possibale paths to access
      the tables when executing a query.
      They are also used to optimize the execution plan 
      chosen by the optimizer for the query.  
      3938ac54
  2. 19 Nov, 2003 6 commits
  3. 18 Nov, 2003 23 commits
  4. 17 Nov, 2003 10 commits