1. 10 Jul, 2012 1 commit
    • Igor Babaev's avatar
      Added procedures to delete records by keys from statistical tables. · 47fae7f0
      Igor Babaev authored
      Now when a table is dropped the statistics on the table is removed 
      from the statistical tables. If the table is altered in such a way
      that a column is dropped or the type of the column is changed then
      statistics on the column is removed from the table column_stat.
      It also triggers removal of the statistics on the indexes who use
      this column as its component.
      
      Added procedures that changes the names of the tables or columns
      in the statistical tables for. 
      These procedures are used when tables/columns are renamed.
      
      Also partly re-factored the code that introduced the persistent
      statistical tables.
      
      Added test cases into statistics.test to cover the new code.
      47fae7f0
  2. 26 Jun, 2012 2 commits
  3. 25 Jun, 2012 1 commit
  4. 24 Jun, 2012 1 commit
  5. 23 Jun, 2012 3 commits
  6. 22 Jun, 2012 2 commits
  7. 21 Jun, 2012 7 commits
  8. 20 Jun, 2012 7 commits
  9. 19 Jun, 2012 2 commits
    • unknown's avatar
      Merged the fix for bug lp:944706, mdev-193 · 0b93b444
      unknown authored
      0b93b444
    • Igor Babaev's avatar
      Fixed bug mdev-354. · 0c69f220
      Igor Babaev authored
      Virtual columns of ENUM and SET data types were not supported properly
      in the original patch that introduced virtual columns into MariaDB 5.2.
      The problem was that for any  virtual column the patch used the 
      interval_id field of the definition of the column in the frm file as
      a reference to the virtual column expression.
      The fix stores the optional interval_id of the virtual column in the
      extended header of the virtual column expression. 
      0c69f220
  10. 18 Jun, 2012 5 commits
  11. 17 Jun, 2012 1 commit
  12. 16 Jun, 2012 2 commits
  13. 15 Jun, 2012 6 commits