An error occurred fetching the project authors.
  1. 16 Aug, 2007 1 commit
    • malff/marcsql@weblab.(none)'s avatar
      Bug#23062 (GCOV build: helper scripts missing in the BUILD directory) · c6a395af
      malff/marcsql@weblab.(none) authored
      This patch provides compile helper scripts only,
      no server logic is affected.
      
      Before this patch, GCOV and GPROF build scripts were only provided for
      pentium platforms.
      
      With this patch, pentium, pentium64 and amd64 platforms have associated
      helper build scripts.
      
      The GCOV and GPROF specific compilation flags are set once in SETUP.sh,
      to avoid code duplication.
      c6a395af
  2. 02 Mar, 2007 1 commit
  3. 25 Jan, 2007 1 commit
  4. 22 Jan, 2007 1 commit
  5. 14 Dec, 2006 1 commit
    • monty@mysql.com/narttu.mysql.fi's avatar
      Fixed compiler warnings detected by option -Wshadow and -Wunused: · 88dd873d
      monty@mysql.com/narttu.mysql.fi authored
      - Removed not used variables and functions
      - Added #ifdef around code that is not used
      - Renamed variables and functions to avoid conflicts
      - Removed some not used arguments
      
      Fixed some class/struct warnings in ndb
      Added define IS_LONGDATA() to simplify code in libmysql.c
      
      I did run gcov on the changes and added 'purecov' comments on almost all lines that was not just variable name changes
      88dd873d
  6. 20 Nov, 2006 1 commit
    • monty@mysql.com/nosik.monty.fi's avatar
      Remove compiler warnings · e8258798
      monty@mysql.com/nosik.monty.fi authored
      (Mostly in DBUG_PRINT() and unused arguments)
      Fixed bug in query cache when used with traceing (--with-debug)
      Fixed memory leak in mysqldump
      Removed warnings from mysqltest scripts (replaced -- with #)
      e8258798
  7. 28 Aug, 2006 1 commit
  8. 21 Mar, 2006 1 commit
  9. 02 Nov, 2005 2 commits
  10. 01 Nov, 2005 1 commit
  11. 06 Oct, 2005 1 commit
    • monty@mysql.com's avatar
      Review of code pushed since last 5.0 pull: · 78e828d3
      monty@mysql.com authored
      Ensure that ccache is also used for C programs
      mysql: Ensure that 'delimiter' works the same way in batch mode as in normal mode
      mysqldump: Change to use ;; (instead of //) as a stored procedure/trigger delimiter
      Fixed test cases by adding missing DROP's and rename views to be of type 'v#'
      Removed MY_UNIX_PATH from fn_format()
      Removed current_db_used from TABLE_LIST
      Removed usage of 'current_thd' in Item_splocal
      Removed some compiler warnings
      A bit faster longlong2str code
      78e828d3
  12. 05 Oct, 2005 2 commits
  13. 04 Oct, 2005 1 commit
  14. 03 Oct, 2005 1 commit
  15. 29 Sep, 2005 2 commits
  16. 28 Sep, 2005 1 commit
  17. 27 Sep, 2005 1 commit
    • patg@krsna.patg.net's avatar
      BUG #13511 · 6f693ae6
      patg@krsna.patg.net authored
      Fixed SETUP.sh to not overwrite prefix_configs, making 'make install' 
      install in "/"
      6f693ae6
  18. 20 Sep, 2005 1 commit
  19. 17 Sep, 2005 1 commit
    • eric@mysql.com's avatar
      Brian's "he is too lazy to commit this so Eric is going to have to do it"... · 5c025545
      eric@mysql.com authored
      Brian's "he is too lazy to commit this so Eric is going to have to do it" environmental variable hack for prefix. This allows you to just set a prefix in your profile which will be used in all of your builds. AKA you can be even lazier(!) about calling BUILD scripts. Don't blame Eric, Brian borrowed his keyboard.
      5c025545
  20. 16 Jul, 2005 1 commit
  21. 15 Jul, 2005 1 commit
  22. 01 Jun, 2005 1 commit
  23. 27 Apr, 2005 1 commit
  24. 30 Mar, 2005 1 commit
  25. 05 Mar, 2005 1 commit
  26. 19 Feb, 2005 1 commit
    • monty@mysql.com's avatar
      Fixed BUILD script to use --with-berkeley-db instead of --with-bdb · 218e00ac
      monty@mysql.com authored
      Lots of small fixes to multi-precision-math path
      Give Note for '123.4e'
      Added helper functions type 'val_string_from_real()
      Don't give warnings for end space for string2decimal()
      Changed storage of values for SP so that we can detect length of argument without strlen()
      Changed interface for str2dec() so that we must supple the pointer to the last character in the buffer
      218e00ac
  27. 17 Feb, 2005 1 commit
  28. 27 Jan, 2005 1 commit
  29. 26 Jan, 2005 1 commit
  30. 25 Jan, 2005 1 commit
  31. 19 Jan, 2005 1 commit
  32. 13 Jan, 2005 1 commit
  33. 18 Dec, 2004 1 commit
    • monty@mysql.com's avatar
      Add 0x before pointers (to help with debugging) · 3fb088a0
      monty@mysql.com authored
      Add support for VARCHAR with 1 or 2 length bytes
      Enable VARCHAR packing in MyISAM files (previous patch didn't pack data properly)
      Give error if we got problems in temporary tables during a SELECT
      Don't use new table generated by ALTER TABLE if index generation fails
      Fixed wrong call by range_end() (Could cause an ASSERT in debug mode)
      3fb088a0
  34. 02 Dec, 2004 1 commit
  35. 03 Nov, 2004 1 commit
    • monty@mysql.com's avatar
      Fixes after merge with 4.1 · 47bbf768
      monty@mysql.com authored
      FOUND is not a reserved keyword anymore
      Added Item_field::set_no_const_sub() to be able to mark fields that can't be substituted
      Added 'simple_select' method to be able to quickly determinate if a select_result is a normal SELECT
      Note that the 5.0 tree is not yet up to date: Sanja will have to fix multi-update-locks for this merge to be complete
      47bbf768
  36. 04 Oct, 2004 1 commit
  37. 08 Oct, 2003 1 commit