1. 25 Apr, 2019 5 commits
  2. 24 Apr, 2019 16 commits
  3. 23 Apr, 2019 4 commits
  4. 22 Apr, 2019 3 commits
  5. 19 Apr, 2019 1 commit
  6. 18 Apr, 2019 1 commit
    • Sergei Petrunia's avatar
      MDEV-17297: stats.records=0 for a table of Archive engine when it has rows,... · 056b6fe1
      Sergei Petrunia authored
      MDEV-17297: stats.records=0 for a table of Archive engine when it has rows, when we run ANALYZE command
      
      Archive storage engine assumed that any query that attempts to read from
      the table will call ha_archive::info() beforehand. ha_archive would flush
      un-written data in that call (this would make it visible for the reads).
      
      Break this assumption. Flush the data when the table is opened for reading.
      
      This way, one can do multiple write statements without causing a flush, but
      as soon as we might need the data, we flush it.
      056b6fe1
  7. 17 Apr, 2019 1 commit
  8. 11 Apr, 2019 1 commit
  9. 05 Apr, 2019 1 commit
  10. 04 Apr, 2019 5 commits
  11. 03 Apr, 2019 2 commits