1. 25 Mar, 2002 6 commits
  2. 22 Mar, 2002 3 commits
  3. 21 Mar, 2002 5 commits
    • unknown's avatar
      Fix for load data infile when no active database · a333c33f
      unknown authored
      Fix for Solaris and gethostbyname_r
      
      
      Docs/manual.texi:
        Changelog
      client/mysql.cc:
        Cleanup
      configure.in:
        Fix for Solaris and gethostbyname_r
      sql/log_event.h:
        Fix for load data infile when no active database
      sql/sql_load.cc:
        Fix for load data infile when no active database
      a333c33f
    • unknown's avatar
      Quote names to SHOW CREATE for mysqldump · c0a5e470
      unknown authored
      Fix thread-related bug when doing DROP TABLE
      Fix bug in RENAME TABLE on windows
      
      
      Docs/manual.texi:
        Changelog
      client/mysqldump.c:
        Quote names to SHOW CREATE
      mysql-test/t/range.test:
        Test case for range bug
      sql/lock.cc:
        Fix thread-related bug when doing DROP TABLE
      sql/sql_base.cc:
        Fix thread-related bug when doing DROP TABLE
      sql/sql_rename.cc:
        Fix bug in RENAME TABLE on windows
      c0a5e470
    • unknown's avatar
      sync0rw.ic, ut0byte.ic: · 07e15416
      unknown authored
        Forgot to merge these to 3.23.50
      
      
      innobase/include/sync0rw.ic:
        Forgot to merge these to 3.23.50
      innobase/include/ut0byte.ic:
        Forgot to merge these to 3.23.50
      07e15416
    • unknown's avatar
      sql_show.cc, handler.h, handler.cc: · b83d55d9
      unknown authored
        Add foreign key defs to SHOW CREATE TABLE
      
      
      sql/handler.cc:
        Add foreign key defs to SHOW CREATE TABLE
      sql/handler.h:
        Add foreign key defs to SHOW CREATE TABLE
      sql/sql_show.cc:
        Add foreign key defs to SHOW CREATE TABLE
      b83d55d9
    • unknown's avatar
      Many files: · d3c0752b
      unknown authored
        Merge InnoDB-3.23.50
      
      
      innobase/btr/btr0btr.c:
        Merge InnoDB-3.23.50
      innobase/btr/btr0cur.c:
        Merge InnoDB-3.23.50
      innobase/btr/btr0sea.c:
        Merge InnoDB-3.23.50
      innobase/buf/buf0buf.c:
        Merge InnoDB-3.23.50
      innobase/buf/buf0flu.c:
        Merge InnoDB-3.23.50
      innobase/dict/dict0dict.c:
        Merge InnoDB-3.23.50
      innobase/dict/dict0load.c:
        Merge InnoDB-3.23.50
      innobase/fil/fil0fil.c:
        Merge InnoDB-3.23.50
      innobase/fsp/fsp0fsp.c:
        Merge InnoDB-3.23.50
      innobase/include/buf0flu.h:
        Merge InnoDB-3.23.50
      innobase/include/dict0dict.h:
        Merge InnoDB-3.23.50
      innobase/include/fil0fil.h:
        Merge InnoDB-3.23.50
      innobase/include/fsp0fsp.h:
        Merge InnoDB-3.23.50
      innobase/include/log0log.h:
        Merge InnoDB-3.23.50
      innobase/include/log0recv.h:
        Merge InnoDB-3.23.50
      innobase/include/mem0mem.h:
        Merge InnoDB-3.23.50
      innobase/include/os0file.h:
        Merge InnoDB-3.23.50
      innobase/include/row0mysql.h:
        Merge InnoDB-3.23.50
      innobase/include/srv0srv.h:
        Merge InnoDB-3.23.50
      innobase/include/srv0start.h:
        Merge InnoDB-3.23.50
      innobase/include/trx0sys.h:
        Merge InnoDB-3.23.50
      innobase/include/ut0byte.h:
        Merge InnoDB-3.23.50
      innobase/include/ut0rnd.h:
        Merge InnoDB-3.23.50
      innobase/include/ut0ut.h:
        Merge InnoDB-3.23.50
      innobase/log/log0log.c:
        Merge InnoDB-3.23.50
      innobase/log/log0recv.c:
        Merge InnoDB-3.23.50
      innobase/mem/mem0mem.c:
        Merge InnoDB-3.23.50
      innobase/os/os0file.c:
        Merge InnoDB-3.23.50
      innobase/rem/rem0cmp.c:
        Merge InnoDB-3.23.50
      innobase/row/row0ins.c:
        Merge InnoDB-3.23.50
      innobase/row/row0mysql.c:
        Merge InnoDB-3.23.50
      innobase/row/row0sel.c:
        Merge InnoDB-3.23.50
      innobase/row/row0upd.c:
        Merge InnoDB-3.23.50
      innobase/srv/srv0srv.c:
        Merge InnoDB-3.23.50
      innobase/srv/srv0start.c:
        Merge InnoDB-3.23.50
      innobase/trx/trx0sys.c:
        Merge InnoDB-3.23.50
      innobase/ut/ut0mem.c:
        Merge InnoDB-3.23.50
      innobase/ut/ut0ut.c:
        Merge InnoDB-3.23.50
      sql/ha_innobase.cc:
        Merge InnoDB-3.23.50
      sql/ha_innobase.h:
        Merge InnoDB-3.23.50
      d3c0752b
  4. 19 Mar, 2002 1 commit
  5. 15 Mar, 2002 2 commits
  6. 12 Mar, 2002 1 commit
    • unknown's avatar
      Added help for --local-infile · 4c221321
      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
      4c221321
  7. 06 Mar, 2002 2 commits
    • unknown's avatar
      Fix for --enable-local-infile · c13baf70
      unknown authored
      
      Docs/manual.texi:
        Changelog
      acinclude.m4:
        Cleanup --help output
      libmysql/libmysql.c:
        Fix for reading option groups in client
      c13baf70
    • unknown's avatar
      Fixed bug in DATE_FORMAT when used with GROUP BY · d6998363
      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
      d6998363
  8. 05 Mar, 2002 3 commits
    • unknown's avatar
      Corrected fix for not freed memory when using corrupted tables · 39cdb786
      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
      39cdb786
    • unknown's avatar
      Merge hundin:/my/mysql-3.23 into tik.mysql.fi:/home/my/mysql-3.23 · bceab09f
      unknown authored
      
      configure.in:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      bceab09f
    • unknown's avatar
      Update scripts for new POSIX spec · 326d80ea
      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
      326d80ea
  9. 23 Feb, 2002 5 commits
  10. 21 Feb, 2002 1 commit
    • unknown's avatar
      Changes for to control the tables and log clean up. · 8f61f547
      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.
      8f61f547
  11. 20 Feb, 2002 3 commits
  12. 16 Feb, 2002 2 commits
    • unknown's avatar
      RPM clean-up · acc05440
      unknown authored
      acc05440
    • unknown's avatar
      updated build scripts for new Linux build · 4e806126
      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
      4e806126
  13. 15 Feb, 2002 5 commits
  14. 14 Feb, 2002 1 commit