1. 12 Sep, 2012 1 commit
    • Igor Babaev's avatar
      Fixed bug mdev-518. · 2bbcec41
      Igor Babaev authored
      If some statistical tables are corrupted the server should use
      the conventional statistical data.
      2bbcec41
  2. 11 Sep, 2012 1 commit
    • Igor Babaev's avatar
      Fixed bug mdev-485. · ff36e9fc
      Igor Babaev authored
      RBR should be turned off when statistical tables are modified 
      in the result of the execution of a DDL statement.
      Revised the fix for bug mdev-463. Ensured suppression of RBR
      for the modifications of the statistical tables triggered
      by the execution of any analyze operation.
      ff36e9fc
  3. 09 Sep, 2012 2 commits
  4. 08 Sep, 2012 2 commits
    • Igor Babaev's avatar
      Merge. · 0f393f07
      Igor Babaev authored
      0f393f07
    • Igor Babaev's avatar
      Fixed bug mdev-504. · b3f09e8a
      Igor Babaev authored
      Opening system statistical tables and reading statistical data from 
      them for a regular table should be done after opening and locking 
      this regular table.
      No test case is provided with this patch.
      b3f09e8a
  5. 07 Sep, 2012 1 commit
    • unknown's avatar
      Fix of MDEV-511. · 22de18dd
      unknown authored
      As far as we reopen tables so TABLE become invalid we should remove the pointer on cleanup().
      22de18dd
  6. 06 Sep, 2012 1 commit
  7. 05 Sep, 2012 5 commits
  8. 04 Sep, 2012 2 commits
  9. 03 Sep, 2012 1 commit
  10. 02 Sep, 2012 2 commits
    • Sergei Golubchik's avatar
      5620937c
    • Igor Babaev's avatar
      Fixed bug mdev-503. · cfde11fc
      Igor Babaev authored
      If a table is already in the table cache but without data from persistent
      statistical tables then the function open_and_process_table should not
      only allocate memory for this statistical data in the corresponding
      TABLE_SHARE object, but also should copy the references to the data into
      certain fields of the TABLE data structure: for each key of the table 
      KEY::read_stats should be copied, and for each column of the table
      Field::read_stats should be copied. 
      cfde11fc
  11. 31 Aug, 2012 6 commits
  12. 30 Aug, 2012 4 commits
  13. 29 Aug, 2012 5 commits
  14. 28 Aug, 2012 7 commits