1. 19 Oct, 2002 1 commit
  2. 13 Oct, 2002 2 commits
  3. 11 Oct, 2002 2 commits
    • unknown's avatar
      fixed subselect * bug · 102cec14
      unknown authored
      
      mysql-test/r/subselect.result:
        test of subselect * bug
      mysql-test/t/subselect.test:
        test of subselect * bug
      102cec14
    • unknown's avatar
      fixed bug in subselect value storing · 261c22a8
      unknown authored
      
      mysql-test/r/subselect.result:
        test for bug in subselect value storing
      mysql-test/t/subselect.test:
        test for bug in subselect value storing
      261c22a8
  4. 10 Oct, 2002 6 commits
  5. 09 Oct, 2002 5 commits
  6. 08 Oct, 2002 8 commits
  7. 07 Oct, 2002 7 commits
  8. 06 Oct, 2002 3 commits
    • unknown's avatar
      after merging fix · 72a3c80d
      unknown authored
      72a3c80d
    • unknown's avatar
      Merge mysql.com:/home/pz/mysql/mysql-4.1-root · fb3a8883
      unknown authored
      into mysql.com:/home/pz/mysql/mysql-4.1
      
      
      include/mysql_com.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      fb3a8883
    • unknown's avatar
      One more commit to do the merge of new 4.1 tree · 8640cd35
      unknown authored
      
      client/mysqladmin.c:
        Handle new password.c prototypes
      include/mysql_com.h:
        New prototypes
      libmysql/Makefile.shared:
        Client need sha1 compiled in now
      libmysql/password.c:
        Replace copy with symlink
      mysql-test/r/func_crypt.result:
        Fix test results to handle new password function
      mysql-test/t/func_crypt.test:
        New tests for new password function
      sql/item_create.cc:
        add old_password() function
      sql/item_create.h:
        add old_password() function
      sql/item_strfunc.cc:
        add old_password() function
        changes to new password.c functions prototypes
      sql/item_strfunc.h:
        add old_password function
        handle new prototypes
      sql/lex.h:
        add OLD_PASSWORD function
      sql/password.c:
        Continue to work on new password handling
      sql/sql_acl.cc:
        Handle new passwords
      sql/sql_yacc.yy:
        Changes for new prototypes
      8640cd35
  9. 04 Oct, 2002 3 commits
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · d319dea8
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-explain_union-4.1
      
      
      d319dea8
    • unknown's avatar
      a bit speeding-up of key_cmp() function · 9e5a4be4
      unknown authored
      9e5a4be4
    • unknown's avatar
      merging · 05c5908a
      unknown authored
      
      include/mysql_com.h:
        Auto merged
      mysql-test/r/create.result:
        Auto merged
      mysql-test/r/distinct.result:
        Auto merged
      mysql-test/r/group_by.result:
        Auto merged
      mysql-test/r/innodb.result:
        Auto merged
      mysql-test/r/key_primary.result:
        Auto merged
      mysql-test/r/merge.result:
        Auto merged
      mysql-test/r/odbc.result:
        Auto merged
      mysql-test/r/order_by.result:
        Auto merged
      mysql-test/r/union.result:
        Auto merged
      mysql-test/r/user_var.result:
        Auto merged
      mysql-test/r/varbinary.result:
        Auto merged
      mysql-test/t/union.test:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_derived.cc:
        Auto merged
      sql/sql_select.h:
        Auto merged
      sql/sql_update.cc:
        Auto merged
      sql/table.h:
        Auto merged
      05c5908a
  10. 03 Oct, 2002 3 commits
    • unknown's avatar
      Merge mysql.com:/home/pz/mysql/mysql-4.1-root · 748191fd
      unknown authored
      into mysql.com:/home/pz/mysql/mysql-4.1
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/item_strfunc.cc:
        Auto merged
      sql/item_strfunc.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      748191fd
    • unknown's avatar
      One more commit required to merge second pack of Monty's patches · a370f866
      unknown authored
      
      sql/item_strfunc.cc:
        Remove some debug
      sql/mysql_priv.h:
        New password has larger length
      sql/mysqld.cc:
        New option name to be consistent
      sql/password.c:
        Clean up hash generation
      a370f866
    • unknown's avatar
      Fixed bug that causes select test to fail · e607221a
      unknown authored
      Now MySQL 4.1 is up to date with all patches from 4.0.4 and passes the test suite.
      
      
      mysql-test/r/rpl_log_pos.result:
        Fix results
      sql/sql_select.cc:
        Fixed bug that causes select test to fail
      e607221a