1. 09 Sep, 2012 2 commits
  2. 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
  3. 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
  4. 06 Sep, 2012 1 commit
  5. 05 Sep, 2012 5 commits
  6. 04 Sep, 2012 2 commits
  7. 03 Sep, 2012 1 commit
  8. 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
  9. 31 Aug, 2012 6 commits
  10. 30 Aug, 2012 4 commits
  11. 29 Aug, 2012 5 commits
  12. 28 Aug, 2012 7 commits
  13. 27 Aug, 2012 2 commits
    • 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
    • Sergei Golubchik's avatar
      5.3 merge · 9a64d079
      Sergei Golubchik authored
      9a64d079