An error occurred fetching the project authors.
  1. 06 Feb, 2004 1 commit
  2. 29 Jan, 2004 1 commit
  3. 21 Jan, 2004 1 commit
  4. 02 Jan, 2004 1 commit
  5. 19 Dec, 2003 1 commit
  6. 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
  7. 20 Nov, 2003 1 commit
  8. 18 Nov, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS · cab1dc62
      monty@mashka.mysql.fi authored
      New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables.
      ALTER TABLE table_name ... CHARACTER SET  ... now changes all char/varchar/text columns to the given character set
      (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set)
      Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib)
      New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones)
      Removed compiler warnings
      Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
      cab1dc62
  9. 17 Nov, 2003 1 commit
  10. 08 Nov, 2003 1 commit
  11. 03 Nov, 2003 1 commit
    • monty@narttu.mysql.fi's avatar
      Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_NAME error · a444a344
      monty@narttu.mysql.fi authored
      Cleaned up (and disabled part of) date/time/datetime format patch. One can't anymore change default read/write date/time/formats.
      This is becasue the non standard datetime formats can't be compared as strings and MySQL does still a lot of datetime comparisons as strings
      Changed flag argument to str_to_TIME() and get_date() from bool to uint
      Removed THD from str_to_xxxx functions and Item class.
      Fixed core dump when doing --print-defaults
      Move some common string functions to strfunc.cc
      Dates as strings are now of type my_charset_bin instead of default_charset()
      Introduce IDENT_QUOTED to not have to create an extra copy of simple identifiers (all chars < 128)
      Removed xxx_FORMAT_TYPE enums and replaced them with the old TIMESTAMP_xxx enums
      Renamed some TIMESTAMP_xxx enums to more appropriate names
      Use defines instead of integers for date/time/datetime string lengths
      Added to build system and use the new my_strtoll10() function.
      a444a344
  12. 02 Nov, 2003 1 commit
  13. 30 Oct, 2003 1 commit
  14. 25 Oct, 2003 1 commit
  15. 17 Oct, 2003 1 commit
  16. 16 Oct, 2003 1 commit
  17. 02 Sep, 2003 1 commit
  18. 26 Aug, 2003 1 commit
  19. 16 Aug, 2003 1 commit
  20. 29 Jul, 2003 3 commits
  21. 20 Jul, 2003 1 commit
  22. 16 Jul, 2003 1 commit
  23. 06 Jul, 2003 1 commit
  24. 02 Jul, 2003 2 commits
    • bell@sanja.is.com.ua's avatar
      (SCRUM) · 28207ede
      bell@sanja.is.com.ua authored
      It looks like samll revolution in SELECT_LEX tree, but it was only natural way to solve problem with name resolution of external fields inside subselect which belongs to global order of union
      also it have following advantages:
       - removed mess with current_select type conversion
         - type checking/converting
         - a lot of virtual methods
       - fake select for union execution allocated only once (it was allocated for every subselect with union executing)
      
      changes:
      fixed bug with outer fields name resolution of subqueries which belong to global ORDER BY clause
      remuved select_lex() function, now thd->lex.current_select always have type SELECT_LEX
      new SELECT_LEX (fake_select_lex) will be allocated in case of UNION for using in UNION processing
      fake_select_lex allocated for union hold global ORDER BY & LIMIT clauses and have linkage equal to GLOBAL_OPTIONS_TYPE 
      new description of SELECT_LEX tree
      
      (SCRUM)
      28207ede
    • pem@mysql.com's avatar
      Added missing (char*) casts in bzero calls. · b3f15350
      pem@mysql.com authored
      (Needed for platforms with the traditional bzero prototype.)
      Fixes BUG#460.
      b3f15350
  25. 01 Jul, 2003 1 commit
  26. 26 Jun, 2003 1 commit
  27. 24 Jun, 2003 1 commit
  28. 21 May, 2003 1 commit
  29. 17 May, 2003 1 commit
  30. 14 May, 2003 1 commit
  31. 21 Apr, 2003 1 commit
    • Sinisa@sinisa.nasamreza.org's avatar
      Fix for a bug record #307. · adb52cfc
      Sinisa@sinisa.nasamreza.org authored
      Very nasty bug.
      It was caused by double free()-ing memory of join->select and 
      join->quick. 
      
      I was able to pinpoint it only after using Valgrind.
      
      Plus better fix for bug with TMP_TABLE_PARAM.
      
      Plus new constructor for SELECT_LEX.
      adb52cfc
  32. 07 Apr, 2003 1 commit
  33. 01 Apr, 2003 1 commit
  34. 20 Mar, 2003 1 commit
  35. 18 Mar, 2003 1 commit
  36. 15 Mar, 2003 1 commit
  37. 14 Mar, 2003 1 commit