An error occurred fetching the project authors.
  1. 11 Feb, 2004 1 commit
  2. 06 Feb, 2004 1 commit
  3. 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
  4. 04 Dec, 2003 1 commit
  5. 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
  6. 30 Oct, 2003 1 commit
  7. 12 Oct, 2003 1 commit
  8. 21 Aug, 2003 2 commits
  9. 05 Aug, 2003 1 commit
  10. 15 Jul, 2003 1 commit
  11. 07 Jul, 2003 1 commit
  12. 04 Jul, 2003 1 commit
  13. 02 Jul, 2003 1 commit
  14. 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
  15. 25 Jun, 2003 1 commit
  16. 24 Jun, 2003 1 commit
  17. 19 Jun, 2003 1 commit
  18. 10 Jun, 2003 2 commits
  19. 03 Jun, 2003 1 commit
  20. 30 May, 2003 1 commit
  21. 23 May, 2003 1 commit
  22. 22 May, 2003 1 commit
  23. 10 Apr, 2003 1 commit
  24. 03 Apr, 2003 1 commit
  25. 28 Mar, 2003 1 commit
  26. 21 Mar, 2003 1 commit
  27. 19 Mar, 2003 1 commit
  28. 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
  29. 04 Mar, 2003 1 commit
  30. 03 Mar, 2003 1 commit
    • bar@bar.mysql.r18.ru's avatar
      Strings which appear without charset context, · 48cdd978
      bar@bar.mysql.r18.ru authored
      like number-to-string-convertion-result, now 
      takes current database character set, instead of
      thread character set. This makes it easy to be
      SQL99 conformant and 4.0 compatible.
      
      Item->thd_charset() is renamed to Item->default_charset()
      as old name doesn't describe its nature anymore.
      48cdd978
  31. 27 Feb, 2003 1 commit
  32. 10 Feb, 2003 1 commit
  33. 07 Feb, 2003 1 commit
  34. 30 Jan, 2003 1 commit
  35. 29 Jan, 2003 2 commits
  36. 21 Jan, 2003 1 commit