An error occurred fetching the project authors.
  1. 16 Jul, 2004 1 commit
  2. 15 Jun, 2004 1 commit
  3. 08 Jun, 2004 1 commit
    • ram@gw.mysql.r18.ru's avatar
      a fix · 71eee450
      ram@gw.mysql.r18.ru authored
      (Bug #4035 GROUP_CONCAT with HAVING clause truncates field                       
      Bug #4057 LEFT() function in HAVING clause truncates query result).
      71eee450
  4. 18 Mar, 2004 1 commit
  5. 17 Mar, 2004 1 commit
  6. 04 Mar, 2004 1 commit
  7. 27 Feb, 2004 2 commits
  8. 11 Feb, 2004 1 commit
  9. 06 Feb, 2004 1 commit
  10. 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
  11. 04 Dec, 2003 1 commit
  12. 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
  13. 30 Oct, 2003 1 commit
  14. 12 Oct, 2003 1 commit
  15. 21 Aug, 2003 2 commits
  16. 05 Aug, 2003 1 commit
  17. 15 Jul, 2003 1 commit
  18. 07 Jul, 2003 1 commit
  19. 04 Jul, 2003 1 commit
  20. 02 Jul, 2003 1 commit
  21. 01 Jul, 2003 2 commits
    • bell@sanja.is.com.ua's avatar
      after review changes (SCRUM) · 5eaaf8e7
      bell@sanja.is.com.ua authored
      removed outer resolving flag (because of movingtransformation after fix_fields)
      5eaaf8e7
    • kostja@oak.local's avatar
      First version of new authentification procedure: now authentification is... · 7df04758
      kostja@oak.local authored
      First version of new authentification procedure: now authentification is one-stage (instead of two-stage in 4.1)
      
      For now following tasks have been done:
      - PASSWORD() function was rewritten. PASSWORD() now returns SHA1
        hash_stage2; for new passwords user.password contains '*'hash_stage2; sql_yacc.yy also fixed; 
      
      - password.c: new functions were implemented, old rolled back to 4.0 state
      
      - server code was rewritten to use new authorization algorithm (check_user(), change
        user, and other stuff in sql/sql_parse.cc)
      
      - client code was rewritten to use new authorization algorithm
        (mysql_real_connect, myslq_authenticate in sql-common/client.c)
      
      - now server barks on 45-byte-length 4.1.0 passwords and refuses 4.1.0-style
        authentification. Users with 4.1.0 passwords are blocked (sql/sql_acl.cc)
      
      - mysqladmin.c was fixed to work correctly with new passwords
      
      Tests for 4.0-4.1.1, 4.1.1-4.1.1 (with or without db/password) logons was performed;
      mysqladmin also was tested. Additional check are nevertheless necessary.
      7df04758
  22. 25 Jun, 2003 1 commit
  23. 24 Jun, 2003 1 commit
  24. 19 Jun, 2003 1 commit
  25. 10 Jun, 2003 2 commits
  26. 03 Jun, 2003 1 commit
  27. 30 May, 2003 1 commit
  28. 23 May, 2003 1 commit
  29. 22 May, 2003 1 commit
  30. 10 Apr, 2003 1 commit
  31. 03 Apr, 2003 1 commit
  32. 28 Mar, 2003 1 commit
  33. 21 Mar, 2003 1 commit
  34. 19 Mar, 2003 1 commit
  35. 18 Mar, 2003 1 commit
    • ram@mysql.r18.ru's avatar
      SRID support. · 031ac2a7
      ram@mysql.r18.ru authored
      GeomertyFromWKB() function.
      SRID() function.
      ::store() methods for Field_geom.
      Code cleanup.
      031ac2a7
  36. 04 Mar, 2003 1 commit