An error occurred fetching the project authors.
  1. 08 Oct, 2001 1 commit
    • unknown's avatar
      Updated manual about embedded version. · cef1d752
      unknown authored
      Speed up column-completion in 'mysql'
      Don't use ISAM if HAVE_ISAM is not defined
      A lot of fixes for the embedded version.  All libraries are now included in libmysqld.a
      Changed arguments to convert_dirname() to make it more general.
      Renamed files in the 'merge' directory to all use a common prefix.
      Don't compile both assembler and C functions on x86
      
      
      BitKeeper/deleted/.del-mf_pack2.c~f07795bbcf57be7:
        Delete: mysys/mf_pack2.c
      Docs/manual.texi:
        Updated chapter about embedded version
      acinclude.m4:
        Fix for using BDB and InnoDB with embedded
      client/completion_hash.cc:
        Speed up memory allocation
      client/completion_hash.h:
        Speed up memory allocation
      client/mysql.cc:
        Speed up memory allocation
      client/mysqldump.c:
        Fix to use now convert_dirname
      client/mysqltest.c:
        Fixed memory allocation bugs.
        Added --basedir=#, --compress=#, --server-arg, --server-file.
        Fixes for embedded version
        Changed silent mode to -s instead of -q
      include/my_global.h:
        Update to use HAVE_ISAM
      include/my_sys.h:
        Cleanup of fn_format()
      include/mysql.h:
        Prepare FIELD struct for 4.1
      include/mysql_embed.h:
        Don't use ISAM in embedded version
      innobase/include/srv0srv.h:
        Make InnoDB startup/shutdown silent in embedded version
      innobase/log/log0log.c:
        Make InnoDB startup/shutdown silent in embedded version
      innobase/srv/srv0srv.c:
        Make InnoDB startup/shutdown silent in embedded version
      innobase/srv/srv0start.c:
        Make InnoDB startup/shutdown silent in embedded version
      isam/isamlog.c:
        new convert_dirname
      libmysql/libmysql.c:
        Prepare for 4.1
      libmysqld/Makefile.am:
        Changed to create one libmysqld.a file that includes all other libraries.
      libmysqld/examples/Makefile.am:
        Changed to use new libmysqld.a
      libmysqld/examples/test-run:
        Lot's of fixes to get new mysqltest with embedded MySQL to work.
      libmysqld/lib_sql.cc:
        Changed type of arguments for mysql_server_init() to make code more portable.
      libmysqld/libmysqld.c:
        Cleanup
      merge/Makefile.am:
        Rename to use common prefix.
      merge/mrg_close.c:
        Rename to use common prefix.
      merge/mrg_create.c:
        Rename to use common prefix.
      merge/mrg_def.h:
        Rename to use common prefix.
      merge/mrg_delete.c:
        Rename to use common prefix.
      merge/mrg_extra.c:
        Rename to use common prefix.
      merge/mrg_info.c:
        Rename to use common prefix.
      merge/mrg_locking.c:
        Rename to use common prefix.
      merge/mrg_open.c:
        Rename to use common prefix.
      merge/mrg_panic.c:
        Rename to use common prefix.
      merge/mrg_rrnd.c:
        Rename to use common prefix.
      merge/mrg_rsame.c:
        Rename to use common prefix.
      merge/mrg_static.c:
        Rename to use common prefix.
      merge/mrg_update.c:
        Rename to use common prefix.
      myisam/myisamlog.c:
        Use new convert_dirname
      myisammrg/Makefile.am:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_close.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_create.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_def.h:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_delete.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_extra.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_info.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_locking.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_open.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_panic.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_queue.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_rfirst.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_rkey.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_rlast.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_rnext.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_rprev.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_rrnd.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_rsame.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_static.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_update.c:
        Renamed mymrgdef.h -> myrg_def.h
      myisammrg/myrg_write.c:
        Renamed mymrgdef.h -> myrg_def.h
      mysql-test/include/master-slave.inc:
        Use short filenames for sockets (portability problem on Mac OS X)
      mysql-test/mysql-test-run.sh:
        cleanup
      mysql-test/r/auto_increment.result:
        Cleanup of tests for embedded version
      mysql-test/r/func_system.result:
        Cleanup of tests for embedded version
      mysql-test/r/isam.result:
        Cleanup of tests for embedded version
      mysql-test/r/lock.result:
        Cleanup of tests for embedded version
      mysql-test/r/show_check.result:
        Cleanup of tests for embedded version
      mysql-test/t/auto_increment.test:
        Cleanup of tests for embedded version
      mysql-test/t/backup.test:
        Cleanup of tests for embedded version
      mysql-test/t/count_distinct2-master.opt:
        Cleanup of tests for embedded version
      mysql-test/t/count_distinct2.test:
        Cleanup of tests for embedded version
      mysql-test/t/create.test:
        Cleanup of tests for embedded version
      mysql-test/t/flush.test:
        Cleanup of tests for embedded version
      mysql-test/t/func_system.test:
        Cleanup of tests for embedded version
      mysql-test/t/isam.test:
        Cleanup of tests for embedded version
      mysql-test/t/kill.test:
        Cleanup of tests for embedded version
      mysql-test/t/lock.test:
        Cleanup of tests for embedded version
      mysql-test/t/order_fill_sortbuf-master.opt:
        Cleanup of tests for embedded version
      mysql-test/t/rpl000015.test:
        Use short filenames for sockets (portability problem on Mac OS X)
      mysql-test/t/rpl000016.test:
        Use short filenames for sockets (portability problem on Mac OS X)
      mysql-test/t/rpl000017.test:
        Use short filenames for sockets (portability problem on Mac OS X)
      mysql-test/t/rpl000018.test:
        Use short filenames for sockets (portability problem on Mac OS X)
      mysql-test/t/show_check.test:
        Move ISAM specific tests to isam.test
      mysql-test/t/status.test:
        Cleanup of tests for embedded version
      mysql-test/t/tablelock.test:
        Cleanup
      mysys/Makefile.am:
        Removed not used mf_pack2.c
      mysys/charset.c:
        new convert_dirname
      mysys/default.c:
        new convert_dirname
      mysys/mf_dirname.c:
        Changed convert_dirname() to be more general
      mysys/mf_format.c:
        Changed bit flags to fn_format() to defines.
        Added handling of relative filenames
      BitKeeper/etc/ignore:
        Added libmysqld/examples/test-gdbinit scripts/mysql_explain_log to the ignore list
      mysys/mf_pack.c:
        new convert_dirname
      mysys/mf_tempfile.c:
        new convert_dirname
      scripts/Makefile.am:
        Adde mysql_explain_log
      scripts/mysql_config.sh:
        Added support of --libmysqld-libs
      sql/Makefile.am:
        Fix to use 'innodb_system_libs'
      sql/ha_innobase.cc:
        Make InnoDB startup/shutdown silent in embedded version
      sql/ha_isam.cc:
        Added handling of HAVE_ISAM
      sql/ha_isammrg.cc:
        Added handling of HAVE_ISAM
      sql/ha_myisam.cc:
        Handle relative paths;  Needed to support BACKUP TABLE in embedded version
      sql/ha_myisammrg.cc:
        Rename of filenames
      sql/handler.cc:
        Added handling of HAVE_ISAM
      sql/item_func.cc:
        Fix for ecc (Intel Compiler)
      sql/mysql_priv.h:
        Added global variable 'mysql_embedded'
      sql/mysqld.cc:
        Use HAVE_ISAM
      sql/sql_parse.cc:
        Use new convert_dirname
      sql/sql_select.cc:
        Fix for ecc (Intel Compiler)
      sql/sql_table.cc:
        Added handling of relative filenames
      strings/Makefile.am:
        Don't compile both assembler and C functions on x86
      strings/bchange.c:
        cleanup
      cef1d752
  2. 09 Sep, 2001 1 commit
  3. 07 Sep, 2001 2 commits
    • unknown's avatar
      Unlock tables on BEGIN · a41b148e
      unknown authored
      sql-bench/test-create.sh:
        Made --small-test a bit faster
      sql/ha_innobase.cc:
        Cleanup memory at exit
      sql/mysqld.cc:
        Remove debug notes at shutdown
      a41b148e
    • unknown's avatar
      Cleanups · fd6fea46
      unknown authored
      configure.in:
        Only allow --with-pstack on Linux x86
      mysql-test/t/merge.test:
        Add test of using db.tablename in UNION()
      mysys/mf_qsort.c:
        Fix when using purify
      mysys/my_dup.c:
        Cleanup
      mysys/raid.cc:
        Cleanup
      sql/gen_lex_hash.cc:
        Smaller array
      sql/ha_innobase.cc:
        Remove warnings
      sql/mysqld.cc:
        Remove not used option from --help
      sql/sql_class.h:
        Cleanup
      fd6fea46
  4. 06 Sep, 2001 1 commit
  5. 03 Sep, 2001 1 commit
    • unknown's avatar
      Update of manual with 4.0 changes · 51605017
      unknown authored
      Create innodb table space if configuring with InnoDB and not using --skip-innodb
      Fixes for TRUNCATE TABLE and DROP DATABASE.
      
      
      Docs/manual.texi:
        Update of manual with 4.0 changes.
      mysql-test/mysql-test-run.sh:
        Fixed option --mysqld
      mysql-test/r/innodb.result:
        More test cases
      mysql-test/r/truncate.result:
        More test cases
      mysql-test/t/drop.test:
        More test cases
      mysql-test/t/innodb.test:
        More test cases
      mysql-test/t/truncate.test:
        More test cases
      sql/gen_lex_hash.cc:
        Smaller array
      sql/ha_innobase.cc:
        Create innodb table space if not using --skip-innodb
      sql/lock.cc:
        Fixed wrong mutex handling in global read lock.
      sql/md5.c:
        Fixed bug from merge
      sql/sql_base.cc:
        cleanup
      sql/sql_db.cc:
        Use new global lock functions.
        Fixed new bug that database wasn't always dropped.
      sql/sql_delete.cc:
        Fixed problem with mysql_truncate() when called from restore_table
      sql/sql_parse.cc:
        Fixed error message handling.
      sql/sql_table.cc:
        cleanup
      51605017
  6. 02 Sep, 2001 1 commit
    • unknown's avatar
      Changed DB_TYPE_INNOBASE to DB_TYPE_INNODB · b67d11e1
      unknown authored
      Fix that DROP DATABASE works with all table types
      Use BULK_INSERT when inserting more than one row
      Better TRUNCATE TABLE
      
      
      BitKeeper/deleted/.del-compilation_finished.au.gz~70bd14095a918139:
        Delete: sounds/compilation_finished.au.gz
      BUILD/FINISH.sh:
        Removed 'finished' sound as this isn't a general solution.
      Docs/manual.texi:
        Added upgrading from 3.23
      configure.in:
        Fixed version number
      sql/ha_innobase.cc:
        Default creation of InnoDB tables.
      sql/ha_myisam.cc:
        Disable BULK_INSERT of using safe mode
      sql/handler.cc:
        Changed DB_TYPE_INNOBASE to DB_TYPE_INNODB
      sql/handler.h:
        Changed DB_TYPE_INNOBASE to DB_TYPE_INNODB
      sql/lock.cc:
        Added lock_and_wait_for_table_name
      sql/mysql_priv.h:
        Better TRUNCATE TABLE
      sql/sql_db.cc:
        Fix that DROP DATABASE works with all table types
      sql/sql_delete.cc:
        Better TRUNCATE TABLE
      sql/sql_insert.cc:
        Use BULK_INSERT when inserting more than one row
      sql/sql_load.cc:
        Small bug fix.
      sql/sql_parse.cc:
        Better TRUNCATE TABLE
      sql/sql_select.cc:
        Change INNOBASE -> INNODB
      sql/sql_table.cc:
        Better TRUNCATE TABLE
      sql/sql_yacc.yy:
        INNOBASE -> INNODB
      sql/thr_malloc.cc:
        Fix for replication
      b67d11e1
  7. 31 Aug, 2001 1 commit
    • unknown's avatar
      ha_innobase.cc Add better error message if innodb_data_file_path is not set · e19a292c
      unknown authored
      ha_innobase.h	Remove HA_NOT_READ_AFTER_KEY from table han
      ha_innobase.h	dler flags: it prevented the use of an index in MAX()
      
      
      sql/ha_innobase.h:
        Remove HA_NOT_READ_AFTER_KEY from table han
        dler flags: it prevented the use of an index in MAX()
      sql/ha_innobase.cc:
        Add better error message if innodb_data_file_path is not set
      e19a292c
  8. 29 Aug, 2001 2 commits
    • unknown's avatar
      trx0roll.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints · dd9fa926
      unknown authored
      trx0sys.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      trx0trx.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      row0mysql.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      row0purge.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      row0sel.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      row0uins.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      row0umod.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      row0upd.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      srv0srv.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      srv0start.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      sync0arr.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      fil0fil.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      ibuf0ibuf.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      lock0lock.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      os0file.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      btr0btr.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      btr0cur.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      btr0sea.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      buf0buf.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      data0data.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      srv0srv.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      trx0sys.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      trx0trx.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      btr0cur.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      buf0buf.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      data0data.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      ha_innobase.cc	Fix the auto-inc+REPLACE+replication bug, improve InnoDB Monitor prints
      
      
      sql/ha_innobase.cc:
        Fix the auto-inc+REPLACE+replication bug, improve InnoDB Monitor prints
      innobase/include/btr0cur.h:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/include/buf0buf.h:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/include/data0data.h:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/include/srv0srv.h:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/include/trx0sys.h:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/include/trx0trx.h:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/btr/btr0btr.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/btr/btr0cur.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/btr/btr0sea.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/buf/buf0buf.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/data/data0data.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/fil/fil0fil.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/ibuf/ibuf0ibuf.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/lock/lock0lock.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/os/os0file.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/row/row0mysql.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/row/row0purge.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/row/row0sel.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/row/row0uins.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/row/row0umod.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/row/row0upd.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/srv/srv0srv.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/srv/srv0start.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/sync/sync0arr.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/trx/trx0roll.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/trx/trx0sys.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      innobase/trx/trx0trx.c:
        Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      dd9fa926
    • unknown's avatar
      ha_innobase.cc Fix a bug in connection with SET INSERT_ID:caused repliaction to fail · 11435558
      unknown authored
      sql/ha_innobase.cc:
        Fix a bug in connection with SET INSERT_ID:caused repliaction to fail
      11435558
  9. 26 Aug, 2001 1 commit
    • unknown's avatar
      Fixed bug in auto-increment handling with InnoDB · 30774b35
      unknown authored
      Some small speedups
      
      
      Docs/manual.texi:
        Changelog
      client/mysqldump.c:
        Fixed quoting problem for table names when using --opt
      mysys/mf_casecnv.c:
        Speed up some common string functions
      sql-bench/test-insert.sh:
        Small changes that shouldn't affect results
      sql-bench/test-select.sh:
        Small changes that shouldn't affect results
      sql/field.h:
        Added reset() functions to speed up some common things
      sql/gen_lex_hash.cc:
        Smaller hash table
      sql/ha_innobase.cc:
        Fixed bug in auto-increment handling with InnoDB
      30774b35
  10. 21 Aug, 2001 1 commit
    • unknown's avatar
      Portability fixes. · d61418b9
      unknown authored
      Patches required by Gemini
      Fix to properly detect if there is an active transaction in InnoDB
      Fix to not lock thread structure when doing automatic rollback when thread ends
      Allow -O lower_case_names=0 on UNIX
      
      
      Docs/manual.texi:
        Some updates from mailing list.
        Changelog
      client/mysqlbinlog.cc:
        Removed variables declared in net.c
      configure.in:
        Added test for strtoll and fixed test for gethostname_r for AIX
      mysql-test/t/innodb.test:
        Added test of active transactions
      sql/field.cc:
        Patch required by Gemini
      sql/field.h:
        Patch required by Gemini
      sql/filesort.cc:
        Patch required by Gemini
      sql/gen_lex_hash.cc:
        Update to support new syntax
      sql/ha_gemini.cc:
        Patch required by Gemini
      sql/ha_gemini.h:
        Patch required by Gemini
      sql/ha_innobase.cc:
        Fix to properly detect if there is an active transaction in InnoDB
      sql/handler.cc:
        Fix to properly detect if there is an active transaction in InnoDB
      sql/handler.h:
        Fix to properly detect if there is an active transaction in InnoDB.
        Fix for Gemini
      sql/lex.h:
        SHOW LOCKS
      sql/mysqld.cc:
        Fix to not lock thread structure when doing automatic rollback when thread ends.
      sql/share/portuguese/errmsg.txt:
        Update
      sql/sql_class.cc:
        Fix to not lock thread structure when doing automatic rollback when thread ends.
      sql/sql_class.h:
        Fix to properly detect if there is an active transaction in InnoDB
      sql/sql_delete.cc:
        Fix for Gemini
      sql/sql_parse.cc:
        Allow -O lower_case_names=0 on UNIX
      sql/sql_select.cc:
        Fix for Gemini
      sql/sql_table.cc:
        Allow -O lower_case_names=0 on UNIX
      sql/sql_update.cc:
        Fix for Gemini
      sql/sql_yacc.yy:
        For SHOW LOCKS
      strings/strto.c:
        Portability fix
      d61418b9
  11. 17 Aug, 2001 1 commit
  12. 13 Aug, 2001 1 commit
    • unknown's avatar
      row0sel.c Fix a memory freeing bug when a row which contains an externally... · edccd23f
      unknown authored
      row0sel.c	Fix a memory freeing bug when a row which contains an externally stored long field in the middle of the row is fetched in a SELECT
      srv0start.c	Allow drive name followed by a ':' in a data file path
      ha_innobase.cc	Allow drive name followed by a ':' in a data file path
      
      
      sql/ha_innobase.cc:
        Allow drive name followed by a ':' in a data file path
      innobase/srv/srv0start.c:
        Allow drive name followed by a ':' in a data file path
      innobase/row/row0sel.c:
        Fix a memory freeing bug when a row which contains an externally stored long field in the middle of the row is fetched in a SELECT
      edccd23f
  13. 09 Aug, 2001 1 commit
    • unknown's avatar
      btr0cur.c Improve range size estimate for big ranges · 5ea83eed
      unknown authored
      ha_innobase.cc	Fix Sort aborted bug
      
      
      sql/ha_innobase.cc:
        Fix Sort aborted bug
      innobase/btr/btr0cur.c:
        Improve range size estimate for big ranges
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      5ea83eed
  14. 19 Jul, 2001 1 commit
    • unknown's avatar
      srv0srv.h Support raw disk as a data file · 1116aced
      unknown authored
      srv0start.c	Support raw disk as a data file
      srv0srv.c	Support raw disk as a data file
      ha_innobase.cc	Some error messages and support raw disk as a data file
      
      
      sql/ha_innobase.cc:
        Some error messages and support raw disk as a data file
      innobase/srv/srv0srv.c:
        Support raw disk as a data file
      innobase/srv/srv0start.c:
        Support raw disk as a data file
      innobase/include/srv0srv.h:
        Support raw disk as a data file
      1116aced
  15. 16 Jul, 2001 1 commit
  16. 28 Jun, 2001 1 commit
  17. 06 Jun, 2001 2 commits
    • unknown's avatar
      Changed innodb_unix_file_flush_method -> innodb_flush_method · 14289d42
      unknown authored
      Cleaned up error messages.
      
      
      mysql-test/mysql-test-run.sh:
        Added option --mysqld to send arguments to mysqld.
      sql/ha_innobase.cc:
        Shortended messages a bit to correspond to the rest of MySQL.
      sql/mysqld.cc:
        Changed innodb_unix_file_flush_method -> innodb_flush_method
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      14289d42
    • unknown's avatar
      ha_innobase.cc Improved error message in the case the .frm file exists but... · 5388d915
      unknown authored
      ha_innobase.cc	Improved error message in the case the .frm file exists but InnoDB data dictionary does not conatin the table
      
      
      sql/ha_innobase.cc:
        Improved error message in the case the .frm file exists but InnoDB data dictionary does not conatin the table
      5388d915
  18. 03 Jun, 2001 1 commit
    • unknown's avatar
      manual.texi website address change · 9d4272bb
      unknown authored
      row0sel.c	CHECK TABLE now also for InnoDB, a join speed optimization
      trx0trx.c	CHECK TABLE now also for InnoDB, a join speed optimization
      rem0cmp.c	CHECK TABLE now also for InnoDB, a join speed optimization
      row0mysql.c	CHECK TABLE now also for InnoDB, a join speed optimization
      page0page.c	CHECK TABLE now also for InnoDB, a join speed optimization
      row0mysql.h	CHECK TABLE now also for InnoDB, a join speed optimization
      trx0trx.h	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0btr.h	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0cur.h	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0pcur.h	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0pcur.ic	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0btr.c	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0cur.c	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0sea.c	CHECK TABLE now also for InnoDB, a join speed optimization
      innodb.result	CHECK TABLE now also for InnoDB, a join speed optimization
      ha_innobase.cc	CHECK TABLE now also for InnoDB, a join speed optimization
      ha_innobase.h	CHECK TABLE now also for InnoDB, a join speed optimization
      
      
      sql/ha_innobase.cc:
        CHECK TABLE now also for InnoDB, a join speed optimization
      sql/ha_innobase.h:
        CHECK TABLE now also for InnoDB, a join speed optimization
      mysql-test/r/innodb.result:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/btr/btr0btr.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/btr/btr0cur.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/btr/btr0sea.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/include/btr0btr.h:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/include/btr0cur.h:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/include/btr0pcur.h:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/include/btr0pcur.ic:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/include/row0mysql.h:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/include/trx0trx.h:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/page/page0page.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/rem/rem0cmp.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/row/row0mysql.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/row/row0sel.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      innobase/trx/trx0trx.c:
        CHECK TABLE now also for InnoDB, a join speed optimization
      Docs/manual.texi:
        website address change
      9d4272bb
  19. 23 May, 2001 1 commit
    • unknown's avatar
      srv0srv.h One can now specify innodb_unix_file_flush_method in my.cnf · 2f8dfb3f
      unknown authored
      srv0srv.c	One can now specify innodb_unix_file_flush_method in my.cnf
      srv0start.c	One can now specify innodb_unix_file_flush_method in my.cnf
      ha_innobase.cc	One can now specify innodb_unix_file_flush_method in my.cnf
      ha_innobase.h	One can now specify innodb_unix_file_flush_method in my.cnf
      mysqld.cc	One can now specify innodb_unix_file_flush_method in my.cnf
      
      
      sql/ha_innobase.cc:
        One can now specify innodb_unix_file_flush_method in my.cnf
      sql/ha_innobase.h:
        One can now specify innodb_unix_file_flush_method in my.cnf
      sql/mysqld.cc:
        One can now specify innodb_unix_file_flush_method in my.cnf
      innobase/srv/srv0srv.c:
        One can now specify innodb_unix_file_flush_method in my.cnf
      innobase/srv/srv0start.c:
        One can now specify innodb_unix_file_flush_method in my.cnf
      innobase/include/srv0srv.h:
        One can now specify innodb_unix_file_flush_method in my.cnf
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      2f8dfb3f
  20. 21 May, 2001 1 commit
    • unknown's avatar
      dict0dict.h InnoDB now tries to provide autoinc column value from a counter table in data dict · 00c7a753
      unknown authored
      dict0mem.h	InnoDB now tries to provide autoinc column value from a counter table in data dict
      sync0sync.h	InnoDB now tries to provide autoinc column value from a counter table in data dict
      univ.i  	InnoDB now tries to provide autoinc column value from a counter table in data dict
      dict0dict.c	InnoDB now tries to provide autoinc column value from a counter table in data dict
      dict0mem.c	InnoDB now tries to provide autoinc column value from a counter table in data dict
      sync0sync.c	InnoDB now tries to provide autoinc column value from a counter table in data dict
      ha_innobase.cc	InnoDB now tries to provide autoinc column value from a counter table in data dict
      
      
      sql/ha_innobase.cc:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      innobase/sync/sync0sync.c:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      innobase/dict/dict0mem.c:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      innobase/dict/dict0dict.c:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      innobase/include/dict0dict.h:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      innobase/include/dict0mem.h:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      innobase/include/sync0sync.h:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      innobase/include/univ.i:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      00c7a753
  21. 09 May, 2001 1 commit
    • unknown's avatar
      Applied patches for BDB tables · 0fece375
      unknown authored
      Fixes to InnoDB to compile on Windows
      Fix for temporary InnoDB tables
      Fixed bug in REPLACE()
      Fixed sub char keys for InnoDB
      
      
      Docs/manual.texi:
        Changelog + update of table types
      bdb/include/log.h:
        Patch from Sleepycat
      bdb/log/log.c:
        Patch from Sleepycat
      bdb/log/log_rec.c:
        Patch from Sleepycat
      client/mysqladmin.c:
        Cleanup
      innobase/include/univ.i:
        Fix for compilation on Windows
      innobase/os/os0file.c:
        cleanup
      innobase/pars/pars0grm.y:
        Fix for compilation on Windows
      mysql-test/r/innodb.result:
        New test case
      mysql-test/t/innodb.test:
        New test case
      sql/ha_innobase.cc:
        cleanup
      sql/ha_innobase.h:
        Fix for prefix keys
      sql/handler.h:
        Fix for temporary Innodb tables
      sql/item_strfunc.cc:
        Fixed bug in REPLACE()
      sql/lock.cc:
        Fix for temporary Innodb tables
      sql/mysqld.cc:
        Added --skip-stack-trace
      sql/share/english/errmsg.txt:
        Better error messages
      sql/sql_base.cc:
        Fix for temporary Innodb tables
      sql/sql_select.cc:
        Fix for temporary Innodb tables
      sql/sql_table.cc:
        Fixed sub char keys for InnoDB
      sql/table.h:
        Fix for temporary Innodb tables
      0fece375
  22. 25 Apr, 2001 1 commit
    • unknown's avatar
      ha_innobase.cc Changed the error code HA_ERR_KEY_NOT_FOUND to... · d909ccb6
      unknown authored
      ha_innobase.cc	Changed the error code HA_ERR_KEY_NOT_FOUND to HA_ERR_END_OF_INDEX in index_first to eliminate an error message
      
      
      sql/ha_innobase.cc:
        Changed the error code HA_ERR_KEY_NOT_FOUND to HA_ERR_END_OF_INDEX in index_first to eliminate an error message
      d909ccb6
  23. 13 Apr, 2001 2 commits
    • unknown's avatar
      log0recv.c Change Innobase text to InnoDB · 00b25496
      unknown authored
      log0log.c	Change Innobase text to InnoDB
      srv0start.c	Change Innobase text to InnoDB
      srv0srv.c	Change Innobase text to InnoDB
      ha_innobase.cc	Change Innobase text to InnoDB
      
      
      sql/ha_innobase.cc:
        Change Innobase text to InnoDB
      innobase/srv/srv0srv.c:
        Change Innobase text to InnoDB
      innobase/srv/srv0start.c:
        Change Innobase text to InnoDB
      innobase/log/log0log.c:
        Change Innobase text to InnoDB
      innobase/log/log0recv.c:
        Change Innobase text to InnoDB
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      00b25496
    • unknown's avatar
      Changed Innobase to Innodb · 3e6215d9
      unknown authored
      Deleted a lot of old benchmark runs
      
      
      BitKeeper/deleted/.del-ATIS-mysql-Linux_2.2.14_i686_xeon~3e820c28bf4af63a:
        Delete: sql-bench/Results/ATIS-mysql-Linux_2.2.14_i686_xeon
      BitKeeper/deleted/.del-RUN-mysql-Linux_2.2.14_i686_xeon~17854e751e1d9d1d:
        Delete: sql-bench/Results/RUN-mysql-Linux_2.2.14_i686_xeon
      BitKeeper/deleted/.del-alter-table-mysql-Linux_2.2.14_i686_xeon~64cc4b874cd6fabf:
        Delete: sql-bench/Results/alter-table-mysql-Linux_2.2.14_i686_xeon
      BitKeeper/deleted/.del-big-tables-mysql-Linux_2.2.14_i686_xeon~290c2c3de9d8e6b:
        Delete: sql-bench/Results/big-tables-mysql-Linux_2.2.14_i686_xeon
      BitKeeper/deleted/.del-connect-mysql-Linux_2.2.14_i686_xeon~ea19dc3ec55b3618:
        Delete: sql-bench/Results/connect-mysql-Linux_2.2.14_i686_xeon
      BitKeeper/deleted/.del-create-mysql-Linux_2.2.14_i686_xeon~50d15991293030ef:
        Delete: sql-bench/Results/create-mysql-Linux_2.2.14_i686_xeon
      BitKeeper/deleted/.del-insert-mysql-Linux_2.2.14_i686_xeon~c683ee4b9d214298:
        Delete: sql-bench/Results/insert-mysql-Linux_2.2.14_i686_xeon
      BitKeeper/deleted/.del-select-mysql-Linux_2.2.14_i686_xeon~ead3f11b46ac626f:
        Delete: sql-bench/Results/select-mysql-Linux_2.2.14_i686_xeon
      BitKeeper/deleted/.del-wisconsin-mysql-Linux_2.2.14_i686_xeon~7525b23938631801:
        Delete: sql-bench/Results/wisconsin-mysql-Linux_2.2.14_i686_xeon
      BitKeeper/deleted/.del-ATIS-mysql-Linux_2.2.14_my_SMP_i686~d275df58a04737c8:
        Delete: sql-bench/Results/ATIS-mysql-Linux_2.2.14_my_SMP_i686
      BitKeeper/deleted/.del-RUN-mysql-Linux_2.2.14_my_SMP_i686~d4766c7f8e70d7a2:
        Delete: sql-bench/Results/RUN-mysql-Linux_2.2.14_my_SMP_i686
      BitKeeper/deleted/.del-alter-table-mysql-Linux_2.2.14_my_SMP_i686~155a83b53c0e9d6:
        Delete: sql-bench/Results/alter-table-mysql-Linux_2.2.14_my_SMP_i686
      BitKeeper/deleted/.del-big-tables-mysql-Linux_2.2.14_my_SMP_i686~f1127add9307098b:
        Delete: sql-bench/Results/big-tables-mysql-Linux_2.2.14_my_SMP_i686
      BitKeeper/deleted/.del-connect-mysql-Linux_2.2.14_my_SMP_i686~45d2cdf9bea9cc37:
        Delete: sql-bench/Results/connect-mysql-Linux_2.2.14_my_SMP_i686
      BitKeeper/deleted/.del-create-mysql-Linux_2.2.14_my_SMP_i686~d46860c29c5d51ee:
        Delete: sql-bench/Results/create-mysql-Linux_2.2.14_my_SMP_i686
      BitKeeper/deleted/.del-insert-mysql-Linux_2.2.14_my_SMP_i686~e1771e0a164bc310:
        Delete: sql-bench/Results/insert-mysql-Linux_2.2.14_my_SMP_i686
      BitKeeper/deleted/.del-select-mysql-Linux_2.2.14_my_SMP_i686~ee2a063d66a183d:
        Delete: sql-bench/Results/select-mysql-Linux_2.2.14_my_SMP_i686
      BitKeeper/deleted/.del-wisconsin-mysql-Linux_2.2.14_my_SMP_i686~b7552710d35202b6:
        Delete: sql-bench/Results/wisconsin-mysql-Linux_2.2.14_my_SMP_i686
      BitKeeper/deleted/.del-ATIS-mysql-3.21-Linux_2.2.1_i686~660fb76ed6ccfb6f:
        Delete: sql-bench/Results/ATIS-mysql-3.21-Linux_2.2.1_i686
      BitKeeper/deleted/.del-RUN-mysql-3.21-Linux_2.2.1_i686~f6fdd64859e11de9:
        Delete: sql-bench/Results/RUN-mysql-3.21-Linux_2.2.1_i686
      BitKeeper/deleted/.del-alter-table-mysql-3.21-Linux_2.2.1_i686~f6f7ccd7b3c35f97:
        Delete: sql-bench/Results/alter-table-mysql-3.21-Linux_2.2.1_i686
      BitKeeper/deleted/.del-big-tables-mysql-3.21-Linux_2.2.1_i686~baa649caba113497:
        Delete: sql-bench/Results/big-tables-mysql-3.21-Linux_2.2.1_i686
      BitKeeper/deleted/.del-connect-mysql-3.21-Linux_2.2.1_i686~c0c26d4320182d85:
        Delete: sql-bench/Results/connect-mysql-3.21-Linux_2.2.1_i686
      BitKeeper/deleted/.del-create-mysql-3.21-Linux_2.2.1_i686~51581b24f45e0f5c:
        Delete: sql-bench/Results/create-mysql-3.21-Linux_2.2.1_i686
      BitKeeper/deleted/.del-insert-mysql-3.21-Linux_2.2.1_i686~fd082017c7c57a6:
        Delete: sql-bench/Results/insert-mysql-3.21-Linux_2.2.1_i686
      BitKeeper/deleted/.del-select-mysql-3.21-Linux_2.2.1_i686~ed3687e713ff0571:
        Delete: sql-bench/Results/select-mysql-3.21-Linux_2.2.1_i686
      BitKeeper/deleted/.del-wisconsin-mysql-3.21-Linux_2.2.1_i686~8147dc16a1dc6c47:
        Delete: sql-bench/Results/wisconsin-mysql-3.21-Linux_2.2.1_i686
      BitKeeper/deleted/.del-ATIS-mysql_3.21-Linux_2.0.35_i686~c25425e045ca8dfc:
        Delete: sql-bench/Results/ATIS-mysql_3.21-Linux_2.0.35_i686
      BitKeeper/deleted/.del-RUN-mysql_3.21-Linux_2.0.35_i686~ea8672d8473435:
        Delete: sql-bench/Results/RUN-mysql_3.21-Linux_2.0.35_i686
      BitKeeper/deleted/.del-alter-table-mysql_3.21-Linux_2.0.35_i686~762639f2560976bd:
        Delete: sql-bench/Results/alter-table-mysql_3.21-Linux_2.0.35_i686
      BitKeeper/deleted/.del-big-tables-mysql_3.21-Linux_2.0.35_i686~190e827e569c99a4:
        Delete: sql-bench/Results/big-tables-mysql_3.21-Linux_2.0.35_i686
      BitKeeper/deleted/.del-connect-mysql_3.21-Linux_2.0.35_i686~650abd213e6828c6:
        Delete: sql-bench/Results/connect-mysql_3.21-Linux_2.0.35_i686
      BitKeeper/deleted/.del-create-mysql_3.21-Linux_2.0.35_i686~df1b037d17b33587:
        Delete: sql-bench/Results/create-mysql_3.21-Linux_2.0.35_i686
      BitKeeper/deleted/.del-insert-mysql_3.21-Linux_2.0.35_i686~60c0965dff31db07:
        Delete: sql-bench/Results/insert-mysql_3.21-Linux_2.0.35_i686
      BitKeeper/deleted/.del-select-mysql_3.21-Linux_2.0.35_i686~5fadbac5f98696a:
        Delete: sql-bench/Results/select-mysql_3.21-Linux_2.0.35_i686
      BitKeeper/deleted/.del-wisconsin-mysql_3.21-Linux_2.0.35_i686~31703d40ea6b4f66:
        Delete: sql-bench/Results/wisconsin-mysql_3.21-Linux_2.0.35_i686
      BitKeeper/deleted/.del-ATIS-mysql-Linux_2.2.10_i686~3fa4d167cceff7e8:
        Delete: sql-bench/Results/ATIS-mysql-Linux_2.2.10_i686
      BitKeeper/deleted/.del-RUN-mysql-Linux_2.2.10_i686~712f52be5d195406:
        Delete: sql-bench/Results/RUN-mysql-Linux_2.2.10_i686
      BitKeeper/deleted/.del-alter-table-mysql-Linux_2.2.10_i686~93b78a85b720a186:
        Delete: sql-bench/Results/alter-table-mysql-Linux_2.2.10_i686
      BitKeeper/deleted/.del-big-tables-mysql-Linux_2.2.10_i686~99daa1c5370d077d:
        Delete: sql-bench/Results/big-tables-mysql-Linux_2.2.10_i686
      BitKeeper/deleted/.del-connect-mysql-Linux_2.2.10_i686~c92505d77e19d5ec:
        Delete: sql-bench/Results/connect-mysql-Linux_2.2.10_i686
      BitKeeper/deleted/.del-create-mysql-Linux_2.2.10_i686~9e7822f66df6aa76:
        Delete: sql-bench/Results/create-mysql-Linux_2.2.10_i686
      BitKeeper/deleted/.del-insert-mysql-Linux_2.2.10_i686~763edf9aec633f51:
        Delete: sql-bench/Results/insert-mysql-Linux_2.2.10_i686
      BitKeeper/deleted/.del-select-mysql-Linux_2.2.10_i686~a2e264d777b787d:
        Delete: sql-bench/Results/select-mysql-Linux_2.2.10_i686
      BitKeeper/deleted/.del-wisconsin-mysql-Linux_2.2.10_i686~301a82b12a84922b:
        Delete: sql-bench/Results/wisconsin-mysql-Linux_2.2.10_i686
      BitKeeper/deleted/.del-ATIS-mysql-win98~cd0705815d3af451:
        Delete: sql-bench/Results-win32/ATIS-mysql-win98
      BitKeeper/deleted/.del-RUN-mysql-win98~7f09e396772a8665:
        Delete: sql-bench/Results-win32/RUN-mysql-win98
      BitKeeper/deleted/.del-alter-table-mysql-win98~e8743982f790462:
        Delete: sql-bench/Results-win32/alter-table-mysql-win98
      BitKeeper/deleted/.del-big-tables-mysql-win98~99a1882effebbdf2:
        Delete: sql-bench/Results-win32/big-tables-mysql-win98
      BitKeeper/deleted/.del-connect-mysql-win98~2a11d5e3dfc0bc67:
        Delete: sql-bench/Results-win32/connect-mysql-win98
      BitKeeper/deleted/.del-create-mysql-win98~f66c2cb2909c4792:
        Delete: sql-bench/Results-win32/create-mysql-win98
      BitKeeper/deleted/.del-insert-mysql-win98~6d6cafc85a6c837:
        Delete: sql-bench/Results-win32/insert-mysql-win98
      BitKeeper/deleted/.del-select-mysql-win98~f370fac2d66a9faf:
        Delete: sql-bench/Results-win32/select-mysql-win98
      BitKeeper/deleted/.del-wisconsin-mysql-win98~8b3da9c5c5d2365b:
        Delete: sql-bench/Results-win32/wisconsin-mysql-win98
      BUILD/compile-pentium-debug-max:
        Innobase -> Innodb
      BUILD/compile-pentium-max:
        Innobase -> Innodb
      Docs/manual.texi:
        Innobase -> Innodb
      acinclude.m4:
        Innobase -> Innodb
      bdb/Makefile.in:
        Fix that make clean works
      configure.in:
        Innobase -> Innodb
      mysql-test/include/have_innodb.inc:
        Innobase -> Innodb
      mysql-test/install_test_db.sh:
        Innobase -> Innodb
      mysql-test/mysql-test-run.sh:
        Innobase -> Innodb
      mysql-test/r/have_innodb.require:
        Innobase -> Innodb
      mysql-test/r/innodb.result:
        Innobase -> Innodb
      mysql-test/t/innodb.test:
        Innobase -> Innodb
      scripts/mysql_install_db.sh:
        Innobase -> Innodb
      scripts/mysqlhotcopy.sh:
        Remove some warnings
      sql-bench/server-cfg.sh:
        Innobase -> Innodb
      sql/Makefile.am:
        Innobase -> Innodb
      sql/ha_innobase.cc:
        Innobase -> Innodb
      sql/ha_innobase.h:
        Innobase -> Innodb
      sql/handler.cc:
        Innobase -> Innodb
      sql/mysqld.cc:
        Innobase -> Innodb
      sql/sql_delete.cc:
        Innobase -> Innodb
      support-files/my-huge.cnf.sh:
        Innobase -> Innodb
      support-files/my-large.cnf.sh:
        Innobase -> Innodb
      support-files/my-medium.cnf.sh:
        Innobase -> Innodb
      support-files/my-small.cnf.sh:
        Innobase -> Innodb
      support-files/mysql-max.spec.sh:
        Innobase -> Innodb
      support-files/mysql.spec.sh:
        Innobase -> Innodb
      tests/fork_big.pl:
        Added checking of whole database
      3e6215d9
  24. 10 Apr, 2001 1 commit
    • unknown's avatar
      srv0srv.h Merging work for 3.23.37 · 0c971641
      unknown authored
      os0thread.c	Set created thread priority to QUERY_PRIOR if specified
      row0mysql.c	Drop table removes locks on the table, error handling changed
      row0ins.c	Insert now always sets a shared lock on a duplicate or suspected duplicate record
      lock0lock.h	Can remove locks from a table to be dropped
      lock0lock.c	Can remove locks from a table to be dropped
      srv0srv.c	Try to do log flush every second
      srv0start.c	No need for a slash at the end of dir
      trx0trx.h	Added an IGNORE option field to trx handle
      trx0trx.c	Added an IGNORE option field to trx handle
      ha_innobase.h	Added last_query_id field to handle
      ha_innobase.cc	Fix drop table hang, roll-forward etc.
      
      
      sql/ha_innobase.cc:
        Fix drop table hang, roll-forward etc.
      sql/ha_innobase.h:
        Added last_query_id field to handle
      innobase/trx/trx0trx.c:
        Added an IGNORE option field to trx handle
      innobase/include/trx0trx.h:
        Added an IGNORE option field to trx handle
      innobase/srv/srv0start.c:
        No need for a slash at the end of dir
      innobase/srv/srv0srv.c:
        Try to do log flush every second
      innobase/lock/lock0lock.c:
        Can remove locks from a table to be dropped
      innobase/include/lock0lock.h:
        Can remove locks from a table to be dropped
      innobase/row/row0ins.c:
        Insert now always sets a shared lock on a duplicate or suspected duplicate record
      innobase/row/row0mysql.c:
        Drop table removes locks on the table, error handling changed
      innobase/os/os0thread.c:
        Set created thread priority to QUERY_PRIOR if specified
      innobase/include/srv0srv.h:
        Merging work for 3.23.37
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      0c971641
  25. 09 Apr, 2001 1 commit
    • unknown's avatar
      Fixed INSERT DELAYED with Innobase · c7105d80
      unknown authored
      Fix for shutdown on NT
      Fixed bug when using wrong dates from blob field.
      
      
      BitKeeper/deleted/.del-df_crash.result~4a3dbee64843953d:
        Delete: mysql-test/r/df_crash.result
      BitKeeper/deleted/.del-df_crash.test~4c365178fe437f6:
        Delete: mysql-test/t/df_crash.test
      Docs/manual.texi:
        Changelog
      innobase/ib_config.h.in:
        automatic changed file
      innobase/ib_config.h:
        automatic changed file
      mysql-test/r/func_time.result:
        Test case for bug in time functions
      mysql-test/r/innobase.result:
        Test for INSERT DELAYED
      mysql-test/t/func_time.test:
        Test case for bug in time functions
      mysql-test/t/innobase.test:
        Test for INSERT DELAYED
      scripts/mysql_convert_table_format.sh:
        Added --socket and --port
      sql/ha_innobase.cc:
        Fix bug when compiling with SAFE_MUTEX
        Cleaner comment when using SHOW TABLE STATUS
      sql/mysqld.cc:
        Fix for shutdown on NT
      sql/sql_insert.cc:
        Fixed problem with Innobase and INSERT DELAYED
      sql/sql_udf.cc:
        Support for UDF on windows
      sql/time.cc:
        Fixed bug when using wrong dates from blob field.
      strings/ctype-tis620.c:
        Removed not used variable
      support-files/mysql-max.spec.sh:
        Removed old not used section
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      c7105d80
  26. 06 Apr, 2001 1 commit
    • unknown's avatar
      univ.i Prevent inlining of functions on HP-UX because GCC is broken there · a9c32293
      unknown authored
      configure.in	Prevent inlining of functions on HP-UX because GCC is broken there
      trx0trx.h	Fix trx->error_info in MySQL debug version: Innobase and ha_innobase.cc saw a different size for pthread_mutex_t
      trx0trx.c	Fix trx->error_info in MySQL debug version: Innobase and ha_innobase.cc saw a different size for pthread_mutex_t
      ha_innobase.cc	Fix trx->error_info in MySQL debug version: Innobase and ha_innobase.cc saw a different size for pthread_mutex_t
      
      
      sql/ha_innobase.cc:
        Fix trx->error_info in MySQL debug version: Innobase and ha_innobase.cc saw a different size for pthread_mutex_t
      innobase/trx/trx0trx.c:
        Fix trx->error_info in MySQL debug version: Innobase and ha_innobase.cc saw a different size for pthread_mutex_t
      innobase/include/trx0trx.h:
        Fix trx->error_info in MySQL debug version: Innobase and ha_innobase.cc saw a different size for pthread_mutex_t
      innobase/configure.in:
        Prevent inlining of functions on HP-UX because GCC is broken there
      innobase/include/univ.i:
        Prevent inlining of functions on HP-UX because GCC is broken there
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a9c32293
  27. 26 Mar, 2001 2 commits
    • unknown's avatar
      Fix a crash in Innobase with tables with many columns and a range query · 219682ef
      unknown authored
      Removed all Attic directories.
      
      
      BitKeeper/deleted/.del-myisam.doc~519bb06ecc870298:
        Delete: Docs/Attic/myisam.doc
      BitKeeper/deleted/.del-libmysql.c~72949a7043113807:
        Delete: client/Attic/libmysql.c
      BitKeeper/deleted/.del-net.c~c18042da6fa4e693:
        Delete: client/Attic/net.c
      BitKeeper/deleted/.del-print_defaults.c~362952979aa7b330:
        Delete: extra/Attic/print_defaults.c
      BitKeeper/deleted/.del-config-win32.h~65db818ec7e8f21b:
        Delete: include/Attic/config-win32.h
      BitKeeper/deleted/.del-m_ctype.h.in~f671e3c2d611ba97:
        Delete: include/Attic/m_ctype.h.in
      BitKeeper/deleted/.del-mysql_com.h.in~85b1ea7ced528c32:
        Delete: include/Attic/mysql_com.h.in
      BitKeeper/deleted/.del-ft_global.h~fe46fb515f1e375:
        Delete: myisam/Attic/ft_global.h
      BitKeeper/deleted/.del-lex_hash.h~14f912771118b50c:
        Delete: sql/Attic/lex_hash.h
      BitKeeper/deleted/.del-mini_client.c~9a3778c387d06a81:
        Delete: sql/Attic/mini_client.c
      BitKeeper/deleted/.del-mini_client_errors.c~29edad51a5d0b068:
        Delete: sql/Attic/mini_client_errors.c
      BitKeeper/deleted/.del-mybinlogdump.cc~5dbdd2bde98d6169:
        Delete: sql/Attic/mybinlogdump.cc
      BitKeeper/deleted/.del-net_serv.c~52dabcd773a39e10:
        Delete: sql/Attic/net_serv.c
      BitKeeper/deleted/.del-bootstrap-ctype.c~6d2a8cda2d6a35ff:
        Delete: strings/Attic/bootstrap-ctype.c
      BitKeeper/deleted/.del-ct_init.c~f0948bdd35ceedc3:
        Delete: strings/Attic/ct_init.c
      BitKeeper/deleted/.del-ctype-cp1251.c~cdf74b9168408b3:
        Delete: strings/Attic/ctype-cp1251.c
      BitKeeper/deleted/.del-ctype-cp1257.c~732611cbc74aeafc:
        Delete: strings/Attic/ctype-cp1257.c
      BitKeeper/deleted/.del-ctype-croat.c~d2d805ee6f10cbcc:
        Delete: strings/Attic/ctype-croat.c
      BitKeeper/deleted/.del-ctype-danish.c~dc5451066eb272ae:
        Delete: strings/Attic/ctype-danish.c
      BitKeeper/deleted/.del-ctype-dec8.c~68f257dd2202d0c7:
        Delete: strings/Attic/ctype-dec8.c
      BitKeeper/deleted/.del-ctype-dos.c~f77bd08acf13a8c1:
        Delete: strings/Attic/ctype-dos.c
      BitKeeper/deleted/.del-ctype-estonia.c~fc8a69424f7cb66b:
        Delete: strings/Attic/ctype-estonia.c
      BitKeeper/deleted/.del-ctype-german1.c~f7830c509bb358f7:
        Delete: strings/Attic/ctype-german1.c
      BitKeeper/deleted/.del-ctype-greek.c~90acdff1195209ca:
        Delete: strings/Attic/ctype-greek.c
      BitKeeper/deleted/.del-ctype-hebrew.c~d3b4a000d51e76dc:
        Delete: strings/Attic/ctype-hebrew.c
      BitKeeper/deleted/.del-ctype-hp8.c~749e1be0f028d349:
        Delete: strings/Attic/ctype-hp8.c
      BitKeeper/deleted/.del-ctype-hungarian.c~5cf0bf7fa0312637:
        Delete: strings/Attic/ctype-hungarian.c
      BitKeeper/deleted/.del-ctype-koi8_ru.c~8ff4188c642c9bd:
        Delete: strings/Attic/ctype-koi8_ru.c
      BitKeeper/deleted/.del-ctype-koi8_ukr.c~a04aa14a6d62335a:
        Delete: strings/Attic/ctype-koi8_ukr.c
      BitKeeper/deleted/.del-ctype-latin1.c~cc63880f19c2303e:
        Delete: strings/Attic/ctype-latin1.c
      BitKeeper/deleted/.del-ctype-latin2.c~31895c4b83654342:
        Delete: strings/Attic/ctype-latin2.c
      BitKeeper/deleted/.del-ctype-swe7.c~bb1b012225d7d02c:
        Delete: strings/Attic/ctype-swe7.c
      BitKeeper/deleted/.del-ctype-usa7.c~d19d859dca5675f:
        Delete: strings/Attic/ctype-usa7.c
      BitKeeper/deleted/.del-ctype-win1250.c~1ce7a24255780a1:
        Delete: strings/Attic/ctype-win1250.c
      BitKeeper/deleted/.del-ctype-win1251.c~762607f4fd7d52ad:
        Delete: strings/Attic/ctype-win1251.c
      BitKeeper/deleted/.del-ctype-win1251ukr.c~b5a7cca889bbef58:
        Delete: strings/Attic/ctype-win1251ukr.c
      BitKeeper/deleted/.del-ctype.c.in~8bf48d4bcbc5f675:
        Delete: strings/Attic/ctype.c.in
      BitKeeper/deleted/.del-memory.h~450f586e82a26d99:
        Delete: strings/Attic/memory.h
      BitKeeper/deleted/.del-ptr_cmp.c~57e682a26e769597:
        Delete: strings/Attic/ptr_cmp.c
      BitKeeper/deleted/.del-my-example.cnf.sh~87a7e1f4d24b62a9:
        Delete: support-files/Attic/my-example.cnf.sh
      BitKeeper/deleted/.del-my-huge.cfg.sh~589bdcd2d2c4360b:
        Delete: support-files/Attic/my-huge.cfg.sh
      BitKeeper/deleted/.del-my-large.cfg.sh~842c8e76253c9396:
        Delete: support-files/Attic/my-large.cfg.sh
      BitKeeper/deleted/.del-my-medium.cfg.sh~c49880d26ef0648e:
        Delete: support-files/Attic/my-medium.cfg.sh
      BitKeeper/deleted/.del-my-small.cfg.sh~85023c559a1d96c:
        Delete: support-files/Attic/my-small.cfg.sh
      sql/ha_innobase.cc:
        Fix a crash with tables with many columns and a range query: memory corruption occurred
      Docs/manual.texi:
        Changelog
      mysql-test/r/innobase.result:
        New test case for innobase
      scripts/mysql_install_db.sh:
        Fixed typo
      sql/ha_berkeley.h:
        Fixed that 'have_bdb' is disabled if we can't initialize bdb
      sql/ha_gemini.cc:
        Removed include file that got compiliation to fail on some systems
      sql/handler.cc:
        Fixed that 'have_tabltype' is disabled if we can't initialize it.
      sql/mysqld.cc:
        Fix bug that could cause a fast connect/close to fail when using --debug
      219682ef
    • unknown's avatar
      Added test case that crashed Innobase · 4bf00b00
      unknown authored
      BUILD/compile-solaris-sparc-purify:
        Changed to old (easy-to-edit) format
      extra/resolve_stack_dump.c:
        Don't require -s and -n options
      innobase/include/Makefile.i:
        Applied Heikki's changes
      innobase/include/univ.i:
        Applied Heikki's changes
      innobase/os/os0file.c:
        Fix problem with Signal 14 on Solaris
      mysys/mf_qsort.c:
        Fix for purify
      sql-bench/Results/ATIS-mysql-Linux_2.2.16_SMP_alpha:
        New test results
      sql-bench/Results/RUN-mysql-Linux_2.2.16_SMP_alpha:
        New test results
      sql-bench/Results/alter-table-mysql-Linux_2.2.16_SMP_alpha:
        New test results
      sql-bench/Results/big-tables-mysql-Linux_2.2.16_SMP_alpha:
        New test results
      sql-bench/Results/connect-mysql-Linux_2.2.16_SMP_alpha:
        New test results
      sql-bench/Results/create-mysql-Linux_2.2.16_SMP_alpha:
        New test results
      sql-bench/Results/insert-mysql-Linux_2.2.16_SMP_alpha:
        New test results
      sql-bench/Results/select-mysql-Linux_2.2.16_SMP_alpha:
        New test results
      sql-bench/Results/wisconsin-mysql-Linux_2.2.16_SMP_alpha:
        New test results
      sql/ha_gemini.h:
        Fixed that SHOW VARIABLES shows table type as disabled if it can't be initialized.
      sql/ha_innobase.cc:
        Merged Heikkis changes
      sql/ha_innobase.h:
        Fixed that SHOW VARIABLES shows table type as disabled if it can't be initialized.
      sql/handler.cc:
        Fixed that SHOW VARIABLES shows table type as disabled if it can't be initialized.
      sql/mysqld.cc:
        Cleaned up error warning message.
      4bf00b00
  28. 25 Mar, 2001 2 commits
    • unknown's avatar
      Fixed problem with Innobase and signals on Solaris · 653f620e
      unknown authored
      Docs/manual.texi:
        Added information about \Z
      innobase/os/os0file.c:
        Fixed problem with signals on Solaris
      sql/ha_innobase.cc:
        Removed not needed sign()
      653f620e
    • unknown's avatar
      Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro · e7e243ed
      unknown authored
      (For glibc 2.2)
      
      
      client/thread_test.c:
        Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
      dbug/dbug.c:
        Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
      heap/hp_open.c:
        Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
      isam/open.c:
        Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
      myisam/mi_open.c:
        Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
      mysys/thr_alarm.c:
        Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
      mysys/thr_lock.c:
        Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
      mysys/thr_rwlock.c:
        Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
      sql/ha_berkeley.cc:
        Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
      sql/ha_innobase.cc:
        Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
      sql/hash_filo.h:
        Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
      sql/hostname.cc:
        Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
      sql/item_func.cc:
        Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
      sql/log.cc:
        Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
      sql/mysqld.cc:
        Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
      sql/slave.h:
        Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
      sql/sql_class.cc:
        Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
      sql/sql_class.h:
        Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
      sql/sql_insert.cc:
        Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
      sql/sql_udf.cc:
        Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro
      e7e243ed
  29. 24 Mar, 2001 1 commit
    • unknown's avatar
      Added defines for fast mutex in glibc 2.2 (should be safe) · 13a57d19
      unknown authored
      Fixed crash in SELECT DISTINCT SUM(...)
      Fix return value of mysortncmp() for innobase
      Fix join_crash bug
      
      
      Docs/manual.texi:
        Changelog
      include/my_pthread.h:
        Added defines for fast mutex in glibc 2.2
      mysql-test/t/join_crash.test:
        Changed table names to t1,t2...
      mysys/my_bitmap.c:
        Use fast mutex
      mysys/my_open.c:
        Use fast mutex
      mysys/my_pthread.c:
        Use fast mutex
      mysys/my_thr_init.c:
        Use fast mutex
      mysys/my_winthread.c:
        Use fast mutex
      mysys/thr_mutex.c:
        Use new mutexattr with error checking
      sql/ha_innobase.cc:
        Fix return value of mysortncmp() for innobase
      sql/sql_select.cc:
        Fix join_crash bug
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      13a57d19
  30. 21 Mar, 2001 1 commit
    • unknown's avatar
      Split setup_fields to setup_tables and setup_fields · 4b56b0ee
      unknown authored
      Fixed problem with UPDATE TABLE when keys wheren't always used.
      
      
      Docs/manual.texi:
        Added comment to ALTER TABLE
      scripts/mysql_install_db.sh:
        Added test for mysqld in libexec
      sql/ha_innobase.cc:
        Removed compiler warning
      sql/mysql_priv.h:
        Split setup_fields to setup_tables and setup_fields
      sql/sql_base.cc:
        Split setup_fields to setup_tables and setup_fields
      sql/sql_insert.cc:
        Split setup_fields to setup_tables and setup_fields
      sql/sql_load.cc:
        Split setup_fields to setup_tables and setup_fields
      sql/sql_parse.cc:
        Fixed missing 'mysql_info" with now clients.
      sql/sql_select.cc:
        Split setup_fields to setup_tables and setup_fields
      sql/sql_update.cc:
        Fixed problem with UPDATE TABLE when keys wheren't always used.
      sql/sql_yacc.yy:
        Small isolation change
      4b56b0ee
  31. 07 Mar, 2001 1 commit
  32. 06 Mar, 2001 3 commits
    • unknown's avatar
      Patch from sleepycat to fix problem with BDB and log files · 08d7d5cf
      unknown authored
      Print full command name to log files
      Convert table type to supported onces on ALTER TABLE
      
      
      Docs/manual.texi:
        Updates from user comments
      bdb/log/log_rec.c:
        Patch from sleepycat to fix problem with log files
      innobase/ibuf/Makefile.am:
        Don't let make do bk get
      innobase/include/Makefile.am:
        Don't let make do bk get
      man/Makefile.am:
        Don't let make do bk get
      myisam/mi_dbug.c:
        Print warning to debug log
      mysql-test/mysql-test-run.sh:
        Don't use innobase in replica
      mysql-test/r/null_key.result:
        Fix for new key lengths
      sql/ha_innobase.cc:
        Free hash cache at end
      sql/log.cc:
        Print full command name to log files
      sql/sql_table.cc:
        Convert table type to supported onces on ALTER TABLE
      08d7d5cf
    • unknown's avatar
      trx0trx.h Innobase now returns the key number in a duplicate key error,... · e58c1925
      unknown authored
      trx0trx.h	Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      row0ins.c	Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      row0mysql.c	Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      row0mysql.h	Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      ha_innobase.cc	Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      
      
      sql/ha_innobase.cc:
        Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      innobase/include/row0mysql.h:
        Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      innobase/include/trx0trx.h:
        Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      innobase/row/row0ins.c:
        Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      innobase/row/row0mysql.c:
        Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      e58c1925
    • unknown's avatar
      Merged some functions and removed some unused client functions. · 869c89fe
      unknown authored
      Remember UNION for ALTER TABLE
      Added test for if we are supporting transactions.
      Don't allow REPLACE to replace a row when we have generated an auto_increment key
      Fixed bug when using BLOB keys
      Fixed bug in SET @variable=user.
      
      
      Docs/manual.texi:
        Added some examples and moved the Error access denied section to the
        error section.
      client/mysqltest.c:
        Changed to use the new mysql_send_query()
      include/mysql.h:
        Changed mysql_reap_query() to mysql_send_query().
      libmysql/libmysql.c:
        Changed mysql_reap_query() to mysql_send_query()
        Merged some functions and removed some unused functions.
      mysql-test/r/bdb.result:
        New test case
      mysql-test/r/distinct.result:
        New test case
      mysql-test/r/key.result:
        New test case
      mysql-test/r/merge.result:
        New test case
      mysql-test/r/replace.result:
        New test case
      mysql-test/t/bdb.test:
        New test case
      mysql-test/t/key.test:
        New test case
      mysql-test/t/merge.test:
        New test case
      mysql-test/t/replace.test:
        New test case
      mysys/my_lock.c:
        Moved global lock variable to static
      sql-bench/test-insert.sh:
        Added test case for index-read only
      sql/field.h:
        Fixed that one can optimize ORDER BY with ISAM and GEMINI
      sql/ha_berkeley.cc:
        Added type casts needed for Windows
      sql/ha_innobase.cc:
        Removed reference to manual from comment.
      sql/ha_myisammrg.cc:
        Remember UNION for ALTER TABLE
      sql/ha_myisammrg.h:
        Remember UNION for ALTER TABLE
      sql/handler.cc:
        Added test for if we are supporting transactions.
        Don't allow REPLACE to replace a row when we have generated an auto_increment key.
      sql/handler.h:
        Remember UNION for ALTER TABLE
      sql/key.cc:
        Fixed bug when using BLOB keys
      sql/mysql_priv.h:
        Added new variables
      sql/mysqld.cc:
        Added new variables
      sql/opt_range.cc:
        Fixed problem with BLOB keys
      sql/opt_sum.cc:
        Fix for BLOB keys
      sql/sql_class.cc:
        Added test if we need to init/clean transaction variables
      sql/sql_insert.cc:
        Fix for REPLACE and auto_increment keys
      sql/sql_parse.cc:
        Fixed bug in max_user_connections
      sql/sql_select.cc:
        Fixed problem with key on BLOB
      sql/sql_yacc.yy:
        Fixed bug in SET @variable=user.
      sql/table.cc:
        Fixed problem with keys on BLOB
      869c89fe