1. 20 Sep, 2005 1 commit
    • timour@mysql.com's avatar
      Fix for BUG#13127. · e609eac0
      timour@mysql.com authored
      The problem was in the way table references are pre-filtered when
      resolving a qualified field. When resolving qualified table references
      we search recursively in the operands of the join. If there is
      natural/using join with a merge view, the first call to find_field_in_table_ref
      makes a recursive call to itself with the view as the new table reference
      to search for the column. However the view has both nested_join and
      join_columns != NULL so it skipped the test whether the view name matches
      the field qualifier. As a result the field was found in the view since the
      view already has a field with the same name. Thus the field was incorrectly
      resolved as the view field.
      e609eac0
  2. 19 Sep, 2005 13 commits
  3. 18 Sep, 2005 5 commits
  4. 17 Sep, 2005 1 commit
    • eric@mysql.com's avatar
      Brian's "he is too lazy to commit this so Eric is going to have to do it"... · 5c025545
      eric@mysql.com authored
      Brian's "he is too lazy to commit this so Eric is going to have to do it" environmental variable hack for prefix. This allows you to just set a prefix in your profile which will be used in all of your builds. AKA you can be even lazier(!) about calling BUILD scripts. Don't blame Eric, Brian borrowed his keyboard.
      5c025545
  5. 16 Sep, 2005 10 commits
  6. 15 Sep, 2005 10 commits