1. 09 Sep, 2012 1 commit
    • Igor Babaev's avatar
      Part 2 of the fix for bug mdev-504. · 92eadf64
      Igor Babaev authored
      Any Field object should use current_thd instead of table->in_use 
      when THD is needed if table == NULL.
      This patch fixes the crash of test case from mdev-504.test.
      92eadf64
  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. 03 Sep, 2012 1 commit
  4. 02 Sep, 2012 1 commit
    • 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
  5. 30 Aug, 2012 1 commit
  6. 29 Aug, 2012 1 commit
  7. 28 Aug, 2012 6 commits
  8. 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
  9. 24 Aug, 2012 1 commit
  10. 25 Aug, 2012 1 commit
    • unknown's avatar
      fix for MDEV-367 · 4d2b05b7
      unknown authored
      The problem was that was_null and null_value variables was reset in each reexecution of IN subquery, but engine rerun only for non-constant subqueries.
      
      Fixed checking constant in Item_equal sort.
      Fix constant reporting in Item_subselect.
      4d2b05b7
  11. 24 Aug, 2012 16 commits
  12. 23 Aug, 2012 5 commits
  13. 22 Aug, 2012 2 commits