1. 03 Nov, 2012 1 commit
  2. 02 Nov, 2012 1 commit
  3. 31 Oct, 2012 3 commits
  4. 30 Oct, 2012 5 commits
  5. 29 Oct, 2012 6 commits
  6. 28 Oct, 2012 1 commit
  7. 27 Oct, 2012 4 commits
  8. 26 Oct, 2012 1 commit
    • unknown's avatar
      MDEV-3812 · 974abc7a
      unknown authored
      This patch undoes the removal of enum store_key_result by the previous patch for mdev-3812.
      974abc7a
  9. 25 Oct, 2012 2 commits
    • Sergei Golubchik's avatar
      correct truncation in my_vsnprintf %M format · 3f129034
      Sergei Golubchik authored
      (because of a width or a short buffer)
      3f129034
    • unknown's avatar
      MDEV-3812: Remove unneeded extra call to engine->exec() in... · 97a1c53c
      unknown authored
      MDEV-3812: Remove unneeded extra call to engine->exec() in Item_subselect::exec, remove enum store_key_result
      
      This task fixes an ineffeciency that is a remainder from MySQL 5.0/5.1. There, subqueries
      were optimized in a lazy manner, when executed for the first time. During this lazy optimization
      it may happen that the server finds a more efficient subquery engine, and substitute the current
      engine of the query being executed with the new engine. This required re-execution of the engine.
      
      MariaDB 5.3 pre-optimizes subqueries in almost all cases, and the engine is chosen in most cases,
      except when subquery materialization found that it must use partial matching. In this case, the
      current code was performing one extra re-execution although it was not needed at all. The patch
      performs the re-execution only if the engine was changed while executing.
      
      In addition the patch performs small cleanup by removing "enum store_key_result" because it is
      essentially a boolean, and the code that uses it already maps it to a boolean.
      97a1c53c
  10. 22 Oct, 2012 1 commit
    • unknown's avatar
      MDEV-571 · 76d8a43e
      unknown authored
      Adjusted test case results after the merge 10.0-base, 10.0-monty.
      The results are in sync with MySQL 5.6.7.
      76d8a43e
  11. 20 Oct, 2012 2 commits
  12. 19 Oct, 2012 2 commits
  13. 18 Oct, 2012 3 commits
  14. 17 Oct, 2012 1 commit
    • Sergei Golubchik's avatar
      RPM fixes: · bf106948
      Sergei Golubchik authored
        shared should provide libmysqlclient.so.18(libmysqlclient_16) too
        don't "use DBD::mysql" explicitly in mytop
      bf106948
  15. 16 Oct, 2012 4 commits
  16. 12 Oct, 2012 3 commits