1. 03 Oct, 2002 3 commits
  2. 02 Oct, 2002 3 commits
    • monty@mashka.mysql.fi's avatar
      4d705988
    • monty@mashka.mysql.fi's avatar
      merge with work · a748b35d
      monty@mashka.mysql.fi authored
      a748b35d
    • monty@mashka.mysql.fi's avatar
      Fixes and code cleanups after merge with 4.0.3 · d69250a9
      monty@mashka.mysql.fi authored
      Warning handling and initial prepared statement handling (last not complete yet)
      Changed a lot of functions that returned 0/1 to my_bool type.
      GRANT handling now uses read/write locks instead of mutex
      Change basic net functions to use THD instead of NET
      (needed for 4.1 protocol)
      Use my_sprintf instead of sprintf() + strlen()
      Added alloc_query() to be able to chare query initialization code with
      prepared statements.
      Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID()
      
      Note that the following test fails (will be fixed ASAP):
      sub_select, union, rpl_rotate_logs and rpl_mystery22
      d69250a9
  3. 01 Oct, 2002 2 commits
  4. 27 Sep, 2002 2 commits
  5. 13 Sep, 2002 2 commits
  6. 12 Sep, 2002 1 commit
  7. 06 Sep, 2002 1 commit
  8. 05 Sep, 2002 5 commits
  9. 04 Sep, 2002 1 commit
  10. 30 Aug, 2002 1 commit
    • monty@narttu.mysql.fi's avatar
      Merge with 4.0.3 · 7134ffec
      monty@narttu.mysql.fi authored
      Some simple optimzations, more comments and indentation changes.
      Add ` around database in 'use database' in binary log.
      Moved max_error_count and max_warning_count to variables struct.
      Removed SHOW_WARNS_COUNT and SHOW_ERRORS_COUNT calls.
      Changed string functions to use character set of first string argument as default return characterset
      (Each string function can change the above assumption if needed)
      7134ffec
  11. 28 Aug, 2002 2 commits
  12. 27 Aug, 2002 2 commits
  13. 26 Aug, 2002 6 commits
  14. 25 Aug, 2002 2 commits
  15. 24 Aug, 2002 6 commits
  16. 23 Aug, 2002 1 commit