An error occurred fetching the project authors.
  1. 24 Aug, 2004 1 commit
  2. 19 Aug, 2004 2 commits
  3. 12 Aug, 2004 2 commits
  4. 26 Jun, 2004 1 commit
  5. 24 Jun, 2004 1 commit
  6. 23 Jun, 2004 1 commit
  7. 22 Jun, 2004 1 commit
  8. 18 Jun, 2004 2 commits
    • dlenev@brandersnatch.localdomain's avatar
      WL#1264 "Per-thread time zone support infrastructure". · 09ba29e5
      dlenev@brandersnatch.localdomain authored
      Added basic per-thread time zone functionality (based on public
      domain elsie-code). Now user can select current time zone
      (from the list of time zones described in system tables).
      All NOW-like functions honor this time zone, values of TIMESTAMP
      type are interpreted as values in this time zone, so now
      our TIMESTAMP type behaves similar to Oracle's TIMESTAMP WITH
      LOCAL TIME ZONE (or proper PostgresSQL type).
        
      WL#1266 "CONVERT_TZ() - basic time with time zone conversion 
      function".
        
      Fixed problems described in Bug #2336 (Different number of warnings 
      when inserting bad datetime as string or as number). This required
      reworking of datetime realted warning hadling (they now generated 
      at Field object level not in conversion functions).
        
      Optimization: Now Field class descendants use table->in_use member
      instead of current_thd macro.
      09ba29e5
    • monty@mysql.com's avatar
      Fixed some byte order bugs with prepared statements on machines with high-byte-first. (Bug #4173) · fd015330
      monty@mysql.com authored
      Fixed problem with NULL and derived tables (Bug #4097)
      Cleanup of new pushed code
      fd015330
  9. 13 May, 2004 1 commit
  10. 11 May, 2004 1 commit
  11. 26 Apr, 2004 1 commit
  12. 21 Apr, 2004 1 commit
  13. 14 Apr, 2004 2 commits
  14. 07 Apr, 2004 1 commit
  15. 01 Apr, 2004 1 commit
  16. 27 Feb, 2004 1 commit
  17. 21 Feb, 2004 1 commit
    • serg@serg.mylan's avatar
      ignore: · 870a7f23
      serg@serg.mylan authored
        added scripts/make_win_binary_distribution
      870a7f23
  18. 16 Feb, 2004 1 commit
  19. 03 Feb, 2004 1 commit
  20. 29 Jan, 2004 1 commit
  21. 04 Dec, 2003 1 commit
  22. 19 Nov, 2003 1 commit
    • serg@serg.mylan's avatar
      ignore: · 201f2770
      serg@serg.mylan authored
        added sql/udf_example.so scripts/make_win_src_distribution
      201f2770
  23. 16 Nov, 2003 1 commit
  24. 03 Nov, 2003 1 commit
  25. 14 Oct, 2003 1 commit
  26. 11 Oct, 2003 1 commit
  27. 15 Sep, 2003 1 commit
  28. 03 Sep, 2003 1 commit
  29. 26 Aug, 2003 1 commit
  30. 15 Aug, 2003 1 commit
  31. 04 Jul, 2003 1 commit
  32. 01 Jul, 2003 1 commit
    • 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
  33. 17 Jun, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · c4e3a624
      hf@deer.(none) authored
      client capabilities included into libmysqld
      some API methods became "virtual"
      lots of duplicated code removed
      
      IMHO all the above made library's code way more pleasant to look at, didn't it?
      c4e3a624
  34. 04 Jun, 2003 1 commit
    • monty@narttu.mysql.fi's avatar
      Added SQLSTATE to client/server protocol · 23145cfe
      monty@narttu.mysql.fi authored
      bmove_allign -> bmove_align
      Added OLAP function ROLLUP
      Split mysql_fix_privilege_tables to a script and a .sql data file
      Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects.
      Added table_alias_charset, for easier --lower-case-table-name handling
      Better SQL_MODE handling (Setting complex options also sets sub options)
      New (faster) assembler string functions for x86
      23145cfe
  35. 03 Jun, 2003 1 commit
  36. 30 May, 2003 1 commit