1. 28 Sep, 2006 2 commits
    • dlenev@mockturtle.local's avatar
      Fix for bug#22338 "Valgrind warning: uninitialized variable in · acaa584c
      dlenev@mockturtle.local authored
      create_tmp_table()".
      
      The fix for bug 21787 "COUNT(*) + ORDER BY + LIMIT returns wrong
      result" introduced valgrind warnings which occured during execution
      of information_schema.test and sp-prelocking.test in version 5.0.
      There were no user visible effects.
      
      The latter fix made create_tmp_table() dependant on
      THD::lex::current_select value. Valgrind warnings occured when this
      function was executed and THD::lex::current_select member pointed
      to uninitialized SELECT_LEX instance.
      
      This fix tries to remove this dependancy by moving some logic
      outside of create_tmp_table() function.
      acaa584c
    • dlenev@mockturtle.local's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 7897f061
      dlenev@mockturtle.local authored
      into  mockturtle.local:/home/dlenev/src/mysql-4.1-runtime
      7897f061
  2. 27 Sep, 2006 1 commit
  3. 24 Sep, 2006 1 commit
  4. 23 Sep, 2006 2 commits
  5. 21 Sep, 2006 2 commits
  6. 20 Sep, 2006 2 commits
  7. 19 Sep, 2006 1 commit
  8. 18 Sep, 2006 2 commits
  9. 15 Sep, 2006 3 commits
  10. 14 Sep, 2006 4 commits
  11. 12 Sep, 2006 2 commits
  12. 11 Sep, 2006 1 commit
  13. 08 Sep, 2006 1 commit
  14. 07 Sep, 2006 3 commits
  15. 05 Sep, 2006 3 commits
  16. 04 Sep, 2006 4 commits
  17. 01 Sep, 2006 6 commits