1. 16 Nov, 2006 1 commit
    • holyfoot/hf@mysql.com/deer.(none)'s avatar
      bug #22634 (partitioned tables with DATA DIRECTORY option corrupts table) · f8263518
      holyfoot/hf@mysql.com/deer.(none) authored
      In fact the problem is inside the ARCHIVE engine.
      It stores real datapath inside the ARM file, but doesn't implement
      specific ha_archive::rename_table function.
      As the ALTER TABLE statement first creates the table with the temporary
      name and then renames it to the normal one, we get the temporary name
      saved in ARM what leads to "can't open file" error.
      Code modified to store only path in the ARM, without filename.
      f8263518
  2. 10 Nov, 2006 1 commit
  3. 09 Nov, 2006 5 commits
  4. 08 Nov, 2006 5 commits
  5. 07 Nov, 2006 8 commits
  6. 06 Nov, 2006 6 commits
  7. 05 Nov, 2006 1 commit
  8. 03 Nov, 2006 1 commit
    • gkodinov/kgeorge@macbook.gmz's avatar
      Bug #22457: Column alias in ORDER BY works, but not if in an expression · 77acba32
      gkodinov/kgeorge@macbook.gmz authored
       The parser is allocating Item_field for references by name in ORDER BY
       expressions. Such expressions however may point not only to Item_field 
       in the select list (or to a table column) but also to an arbitrary Item. 
       This causes Item_field::fix_fields to throw an error about missing 
       column.
       The fix substitutes Item_field for the reference with an Item_ref when 
       not pointing to Item_field.
      77acba32
  9. 01 Nov, 2006 6 commits
  10. 31 Oct, 2006 6 commits