1. 15 Mar, 2002 1 commit
  2. 12 Mar, 2002 1 commit
    • unknown's avatar
      Added help for --local-infile · 06e26b19
      unknown authored
      Fix for bug on intel where (int32) 1 << 32 == 1, which gave problems when using 32 keys.
      Allow SET PASSWORD for anonymous user
      
      
      Docs/manual.texi:
        Changelog
      client/mysql.cc:
        Added help for --local-infile
      client/mysqlimport.c:
        Merge with 4.0.
        Patch for LOCAL INFILE handling
      configure.in:
        cleanup
      include/global.h:
        Fix for bug on intel where (int32) 1 << 32 == 1
      mysql-test/r/create.result:
        Test of CREATE TABLE with 32 keys
      mysql-test/t/create.test:
        Test of CREATE TABLE with 32 keys
      scripts/mysqlhotcopy.sh:
        Patch for databasenames with space.
      sql/ha_isam.cc:
        Fix for bug on intel where (int32) 1 << 32 == 1
      sql/ha_myisam.cc:
        Fix for bug on intel where (int32) 1 << 32 == 1
      sql/ha_myisammrg.cc:
        Fix for bug on intel where (int32) 1 << 32 == 1
      sql/mysqld.cc:
        Added help for --local-infile
      sql/sql_acl.cc:
        Allow SET PASSWORD of anonymous user
      sql/table.cc:
        Fix for bug on intel where (int32) 1 << 32 == 1
      06e26b19
  3. 06 Mar, 2002 2 commits
    • unknown's avatar
      Fix for --enable-local-infile · 57b2bd79
      unknown authored
      
      Docs/manual.texi:
        Changelog
      acinclude.m4:
        Cleanup --help output
      libmysql/libmysql.c:
        Fix for reading option groups in client
      57b2bd79
    • unknown's avatar
      Fixed bug in DATE_FORMAT when used with GROUP BY · 1f5341d3
      unknown authored
      
      Build-tools/Do-compile:
        Fixed typo
      Docs/manual.texi:
        Changelog
      mysql-test/r/type_date.result:
        Added test of bug in DATE_FORMAT
      mysql-test/t/type_date.test:
        Added test of bug in DATE_FORMAT
      scripts/mysqlhotcopy.sh:
        Fix for RAID files
      sql/table.cc:
        Fixed typo in last patch
      1f5341d3
  4. 05 Mar, 2002 3 commits
    • unknown's avatar
      Corrected fix for not freed memory when using corrupted tables · 748aac23
      unknown authored
      
      Docs/manual.texi:
        Changelog
      configure.in:
        Version change
      sql/sql_base.cc:
        Correct fix for not freed memory when using corrupted tables
      sql/table.cc:
        Correct fix for not freed memory when using corrupted tables
      748aac23
    • unknown's avatar
      Merge hundin:/my/mysql-3.23 into tik.mysql.fi:/home/my/mysql-3.23 · 6f38dfcc
      unknown authored
      
      configure.in:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      6f38dfcc
    • unknown's avatar
      Update scripts for new POSIX spec · fc5ef361
      unknown authored
      Fix for --enable-local-infile
      Portability fix for bison
      
      
      bdb/dist/s_recover:
        Update for new POSIX spec
      configure.in:
        Fix for --enable-local-infile
      libmysql/libmysql.c:
        Cleanup
      mysql-test/mysql-test-run.sh:
        Update for new POSIX spec
      scripts/safe_mysqld.sh:
        Update for new POSIX spec
      sql-bench/server-cfg.sh:
        Update for new POSIX spec
      sql/sql_yacc.yy:
        Portability fix for bison
      fc5ef361
  5. 23 Feb, 2002 5 commits
  6. 21 Feb, 2002 1 commit
    • unknown's avatar
      Changes for to control the tables and log clean up. · cc2b1be5
      unknown authored
      
      sql/mysqld.cc:
        Added Monty's code for to call the handler of named pipes
        at shutdown.
        Change the code to call the stop service after the clean up.
        Change the create/open the mysql.err files for to print the
        InnoDB start messages.
      sql/nt_servc.cc:
        Modify the WaitHint for to kill the service.
        This will be modify for to be defined through an user variable.
      cc2b1be5
  7. 20 Feb, 2002 3 commits
  8. 16 Feb, 2002 2 commits
    • unknown's avatar
      RPM clean-up · 1635af0e
      unknown authored
      1635af0e
    • unknown's avatar
      updated build scripts for new Linux build · d47d1890
      unknown authored
      
      Build-tools/Do-all-build-steps:
        pass parameters to Do-rpm
      Build-tools/Do-compile:
        with-other-libc option
      Build-tools/Do-rpm:
        make it "automagically" work on SuSE as well as RedHat
      strings/Makefile.am:
        added t_ctype.h to the distribution for now - permanent fix to come later
      support-files/mysql.spec.sh:
        changed build to use --with-other-libc
      d47d1890
  9. 15 Feb, 2002 5 commits
  10. 14 Feb, 2002 8 commits
    • unknown's avatar
      Enable LOAD DATA LOCAL by default · fc6473fb
      unknown authored
      fc6473fb
    • unknown's avatar
      9d5d3834
    • unknown's avatar
      96acf01e
    • unknown's avatar
      row0mysql.c: · d0634d18
      unknown authored
        Add a warning to drop database wait if there are still open handles on a table
      
      
      innobase/row/row0mysql.c:
        Add a warning to drop database wait if there are still open handles on a table
      d0634d18
    • unknown's avatar
      dict0dict.h, dict0dict.c, row0mysql.c, ha_innobase.cc: · 6158bea1
      unknown authored
        Add some more safety if MySQL tries to drop a table on which there are open handles
      
      
      sql/ha_innobase.cc:
        Add some more safety if MySQL tries to drop a table on which there are open handles
      innobase/row/row0mysql.c:
        Add some more safety if MySQL tries to drop a table on which there are open handles
      innobase/dict/dict0dict.c:
        Add some more safety if MySQL tries to drop a table on which there are open handles
      innobase/include/dict0dict.h:
        Add some more safety if MySQL tries to drop a table on which there are open handles
      6158bea1
    • unknown's avatar
      row0mysql.c, sql_db.cc: · af96cbe1
      unknown authored
        Try to make sure DROP DATABASE does not cause a deadlock because we now let InnoDB wait MySQL does not have open handles to tables we drop
      
      
      sql/sql_db.cc:
        Try to make sure DROP DATABASE does not cause a deadlock because we now let InnoDB wait MySQL does not have open handles to tables we drop
      innobase/row/row0mysql.c:
        Try to make sure DROP DATABASE does not cause a deadlock because we now let InnoDB wait MySQL does not have open handles to tables we drop
      af96cbe1
    • unknown's avatar
      changed bool -> my_bool · 5f52ab10
      unknown authored
      5f52ab10
    • unknown's avatar
      312a4cfd
  11. 13 Feb, 2002 7 commits
  12. 12 Feb, 2002 1 commit
    • unknown's avatar
      mysqldump.c: · 619e3736
      unknown authored
        Changed C++ style comments to ANSI C style.
      
      
      client/mysqldump.c:
        Changed C++ style comments to ANSI C style.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      619e3736
  13. 11 Feb, 2002 1 commit