An error occurred fetching the project authors.
  1. 23 Jun, 2004 1 commit
    • serg@serg.mylan's avatar
      handler interface cleanups: · 3f1c4ba7
      serg@serg.mylan authored
        more logical table/index_flags
        return  HA_ERR_WRONG_COMMAND instead of abstract methods where appropriate
        max_keys and other limits renamed to max_supported_keys/etc
        max_keys/etc are now wrappers to max_supported_keys/etc 
        ha_index_init/ha_rnd_init/ha_index_end/ha_rnd_end are now wrappers to real {index,rnd}_{init,end} to enforce strict pairing
      3f1c4ba7
  2. 21 Jun, 2004 1 commit
  3. 09 Jun, 2004 1 commit
  4. 07 May, 2004 1 commit
  5. 15 Apr, 2004 1 commit
  6. 20 Mar, 2004 1 commit
  7. 18 Mar, 2004 1 commit
  8. 17 Mar, 2004 1 commit
  9. 09 Mar, 2004 1 commit
  10. 20 Feb, 2004 1 commit
  11. 18 Feb, 2004 1 commit
  12. 17 Feb, 2004 1 commit
  13. 12 Feb, 2004 1 commit
  14. 08 Feb, 2004 1 commit
  15. 02 Feb, 2004 1 commit
  16. 31 Jan, 2004 1 commit
  17. 30 Dec, 2003 1 commit
    • hf@deer.(none)'s avatar
      Fix for prepared statements · bfe134b8
      hf@deer.(none) authored
      Here i added Item_*::cleanup() functions,
      removed a lot of ~Item_*'s,
      added code to restore order_list and group_list
      bfe134b8
  18. 25 Dec, 2003 1 commit
  19. 19 Dec, 2003 2 commits
  20. 10 Dec, 2003 1 commit
  21. 06 Dec, 2003 1 commit
    • hf@deer.(none)'s avatar
      Fix for #1992 · dff5b0a7
      hf@deer.(none) authored
      This bug happens when a query, having subselects in the fields list,
      needs temporary table.
      Item_subselect::get_tmp_table_item isn't implemented and just returns
      *this. So the tmp_table_item takes value not from temporary but
      from original table.
      dff5b0a7
  22. 28 Nov, 2003 1 commit
    • monty@mysql.com's avatar
      Added missing SSL library (Should be in source distribution) · ede8169d
      monty@mysql.com authored
      Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler)
      Added a lot of 'version_xxx' strings to 'show variables'
      Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris)
      Fixed problem with printing sub selects to debug log
      ede8169d
  23. 23 Nov, 2003 1 commit
  24. 17 Nov, 2003 1 commit
  25. 03 Nov, 2003 1 commit
  26. 02 Nov, 2003 2 commits
  27. 01 Nov, 2003 1 commit
  28. 30 Oct, 2003 1 commit
  29. 26 Oct, 2003 1 commit
  30. 23 Oct, 2003 2 commits
  31. 19 Oct, 2003 1 commit
  32. 16 Oct, 2003 2 commits
  33. 08 Oct, 2003 1 commit
  34. 07 Oct, 2003 3 commits