1. 22 Nov, 2001 1 commit
  2. 21 Nov, 2001 5 commits
    • unknown's avatar
      (UPDATE|DELETE) ...WHERE MATCH bugfix · dfbeb935
      unknown authored
      dfbeb935
    • unknown's avatar
      removed ftfuncs argument for mysql_select · 680d0219
      unknown authored
      it uses now thd->lex.ftfunc_list
      moved ft-initialization to a separate function
      re-disabled implicit ft initialization
      
      
      sql/item_func.cc:
        re-disabled implicit initialization that was re-enabled (by me)
        for reasons unknown (at least the code passed all the tests)
      sql/mysql_priv.h:
        removed ftfuncs argument for mysql_select
        it uses now thd->lex.ftfunc_list
        moved ft-initialization to a separate function
      sql/sql_base.cc:
        removed ftfuncs argument for mysql_select
        it uses now thd->lex.ftfunc_list
        moved ft-initialization to a separate function
      sql/sql_parse.cc:
        removed ftfuncs argument for mysql_select
        it uses now thd->lex.ftfunc_list
        moved ft-initialization to a separate function
      sql/sql_select.cc:
        removed ftfuncs argument for mysql_select
        it uses now thd->lex.ftfunc_list
        moved ft-initialization to a separate function
      680d0219
    • unknown's avatar
      Merge · 2283f2d8
      unknown authored
      
      sql/mysqld.cc:
        Auto merged
      Docs/manual.texi:
        SCCS merged
      2283f2d8
    • unknown's avatar
      Generate core file on Solaris. · 0afe57ba
      unknown authored
      
      Docs/manual.texi:
        ChangeLog
      sql/mysqld.cc:
        Cleanup
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      0afe57ba
    • unknown's avatar
      typo fixed · e6309ed9
      unknown authored
      e6309ed9
  3. 19 Nov, 2001 1 commit
    • unknown's avatar
      srv0srv.c: · 689a55b1
      unknown authored
        Fix a seg fault if a lock wait timeout is exceeded at the some time someone grants the lock
      
      
      innobase/srv/srv0srv.c:
        Fix a seg fault if a lock wait timeout is exceeded at the some time someone grants the lock
      689a55b1
  4. 18 Nov, 2001 1 commit
  5. 17 Nov, 2001 3 commits
    • unknown's avatar
      Removing registry service parameter code · 7803c443
      unknown authored
      7803c443
    • unknown's avatar
      dict0dict.h, dict0dict.c: · 0d62f810
      unknown authored
        Fix wrong (though equivalent) type decl
      
      
      innobase/dict/dict0dict.c:
        Fix wrong (though equivalent) type decl
      innobase/include/dict0dict.h:
        Fix wrong (though equivalent) type decl
      0d62f810
    • unknown's avatar
      btr0cur.c, btr0btr.c, dict0dict.h, dict0dict.c: · 77c3dd15
      unknown authored
        Fix a bug in insert buffer B-tree upper levels; probably caused the crash by B.Fitzpatrick
      buf0flu.c:
        Fix a bug in previous change
        A small optimization for LRU flushes to avoid losing hot pages from the buffer pool
      
      
      innobase/buf/buf0flu.c:
        Fix a bug in previous change
      innobase/dict/dict0dict.c:
        Fix a bug in insert buffer B-tree upper levels; probably caused the crash by B.Fitzpatrick
      innobase/include/dict0dict.h:
        Fix a bug in insert buffer B-tree upper levels; probably caused the crash by B.Fitzpatrick
      innobase/btr/btr0btr.c:
        Fix a bug in insert buffer B-tree upper levels; probably caused the crash by B.Fitzpatrick
      innobase/btr/btr0cur.c:
        Fix a bug in insert buffer B-tree upper levels; probably caused the crash by B.Fitzpatrick
      77c3dd15
  6. 14 Nov, 2001 1 commit
    • unknown's avatar
      buf0flu.c: · fb9d56cd
      unknown authored
        Fix a bug which could cause InnoDB to complain it cannot find free blocks from the buffer cache during recovery
      
      
      innobase/buf/buf0flu.c:
        Fix a bug which could cause InnoDB to complain it cannot find free blocks from the buffer cache during recovery
      fb9d56cd
  7. 07 Nov, 2001 2 commits
  8. 06 Nov, 2001 4 commits
    • unknown's avatar
      ha_innobase.cc: · 1119e844
      unknown authored
        Fix a typo
      
      
      sql/ha_innobase.cc:
        Fix a typo
      1119e844
    • unknown's avatar
      ha_innobase.cc: · efc69ba2
      unknown authored
        Make database and table names always lower case on Windows
      
      
      sql/ha_innobase.cc:
        Make database and table names always lower case on Windows
      efc69ba2
    • unknown's avatar
      3c0487c4
    • unknown's avatar
      Added missing mysqlbinlog to binary distributions. · f271c814
      unknown authored
      Applied patch to mysqlhotcopy
      
      
      myisam/mi_open.c:
        Fixed some purify warnings
      mysql-test/mysql-test-run.sh:
        Added --core as default to test suite
      scripts/make_binary_distribution.sh:
        Added missing mysqlbinlog
      scripts/mysqlhotcopy.sh:
        Applied patch with --record-log option
      sql/item_timefunc.cc:
        Fixed problem with SEC_TO_TIME() for long signed integers.
      f271c814
  9. 05 Nov, 2001 1 commit
  10. 03 Nov, 2001 2 commits
    • unknown's avatar
      Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when... · 0176dacd
      unknown authored
      Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when date_column is declared as NOT NULL.
      
      
      BUILD/SETUP.sh:
        Use -O1 to avoid problem with INLINE functions
      Docs/manual.texi:
        Changelog
      mysql-test/r/join.result:
        Test for bugfix
      mysql-test/t/join.test:
        Test for bugfix
      sql/sql_select.cc:
        Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when date_column was declared as NOT NULL.
      BitKeeper/etc/ignore:
        Added bdb/include/db_ext.h bdb/include/mutex_ext.h to the ignore list
      0176dacd
    • unknown's avatar
      Fix that mysqladmin shutdown can be interrupted with ^C · b2cec26d
      unknown authored
      Fixed bug with BLOB keys in BDB tables
      Fixed problem with MERGE tables on OS with 32 bit files
      Fixed that TIME_TO_SEC() works with negative times
      
      
      Docs/manual.texi:
        Changelog
      client/mysqladmin.c:
        Fix that mysqladmin shutdown can be interrupted with ^C
      include/mysqld_error.h:
        Fixed typo
      mysql-test/r/func_time.result:
        Added test case for negative times
      mysql-test/t/func_time.test:
        Added test case for negative times
      mysql-test/t/rpl000015-slave.sh:
        Removed warnings
      mysql-test/t/rpl000016-slave.sh:
        Removed warnings
      sql/field.cc:
        Fixed bug with BLOB keys in BDB tables
      sql/field.h:
        Fixed bug with BLOB keys in BDB tables
      sql/ha_berkeley.cc:
        Fixed bug with BLOB keys in BDB tables
      sql/ha_myisammrg.cc:
        Fixed problem with MERGE tables on OS with 32 bit files
      sql/item_timefunc.cc:
        Fixed that TIME_TO_SEC() works with negative times.
      sql/share/swedish/errmsg.txt:
        Merge with 4.0
      sql/sql_acl.cc:
        Fixed typo
      b2cec26d
  11. 02 Nov, 2001 1 commit
    • unknown's avatar
      Portability fixes. · b9e1b930
      unknown authored
      
      BitKeeper/deleted/.del-configure.in~c6fc04d4e3d6e291:
        Delete: libmysql/configure.in
      BitKeeper/deleted/.del-db_ext.h~a1e210bbd0de0a48:
        Delete: bdb/include/db_ext.h
      BitKeeper/deleted/.del-mutex_ext.h~f20f47ddc346598b:
        Delete: bdb/include/mutex_ext.h
      Build-tools/Do-all-build-steps:
        Portability fix (-j 2 doesn't always work)
      configure.in:
        Added extra compiler options for libmysqld (required for HPUX)
      libmysql/Makefile.am:
        Added extra compiler options for libmysqld (required for HPUX)
      libmysql_r/Makefile.am:
        Added extra compiler options for libmysqld (required for HPUX)
      sql/log_event.cc:
        Removed warning
      b9e1b930
  12. 31 Oct, 2001 5 commits
    • unknown's avatar
      Changed time -> query_time in slow query log. · 78b58fca
      unknown authored
      Fixed Rows_examined in slow query log.
      
      
      Docs/manual.texi:
        Changlog
      sql/log.cc:
        Changed time -> query_time in slow query log.
      sql/sql_select.cc:
        Fixed Rows_examined count in slow query log.
      78b58fca
    • unknown's avatar
      Portability fixes · 679e3810
      unknown authored
      679e3810
    • unknown's avatar
      Portability fixes · 03f6fdd5
      unknown authored
      Fix for consistent 0000-00-00 date handling
      Close + open binary logs on flush tables
      Fix for AVG() in HAVING.
      
      
      BUILD/SETUP.sh:
        Compile MySQL with -O0 to make debugging easier.
      Docs/manual.texi:
        Changelog
      configure.in:
        Version change
      innobase/buf/buf0lru.c:
        Fix for windows
      mysql-test/r/func_time.result:
        Updated tests
      mysql-test/r/having.result:
        Updated tests
      mysql-test/t/func_time.test:
        Updated tests
      mysql-test/t/having.test:
        Updated tests
      mysys/mf_casecnv.c:
        Portability fix
      mysys/mf_qsort.c:
        Portability fix
      mysys/my_compress.c:
        Portability fix
      mysys/my_tempnam.c:
        More comments
      sql/field.cc:
        Fix for consistent 0000-00-00 date handling
      sql/item.h:
        Fix for AVG() in HAVING
      sql/log.cc:
        Close + open update logs on flush tables
      sql/sql_select.cc:
        More debugging info
      sql/time.cc:
        Fix for consistent 0000-00-00 date handling
      strings/ctype.c:
        Portability fix
      strings/strto.c:
        Portability fix
      03f6fdd5
    • unknown's avatar
      row0mysql.c Fix an assertion when an empty database is dropped · 3f7cf671
      unknown authored
      
      innobase/row/row0mysql.c:
        Fix an assertion when an empty database is dropped
      3f7cf671
    • unknown's avatar
      Update for OS2 (patch from Yuri Dario). · 4765ab61
      unknown authored
      Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts
      Fixed error messages.
      Fixed problem with const propagation when comparing columns of different types
      
      
      BitKeeper/deleted/.del-.cvsignore~a91d63182f0b2366:
        Delete: sql/share/norwegian/.cvsignore
      BitKeeper/deleted/.del-.cvsignore~469064b5190d703d:
        Delete: sql/share/norwegian-ny/.cvsignore
      Docs/manual.texi:
        Changelog
      client/client_priv.h:
        Update for OS2
      client/mysqldump.c:
        Update for OS2
      include/mysqld_error.h:
        Updated error texts
      isam/create.c:
        Removed warning
      myisam/myisamchk.c:
        Fix for OS2
      myisam/myisampack.c:
        Fix for OS2
      mysys/mf_cache.c:
        Fix for OS2
      mysys/mf_tempfile.c:
        Fix for OS2
      mysys/my_os2file64.c:
        Fix for OS2
      mysys/my_tempnam.c:
        Fix for OS2
      os2/ChangeLog.os2:
        Fix for OS2
      os2/MySQL-Client.icc:
        Fix for OS2
      os2/MySQL-Opt.icc:
        Fix for OS2
      os2/MySQL-Source.icc:
        Fix for OS2
      os2/MySQL-Sql.icc:
        Fix for OS2
      os2/MySQL-Util.icc:
        Fix for OS2
      sql/mysqld.cc:
        Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts. This avoids some problems when users spefices wrong arguments to mysqld.
      sql/nt_servc.cc:
        C
      sql/share/czech/errmsg.txt:
        Updated error texts
      sql/share/danish/errmsg.txt:
        Updated error texts
      sql/share/dutch/errmsg.txt:
        Updated error texts
      sql/share/english/errmsg.txt:
        Updated error texts
      sql/share/estonian/errmsg.txt:
        Updated error texts
      sql/share/french/errmsg.txt:
        Updated error texts
      sql/share/german/errmsg.txt:
        Updated error texts
      sql/share/greek/errmsg.txt:
        Updated error texts
      sql/share/hungarian/errmsg.txt:
        Updated error texts
      sql/share/italian/errmsg.txt:
        Updated error texts
      sql/share/japanese/errmsg.txt:
        Updated error texts
      sql/share/korean/errmsg.txt:
        Updated error texts
      sql/share/norwegian-ny/errmsg.txt:
        Updated error texts
      sql/share/norwegian/errmsg.txt:
        Updated error texts
      sql/share/polish/errmsg.txt:
        Updated error texts
      sql/share/portuguese/errmsg.txt:
        Updated error texts
      sql/share/romanian/errmsg.txt:
        Updated error texts
      sql/share/russian/errmsg.txt:
        Updated error texts
      sql/share/slovak/errmsg.txt:
        Updated error texts
      sql/share/spanish/errmsg.txt:
        Updated error texts
      sql/share/swedish/errmsg.txt:
        Updated error texts
      sql/share/ukrainian/errmsg.txt:
        Updated error texts
      sql/sql_select.cc:
        Fixed problem with const propagation when comparing columns of different types.
        Fixed bug when HEAP table is converted to MyISAM tables in GROUP BY on long strings.
      4765ab61
  13. 30 Oct, 2001 7 commits
    • unknown's avatar
      os0file.c Replace some / 256 by >> operations · bacf546e
      unknown authored
      
      innobase/os/os0file.c:
        Replace some / 256 by >> operations
      bacf546e
    • unknown's avatar
      srv0srv.c Test if bk now works · fb531dae
      unknown authored
      
      innobase/srv/srv0srv.c:
        Test if bk now works
      fb531dae
    • unknown's avatar
      Merge · 7b24c57c
      unknown authored
      
      include/my_base.h:
        Try again merge InnoDB-3.23.44
      include/mysqld_error.h:
        Try again merge InnoDB-3.23.44
      sql/handler.cc:
        Try again merge InnoDB-3.23.44
      sql/mysqld.cc:
        Try again merge InnoDB-3.23.44
      sql/ha_innobase.cc:
        Try again merge InnoDB-3.23.44
      sql/ha_innobase.h:
        Try again merge InnoDB-3.23.44
      sql/share/czech/errmsg.txt:
        Try again merge InnoDB-3.23.44
      sql/share/danish/errmsg.txt:
        Try again merge InnoDB-3.23.44
      sql/share/dutch/errmsg.txt:
        Try again merge InnoDB-3.23.44
      sql/share/english/errmsg.txt:
        Try again merge InnoDB-3.23.44
      sql/share/estonian/errmsg.txt:
        Try again merge InnoDB-3.23.44
      sql/share/french/errmsg.txt:
        Try again merge InnoDB-3.23.44
      sql/share/german/errmsg.txt:
        Try again merge InnoDB-3.23.44
      sql/share/greek/errmsg.txt:
        Try again merge InnoDB-3.23.44
      sql/share/hungarian/errmsg.txt:
        Try again merge InnoDB-3.23.44
      sql/share/italian/errmsg.txt:
        Try again merge InnoDB-3.23.44
      sql/share/japanese/errmsg.txt:
        Try again merge InnoDB-3.23.44
      sql/share/korean/errmsg.txt:
        Try again merge InnoDB-3.23.44
      sql/share/norwegian-ny/errmsg.txt:
        Try again merge InnoDB-3.23.44
      sql/share/norwegian/errmsg.txt:
        Try again merge InnoDB-3.23.44
      sql/share/polish/errmsg.txt:
        Try again merge InnoDB-3.23.44
      sql/share/portuguese/errmsg.txt:
        Try again merge InnoDB-3.23.44
      sql/share/romanian/errmsg.txt:
        Try again merge InnoDB-3.23.44
      sql/share/russian/errmsg.txt:
        Try again merge InnoDB-3.23.44
      sql/share/slovak/errmsg.txt:
        Try again merge InnoDB-3.23.44
      sql/share/spanish/errmsg.txt:
        Try again merge InnoDB-3.23.44
      sql/share/swedish/errmsg.txt:
        Try again merge InnoDB-3.23.44
      sql/share/ukrainian/errmsg.txt:
        Try again merge InnoDB-3.23.44
      innobase/btr/btr0btr.c:
        Try again merge InnoDB-3.23.44
      innobase/buf/buf0flu.c:
        Try again merge InnoDB-3.23.44
      innobase/buf/buf0lru.c:
        Try again merge InnoDB-3.23.44
      innobase/dict/dict0boot.c:
        Try again merge InnoDB-3.23.44
      innobase/dict/dict0crea.c:
        Try again merge InnoDB-3.23.44
      innobase/dict/dict0dict.c:
        Try again merge InnoDB-3.23.44
      innobase/ibuf/ibuf0ibuf.c:
        Try again merge InnoDB-3.23.44
      innobase/include/dict0boot.h:
        Try again merge InnoDB-3.23.44
      innobase/include/dict0boot.ic:
        Try again merge InnoDB-3.23.44
      innobase/include/dict0dict.h:
        Try again merge InnoDB-3.23.44
      innobase/include/os0file.h:
        Try again merge InnoDB-3.23.44
      innobase/include/os0sync.h:
        Try again merge InnoDB-3.23.44
      innobase/include/page0page.ic:
        Try again merge InnoDB-3.23.44
      innobase/include/read0read.h:
        Try again merge InnoDB-3.23.44
      innobase/include/row0mysql.h:
        Try again merge InnoDB-3.23.44
      innobase/include/srv0srv.h:
        Try again merge InnoDB-3.23.44
      innobase/include/srv0start.h:
        Try again merge InnoDB-3.23.44
      innobase/include/trx0purge.h:
        Try again merge InnoDB-3.23.44
      innobase/include/trx0rec.h:
        Try again merge InnoDB-3.23.44
      innobase/include/trx0trx.h:
        Try again merge InnoDB-3.23.44
      innobase/lock/lock0lock.c:
        Try again merge InnoDB-3.23.44
      innobase/log/log0log.c:
        Try again merge InnoDB-3.23.44
      innobase/log/log0recv.c:
        Try again merge InnoDB-3.23.44
      innobase/os/os0file.c:
        Try again merge InnoDB-3.23.44
      innobase/page/page0page.c:
        Try again merge InnoDB-3.23.44
      innobase/read/read0read.c:
        Try again merge InnoDB-3.23.44
      innobase/rem/rem0cmp.c:
        Try again merge InnoDB-3.23.44
      innobase/rem/rem0rec.c:
        Try again merge InnoDB-3.23.44
      innobase/row/row0ins.c:
        Try again merge InnoDB-3.23.44
      innobase/row/row0mysql.c:
        Try again merge InnoDB-3.23.44
      innobase/row/row0purge.c:
        Try again merge InnoDB-3.23.44
      innobase/row/row0row.c:
        Try again merge InnoDB-3.23.44
      innobase/row/row0sel.c:
        Try again merge InnoDB-3.23.44
      innobase/row/row0umod.c:
        Try again merge InnoDB-3.23.44
      innobase/row/row0upd.c:
        Try again merge InnoDB-3.23.44
      innobase/row/row0vers.c:
        Try again merge InnoDB-3.23.44
      innobase/srv/srv0start.c:
        Try again merge InnoDB-3.23.44
      innobase/sync/sync0arr.c:
        Try again merge InnoDB-3.23.44
      innobase/trx/trx0purge.c:
        Try again merge InnoDB-3.23.44
      innobase/trx/trx0rec.c:
        Try again merge InnoDB-3.23.44
      innobase/trx/trx0roll.c:
        Try again merge InnoDB-3.23.44
      innobase/trx/trx0sys.c:
        Try again merge InnoDB-3.23.44
      innobase/trx/trx0trx.c:
        Try again merge InnoDB-3.23.44
      innobase/trx/trx0undo.c:
        Try again merge InnoDB-3.23.44
      innobase/srv/srv0srv.c:
        Commit change made by heikki
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      7b24c57c
    • unknown's avatar
      fed395c7
    • unknown's avatar
      Fix for gcc 3.0 · 7b1cfb63
      unknown authored
      Fix for using quoted table names with the SJIS character set.
      
      
      BUILD/FINISH.sh:
        Fix for gcc 3.0
      BUILD/SETUP.sh:
        Fix for gcc 3.0
      Docs/manual.texi:
        Changelog
      innobase/include/univ.i:
        Fix for gcc 3.0
      sql/sql_lex.cc:
        Fix for using quoted table names with the SJIS character set.
      7b1cfb63
    • unknown's avatar
      Merge work:/home/bk/mysql · bbd88314
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      
      bbd88314
    • unknown's avatar
      fixed bug with temporary tables replication if one does FLUSH LOGS · 4af3c668
      unknown authored
      
      mysql-test/t/rpl000012.test:
        test for replication of temp tables with FLUSH LOGS
      4af3c668
  14. 29 Oct, 2001 2 commits
  15. 25 Oct, 2001 1 commit
    • unknown's avatar
      Adding code for NT service in the install and remove · 859371bb
      unknown authored
      routines for avoid to leave the Service Control Manager
      in bad state. Print messages for to reduce the current
      user errors when are trying to install or start the service.
      Adding the option to install the service for manual start:
      --install-manual.
      
      
      sql/mysqld.cc:
        Changes on install and remove service
      sql/nt_servc.cc:
        Changes for install and remove routine.
        Adding the seek status routine
      sql/nt_servc.h:
        Changes for install and remove routines
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      859371bb
  16. 24 Oct, 2001 2 commits
  17. 23 Oct, 2001 1 commit