An error occurred fetching the project authors.
  1. 25 Sep, 2003 1 commit
    • hf@deer.(none)'s avatar
      Bug fixed · 192fcb9c
      hf@deer.(none) authored
      null_string wasn't known in libmysqld/lib_sql.cc, that caused compiler's error
      i put the declaration of the null_string in mysql_priv.h and renamed it
      to my_null_string to reduce the probability of name's intersections
      192fcb9c
  2. 18 Sep, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · e89e3ff7
      hf@deer.(none) authored
      embedded library
      some dirty places cleaned:
      
      uint removed from mysql.h as Miguel suggested
      empty_string renamed as my_empty_string to get rid of name's intersections
      using embedded library
      e89e3ff7
  3. 17 Sep, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM: · ddbca417
      hf@deer.(none) authored
      prepared statements in embedded library
      ddbca417
  4. 16 Sep, 2003 1 commit
  5. 13 Sep, 2003 1 commit
  6. 08 Sep, 2003 1 commit
  7. 03 Sep, 2003 1 commit
  8. 28 Aug, 2003 1 commit
  9. 23 Aug, 2003 1 commit
  10. 21 Aug, 2003 1 commit
  11. 20 Aug, 2003 1 commit
  12. 17 Aug, 2003 1 commit
  13. 16 Aug, 2003 1 commit
  14. 07 Aug, 2003 1 commit
  15. 23 Jul, 2003 1 commit
  16. 22 Jul, 2003 1 commit
  17. 08 Jul, 2003 2 commits
  18. 07 Jul, 2003 1 commit
  19. 06 Jul, 2003 2 commits
  20. 04 Jul, 2003 1 commit
  21. 03 Jul, 2003 1 commit
  22. 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
  23. 27 Jun, 2003 1 commit
  24. 23 Jun, 2003 1 commit
  25. 14 Jun, 2003 1 commit
  26. 12 Jun, 2003 1 commit
    • igor@rurik.mysql.com's avatar
      Many files: · f547f276
      igor@rurik.mysql.com authored
        New feature: preload indexes into key cache.
      mi_preload.c:
        new file
      Many files:
        Added preload statement.
      f547f276
  27. 10 Jun, 2003 1 commit
  28. 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
  29. 01 Jun, 2003 1 commit
  30. 30 May, 2003 1 commit
  31. 29 May, 2003 1 commit
  32. 27 May, 2003 1 commit
  33. 26 May, 2003 1 commit
  34. 21 May, 2003 2 commits
  35. 19 May, 2003 1 commit
  36. 16 May, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      buf0lru.c, buf0flu.c, buf0buf.c, buf0lru.h: · 5359d046
      heikki@hundin.mysql.fi authored
        Search first only 10 % of the LRU list for a replaceable block before doing an LRU flush; enable again flushing of close pages also in a flush list (checkpointing) flush
      trx0trx.c:
        Add forgotten return value (it was not used anywhere, fortunately)
      ha_innodb.h, mysql_priv.h:
        Move declaration of srv_buf_pool_max_modified_pct to ha_innodb.h and enclose it to denote it is a C variable, not C++
      5359d046