1. 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
  2. 09 Sep, 2012 2 commits
  3. 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
  4. 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
  5. 06 Sep, 2012 1 commit
  6. 05 Sep, 2012 5 commits
  7. 04 Sep, 2012 2 commits
  8. 03 Sep, 2012 1 commit
  9. 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
  10. 31 Aug, 2012 6 commits
  11. 30 Aug, 2012 4 commits
  12. 29 Aug, 2012 5 commits
  13. 28 Aug, 2012 7 commits
  14. 27 Aug, 2012 1 commit
    • Igor Babaev's avatar
      Fixed bug mdev-487. · d0ad93fb
      Igor Babaev authored
      The function collect_statistics_for_table() when scanning a table
      did not take into account that the handler function ha_rnd_next
      could return the code HA_ERR_RECORD_DELETE that should not be
      considered as an indication of an error.
      Also fixed a potential memory leak in this function.
      d0ad93fb