An error occurred fetching the project authors.
  1. 28 Jul, 2003 1 commit
    • unknown's avatar
      logging_ok: · 73d128ec
      unknown authored
        Logging to logging@openlogging.org accepted
      README.1st:
        new file - Readme for Windows distribution
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      73d128ec
  2. 23 Jul, 2003 1 commit
  3. 01 Jul, 2003 1 commit
    • unknown's avatar
      First version of new authentification procedure: now authentification is... · 2b0a481c
      unknown 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.
      
      
      BitKeeper/etc/ignore:
        Added start_mysqld.sh mysys/main.cc to the ignore list
      client/mysqladmin.c:
        fixed with new password api
      include/mysql.h:
        So as scramble_323 accepts only null-terminated message, two scramble buffs are necessary.
        gotta be fixed
      include/mysql_com.h:
        new constants and password.c api changes
      libmysql/libmysql.c:
        mysql_change_user rewritten to work with new password api
      scripts/mysql_create_system_tables.sh:
        fixed 'Password' column length to 41
      scripts/mysql_fix_privilege_tables.sql:
        fixed 'Password' column length to 41
      sql-common/client.c:
        mysql_real_connect rewritten to support new handshake procedure
      sql/item_strfunc.cc:
        Item_func_password and Item_func_old_password rewritten with new password api
      sql/item_strfunc.h:
        bit commented, numbers replaced with #defined constants
      sql/mysql_priv.h:
        removed unnecessary declaration as now all constants defined is in mysql_com.h
      sql/mysqld.cc:
        scramble initialization moved to sql_parce.cc:check_connection
      sql/password.c:
        All 4.1 functions were rolled back to 4.0 with attempt to save all possible 4.0-4.1 changes.
        Names for 4.0 functions were suffixed with '_323'
        Functions for new handshake were added.
      sql/slave.cc:
        Fixed to new constant; Bug #766 remains to be fixed
      sql/slave.h:
        fixed to new constant; Buf #766 remains to be fixed
      sql/sql_acl.cc:
        rewritten to support new passwords (41 byte-long) and password api
      sql/sql_acl.h:
        ditto
      sql/sql_class.cc:
        initialization for new members added
      sql/sql_class.h:
        same thing as in struct mysql - scramble is used for new family of functions, scramble_323 - for old
      sql/sql_parse.cc:
        check_connections was renamed to check_connection as this name reflects better what this function does
        authorization part of check_connection was rewritten
        check_user was rewritten with new password and acl api
        new function 'authenticate', which optionally re-request scramble from client was added
        fixed some typos
        COM_CHANGE_USER piece of dipsatch_command() was rewritten
      sql/sql_repl.h:
        HASH_PASSWORD_LENGTH replaced with SCRAMBLED_PASSWORD_CHAR_LENGTH
        bug #766 remains
      sql/sql_yacc.yy:
        Two-argument form of PASSWORD() was removed
        PASSWORD() function was fixed with new password api.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      2b0a481c
  4. 19 Jun, 2003 1 commit
  5. 18 Jun, 2003 1 commit
    • unknown's avatar
      triggers magic · c1aea8e8
      unknown authored
      enforce REAL_EMAIL
      
      
      BitKeeper/deleted/.del-post-incoming~9f2168f531f09f3b:
        Delete: BitKeeper/triggers/post-incoming
      BitKeeper/deleted/.del-post-outgoing~1dd3d8f0f6e8f3cd:
        Delete: BitKeeper/triggers/post-outgoing
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      c1aea8e8
  6. 11 Jun, 2003 1 commit
    • unknown's avatar
      ft_update.c: · 297698d2
      unknown authored
        Fix parse error per serg instructions.
      
      
      myisam/ft_update.c:
        Fix parse error per serg instructions.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      297698d2
  7. 09 Jun, 2003 1 commit
  8. 04 Jun, 2003 1 commit
    • unknown's avatar
      SCRUM · a8be856b
      unknown authored
      simultaneously usable libraries
      
      unification of client structures
      
      
      include/mysql.h:
        Unification of MYSQL structure for client library and embedded library
      include/mysql_com.h:
        unification NET structure for client and embedded library
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a8be856b
  9. 27 May, 2003 1 commit
    • unknown's avatar
      fixed small merge bug · 48aa0d10
      unknown authored
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      48aa0d10
  10. 23 May, 2003 1 commit
    • unknown's avatar
      Translation English -> Protuguese · 4d39459a
      unknown authored
      sql/share/portuguese/errmsg.txt:
        Translation English -> Portuguese
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      4d39459a
  11. 21 May, 2003 1 commit
  12. 16 May, 2003 1 commit
    • unknown's avatar
      my_global.h: · a7e093a4
      unknown authored
        - QNX 6.2.1 actually defines HAVE_RINT
        - fixed rint(A) #define as it was causing compile errors on QNX
      
      
      include/my_global.h:
        - QNX 6.2.1 actually defines HAVE_RINT
        - fixed rint(A) #define as it was causing compile errors on QNX
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a7e093a4
  13. 13 May, 2003 1 commit
    • unknown's avatar
      logging_ok: · 5b7cb71e
      unknown authored
        Logging to logging@openlogging.org accepted
      mf_keycache.c:
        Fixed a deadlock when reading from an index file fails.
      
      
      mysys/mf_keycache.c:
        Fixed a deadlock when reading from an index file fails.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      5b7cb71e
  14. 30 Apr, 2003 1 commit
  15. 28 Apr, 2003 2 commits
  16. 26 Apr, 2003 1 commit
  17. 23 Apr, 2003 2 commits
    • unknown's avatar
      config-win.h: · 4de46c44
      unknown authored
        Enable 'LOAD LOCAL INFILE', for parity with unix binaries.
      
      
      include/config-win.h:
        Enable 'LOAD LOCAL INFILE', for parity with unix binaries.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      4de46c44
    • unknown's avatar
      Modify PeterG's internals documentation per Monty. Added · bd8bb28f
      unknown authored
      more detailed explanation of record header and column 
      storage.
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      bd8bb28f
  18. 04 Apr, 2003 1 commit
    • unknown's avatar
      fux bug #183 · 060a2ce3
      unknown authored
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      060a2ce3
  19. 25 Mar, 2003 1 commit
  20. 19 Mar, 2003 1 commit
    • unknown's avatar
      Do not silently do RESET MASTER when one does 'mysqldump --master-data' ; · 1a051235
      unknown authored
      only do it if the user specifies --delete-master-logs (new option).
      Safer + fixes bug #159.
      
      
      client/client_priv.h:
        New option --delete-master-logs for mysqldump
      client/mysqldump.c:
        New option --delete-master-logs for mysqldump
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      1a051235
  21. 17 Mar, 2003 1 commit
    • unknown's avatar
      This is full commit of group_concat with support subselects · 6a1294bb
      unknown authored
      include/mysqld_error.h:
        add warning
      sql/field.h:
        add friend class
      sql/item_sum.cc:
        add function
      sql/item_sum.h:
        add class
      sql/lex.h:
        add lex
      sql/mysql_priv.h:
        change push_warning
      sql/mysqld.cc:
        add new option
      sql/set_var.cc:
        add new system variable
      sql/share/english/errmsg.txt:
        add new message text
      sql/sql_class.h:
        change MY_ERROR class
      sql/sql_error.cc:
        change push_warning
      sql/sql_lex.h:
        add qorder_list for function
      sql/sql_yacc.yy:
        add structure of group_concat
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      6a1294bb
  22. 16 Mar, 2003 2 commits
  23. 13 Mar, 2003 1 commit
  24. 11 Mar, 2003 1 commit
    • unknown's avatar
      Openssl test · 91e84de1
      unknown authored
      client/mysqltest.c:
        For openssl test
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      91e84de1
  25. 10 Mar, 2003 1 commit
  26. 02 Mar, 2003 1 commit
  27. 01 Mar, 2003 2 commits
    • unknown's avatar
      When the SQL thread cannot read an event from the relay log · a1699e89
      unknown authored
      ("Event too big" etc), stop this thread instead of going on
      with the next event, which would certainly lead to slave's data
      corruption.
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a1699e89
    • unknown's avatar
      Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to... · abe6013f
      unknown authored
      Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to the 'mysql' command-line client.
      Disabling can be safer when the server silently dies & restarts.
      This is for SCRUM task #727.
      
      
      client/client_priv.h:
        Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to the 'mysql' command-line client
      client/mysql.cc:
        Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to the 'mysql' command-line client.
        Disabling can be safer when the server silently dies & restarts.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      abe6013f
  28. 23 Feb, 2003 1 commit
    • unknown's avatar
      opt_sum.cc: · 322f7d37
      unknown authored
        Correction for min/max optimization of queries with outer joins
      
      
      sql/opt_sum.cc:
        Correction for min/max optimization of queries with outer joins
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      322f7d37
  29. 21 Feb, 2003 1 commit
    • unknown's avatar
      Test's result update because std_data/words.dat has been lengthened by 500 bytes. · 02daa107
      unknown authored
      Increased some tests' robustness a bit :
      - Added RESET MASTER to all tests who do SHOW BINLOG EVENTS, to make them independent from previous tests.
      - Added save_master_pos to these tests to wait for the slave to start before purging its binary logs.
      
      
      mysql-test/r/rpl_log.result:
        Updated SHOW BINLOG EVENTS's positions as Monty lengthened std_data/words.dat by 500 bytes.
      mysql-test/r/rpl_temporary.result:
        Added RESET MASTER to make positions shown by SHOW BINLOG EVENTS independent of any previous test.
      mysql-test/r/rpl_user_variables.result:
        Added RESET MASTER to make positions shown by SHOW BINLOG EVENTS independent of any previous test.
      mysql-test/t/rpl_log.test:
        Added save_master_pos to wait for the slave to have started before purging its binary logs.
        Otherwise, we could purge before the slave finishes starting, and then the slave could log events implicitly provoked by previous tests.
      mysql-test/t/rpl_temporary.test:
        Added RESET MASTER to make positions shown by SHOW BINLOG EVENTS independent of any previous test.
      mysql-test/t/rpl_user_variables.test:
        Added RESET MASTER to make positions shown by SHOW BINLOG EVENTS independent of any previous test.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      02daa107
  30. 18 Feb, 2003 1 commit
  31. 31 Jan, 2003 1 commit
    • unknown's avatar
      Many files: · 8cfe603d
      unknown authored
        new file
      Makefile.am:
        Changes from Novell diff
      
      
      netware/Makefile.am:
        Changes from Novell diff
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      8cfe603d
  32. 30 Jan, 2003 1 commit
    • unknown's avatar
      'Replicate user variables' task · 82bf7e97
      unknown authored
      include/my_sys.h:
        Addet reset_dinamic
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      82bf7e97
  33. 29 Jan, 2003 1 commit
    • unknown's avatar
      fixed functions to be able work with group function as argument · 5bea397f
      unknown authored
      made bisone 1.75 compatible code
      
      
      mysql-test/r/group_by.result:
        test of function with agregate function inside
      mysql-test/t/group_by.test:
        test of function with agregate function inside
      sql/item_cmpfunc.cc:
        fixed functions to be able work with group function as argument
      sql/item_cmpfunc.h:
        fixed functions to be able work with group function as argument
      sql/item_func.cc:
        fixed functions to be able work with group function as argument
      sql/item_func.h:
        fixed functions to be able work with group function as argument
      sql/item_strfunc.cc:
        fixed functions to be able work with group function as argument
      sql/item_strfunc.h:
        fixed functions to be able work with group function as argument
      sql/sql_yacc.yy:
        made bisone 1.75 compatible code
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      5bea397f
  34. 28 Jan, 2003 2 commits
    • unknown's avatar
      my_pthread.h: · e253799f
      unknown authored
        Missing merge in changeset 1.1435
      
      
      include/my_pthread.h:
        Missing merge in changeset 1.1435
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      e253799f
    • unknown's avatar
      Introduced a scalable key cache management. · bfbacddb
      unknown authored
      Added some fields to the st_my_thread_var structure to be
        able to link such structures into a list.
      
      
      include/my_pthread.h:
        Added some fields to the st_my_thread_var structure to be
        able to link such structures into a list.
      mysys/mf_keycache.c:
        Introduced a scalable key cache management.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      bfbacddb
  35. 17 Jan, 2003 1 commit
    • unknown's avatar
      Replication: Optimize away string.append · 81dde9be
      unknown authored
      Fixed problem with replication LOAD DATA INFILE when using  --old-rpl-compat
      Fixed rpl_temporary test
      
      
      mysql-test/r/rpl_temporary.result:
        Fixed rpl_temporary test
      mysql-test/t/rpl_temporary.test:
        Fixed rpl_temporary test
      sql/log_event.cc:
        Replication: Optimize away string.append
        Fixed problem with replication LOAD DATA INFILE when using  --old-rpl-compat
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      81dde9be