An error occurred fetching the project authors.
  1. 01 Aug, 2002 1 commit
    • unknown's avatar
      few small fixes · e8d66a28
      unknown authored
      BitKeeper/etc/ignore:
        Added mysys/ste5KbMa to the ignore list
      include/my_semaphore.h:
        A small fix for BSDi
      sql/sql_update.cc:
        Just a proper error message
      e8d66a28
  2. 23 Jul, 2002 1 commit
    • unknown's avatar
      New SET syntax & system variables. · a8caad31
      unknown authored
      Made a some new buffers thread specific and changeable.
      Resize of key_buffer.
      AUTO_COMMIT -> AUTOCOMMIT
      Fixed mutex bug in DROP DATABASE
      Fixed bug when using auto_increment as second part of a key where first part could include NULL.
      Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers.
      Don't write message to error log when slave reconnects becasue of timeout.
      Fixed possible update problem when using DELETE/UPDATE on small tables
      (In some cases we used index even if table scanning would be better)
      A lot of minior code cleanups
      
      
      BitKeeper/deleted/.del-net.c~ef21d6402bb882f9:
        Delete: libmysql/net.c
      BitKeeper/etc/ignore:
        added libmysql/net.c
      Docs/manual.texi:
        New SET syntax & system variables.
      client/client_priv.h:
        moved order of include files
      client/mysql.cc:
        Removed compiler warning
      client/mysqladmin.c:
        Use new SHOW GLOBAL syntax (if server supports it)
      configure.in:
        version change
      include/Makefile.am:
        indentation cleanup
      include/my_getopt.h:
        Made some helper functions global
      include/my_sys.h:
        Removed not used code
      include/myisam.h:
        Added extra argument to ..._extra()
      include/myisammrg.h:
        Added extra argument to ..._extra()
      include/mysql_com.h:
        changed NET to be able to support changeable system variables
      include/mysql_embed.h:
        Added MYSQL_SERVER_SUFFIX
      include/mysql_version.h.in:
        Added check of multiple including (needed for embedded library)
      include/mysqld_error.h:
        New error messages
      innobase/dict/dict0dict.c:
        Remove compiler warnings
      innobase/include/ut0mem.h:
        Remove compiler warnings
      innobase/include/ut0mem.ic:
        Remove compiler warnings
      isam/isamchk.c:
        new init_key_cache() arguments
      isam/isamlog.c:
        new init_key_cache() arguments
      isam/test2.c:
        new init_key_cache() arguments
      isam/test3.c:
        new init_key_cache() arguments
      libmysql/Makefile.am:
        Removed net.c (Automaticly make it from net_serv.cc)
      libmysql/Makefile.shared:
        Removed net.c (Automaticly make it from net_serv.cc)
      libmysql/libmysql.c:
        Changeable system variables
      libmysqld/Makefile.am:
        Added set_var.cc file
      libmysqld/embedded_priv.h:
        Changed order of include fiels
      libmysqld/lib_sql.cc:
        merge with mysqld.cc (for changeable variables)
      libmysqld/libmysqld.c:
        New changeable system variables
      myisam/mi_check.c:
        Added extra argument to ..._extra()
      myisam/mi_extra.c:
        Added extra argument to ..._extra()
      myisam/mi_open.c:
        Removed not used variable
      myisam/mi_test1.c:
        Changed call to init_key_cache
      myisam/mi_test2.c:
        Added extra argument to ..._extra()
      myisam/mi_test3.c:
        Added extra argument to ..._extra()
      myisam/mi_write.c:
        Add cache size argument to bulk-insert-init
      myisam/myisamchk.c:
        Use new key cache
      myisam/myisamdef.h:
        new mi_init_bulk_insert() arguments
      myisam/myisamlog.c:
        Added extra argument to ..._extra()
      myisam/myisampack.c:
        Added extra argument to ..._extra()
      myisammrg/myrg_extra.c:
        Added extra argument to ..._extra()
      myisammrg/myrg_rrnd.c:
        Added extra argument to ..._extra()
      mysql-test/r/insert_select.result:
        New changeable system variables
      mysql-test/r/key.result:
        Test of bug in auto_increment
      mysql-test/r/query_cache.result:
        New changeable system variables
      mysql-test/r/rpl000001.result:
        New changeable system variables
      mysql-test/r/rpl000016.result:
        New changeable system variables
      mysql-test/r/union.result:
        New changeable system variables
      mysql-test/r/user_var.result:
        New changeable system variables
      mysql-test/r/variables.result:
        New changeable system variables
      mysql-test/t/key.test:
        Test of bug in auto_increment
      mysql-test/t/query_cache.test:
        New changeable system variables
      mysql-test/t/rpl000001.test:
        New changeable system variables
      mysql-test/t/rpl000009.test:
        New changeable system variables
      mysql-test/t/rpl000016.test:
        New changeable system variables
      mysql-test/t/rpl_compat.test:
        New changeable system variables
      mysql-test/t/union.test:
        New changeable system variables
      mysql-test/t/user_var.test:
        New changeable system variables
      mysql-test/t/variables.test:
        New changeable system variables
      mysys/default.c:
        Bigger default memory allocation
      mysys/mf_iocache.c:
        Removed compiler warning
      mysys/mf_keycache.c:
        Made key cache resizable on the fly
        Removed not needed extra argument to init_key_cache()
      mysys/my_getopt.c:
        Made some helper functions global
      sql/Makefile.am:
        Aded set_var.cc
      sql/convert.cc:
        Comment cleanup
      sql/field.cc:
        new changeable system variables
      sql/filesort.cc:
        new changeable system variables
      sql/ha_berkeley.cc:
        AUTO_COMMIT -> AUTOCOMMIT
      sql/ha_innodb.cc:
        new changeable system variables
      sql/ha_myisam.cc:
        Added extra argument to ..._extra()
      sql/ha_myisam.h:
        Added extra argument to ..._extra()
      sql/ha_myisammrg.cc:
        Added extra argument to ..._extra()
      sql/ha_myisammrg.h:
        Added extra argument to ..._extra()
      sql/handler.cc:
        Added extra argument to ..._extra()
        Added resize of key cache
        Change ha_table_typelib for use with new system variables
      sql/handler.h:
        Added extra argument to ..._extra()
      sql/item.cc:
        new changeable system variables
      sql/item.h:
        Added better support of Item_uint
      sql/item_func.cc:
        Added support for SET @@[global | session] system_variable
      sql/item_strfunc.cc:
        new changeable system variables
      sql/key.cc:
        Fixed bug in auto_increment on second part keys
      sql/lex.h:
        Removed not needed keywords
      sql/log.cc:
        new changeable system variables
      sql/log_event.cc:
        new changeable system variables
      sql/log_event.h:
        Removed not needed var reference
      sql/mini_client.cc:
        new changeable system variables
        code cleanup
      sql/mini_client.h:
        Indentation cleanup
      sql/mysql_priv.h:
        Changed order of include files & variables to make file more readable
      sql/mysqld.cc:
        Changed order of variables to make file more readable.
        Support for changeable variables
        Rename of system variables
        Moved init_vars to set_var.cc
        Changed output of --help
      sql/net_pkg.cc:
        Added my_net_local_init() to make it possible to set different defaults for network connection depending if you are a client, embedded library or server.
      sql/net_serv.cc:
        new changeable system variables
        To support this, some global variables had to be move to the NET structure.
      sql/records.cc:
        new changeable system variables
        use extra_opt()
      sql/repl_failsafe.cc:
        new changeable system variables
        minior code cleanups
      sql/repl_failsafe.h:
        removed not needed external var reference
      sql/share/czech/errmsg.txt:
        new changeable system variables
      sql/share/danish/errmsg.txt:
        new changeable system variables
      sql/share/dutch/errmsg.txt:
        new changeable system variables
      sql/share/english/errmsg.txt:
        new changeable system variables
      sql/share/estonian/errmsg.txt:
        new changeable system variables
      sql/share/french/errmsg.txt:
        new changeable system variables
      sql/share/german/errmsg.txt:
        new changeable system variables
      sql/share/greek/errmsg.txt:
        new changeable system variables
      sql/share/hungarian/errmsg.txt:
        new changeable system variables
      sql/share/italian/errmsg.txt:
        new changeable system variables
      sql/share/japanese/errmsg.txt:
        new changeable system variables
      sql/share/korean/errmsg.txt:
        new changeable system variables
      sql/share/norwegian-ny/errmsg.txt:
        new changeable system variables
      sql/share/norwegian/errmsg.txt:
        new changeable system variables
      sql/share/polish/errmsg.txt:
        new changeable system variables
      sql/share/portuguese/errmsg.txt:
        new changeable system variables
      sql/share/romanian/errmsg.txt:
        new changeable system variables
      sql/share/russian/errmsg.txt:
        new changeable system variables
      sql/share/slovak/errmsg.txt:
        new changeable system variables
      sql/share/spanish/errmsg.txt:
        new changeable system variables
      sql/share/swedish/errmsg.txt:
        new changeable system variables
      sql/share/ukrainian/errmsg.txt:
        new changeable system variables
      sql/slave.cc:
        new changeable system variables
        Added some suppression of error messages
        Initialize current_thd for all slave threads.
      sql/sql_acl.cc:
        Added checking of arguments for SET PASSWORD (for new SET defintion)
      sql/sql_acl.h:
        new prototypes
      sql/sql_base.cc:
        new changeable system variables
      sql/sql_cache.cc:
        new changeable system variables
      sql/sql_cache.h:
        Renamed some arguments to make code more readable
      sql/sql_class.cc:
        new changeable system variables
      sql/sql_class.h:
        New changeable system variables
        Code cleanup
      sql/sql_db.cc:
        Fixed bug in DROP DATABASE
      sql/sql_delete.cc:
        Usage of wrong define in test (possible speed problem)
      sql/sql_insert.cc:
        use extra_opt()
        Code cleanup
      sql/sql_lex.cc:
        Added support for SET @@[global | session] system_variable
      sql/sql_lex.h:
        Added support for SET @@[global | session] system_variable
      sql/sql_load.cc:
        Cleanup for embedded library
        Use extra_opt()
      sql/sql_parse.cc:
        Cleanup for embedded library
        New changeable system variables
      sql/sql_repl.cc:
        new changeable system variables
      sql/sql_repl.h:
        Fixed variable definitions
      sql/sql_select.cc:
        new changeable system variables
      sql/sql_show.cc:
        New changeable system variables
      sql/sql_table.cc:
        Fixed bug in DROP DATABASE
      sql/sql_union.cc:
        New changeable system variables
      sql/sql_update.cc:
        Usage of wrong define in test (possible speed problem)
      sql/sql_yacc.yy:
        New changeable system variables
      sql/structs.h:
        Added typedef for SHOW_VAR
      sql/table.cc:
        Fixed bug in auto_increment on second part keys
      sql/uniques.cc:
        Comment fix
      sql/unireg.h:
        A
      a8caad31
  3. 18 Jun, 2002 1 commit
  4. 13 Jun, 2002 1 commit
  5. 11 Jun, 2002 1 commit
    • unknown's avatar
      Big code cleanup/review before 4.0.2 release. · 70aa7424
      unknown authored
      (All commit emails since 4.0.1 checked)
      This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
      
      
      BUILD/SETUP.sh:
        Added -DPEDANTIC_SAFEMALLOC as standard debug option
      Docs/manual.texi:
        Changes for new version.
      client/mysql.cc:
        Fixed default value for rehash
        cleanup
      client/mysqladmin.c:
        Cleanup
      client/mysqlbinlog.cc:
        cleanup
      client/mysqldump.c:
        Cleanup
      client/mysqlmanager-pwgen.c:
        Cleanup
      client/mysqlmanagerc.c:
        Cleanup
      client/mysqltest.c:
        Cleanup
      dbug/dbug.c:
        Cleanup
      extra/resolve_stack_dump.c:
        Cleanup & Simple optimizations
      include/ft_global.h:
        Cleanup
      include/my_alloc.h:
        Cleanup
      include/my_global.h:
        Cleanup
      include/my_sys.h:
        Cleanup
      include/myisam.h:
        Cleanup
      libmysql/libmysql.c:
        Cleanup
      libmysql/manager.c:
        Cleanup
      myisam/ft_boolean_search.c:
        Cleanup
      myisam/ft_dump.c:
        Change strcpy -> strmov
      myisam/ft_eval.c:
        Cleanup
      myisam/ft_nlq_search.c:
        Cleanup
      myisam/ft_test1.c:
        strncpy -> strnmov
      myisam/ft_update.c:
        Cleanup
      myisam/mi_static.c:
        Cleanup
      myisam/mi_test2.c:
        Cleanup
      myisam/mi_write.c:
        Cleanup
      mysys/mf_fn_ext.c:
        Cleanup
      mysys/mf_iocache.c:
        Cleanup
      mysys/mf_iocache2.c:
        Cleanup
      mysys/my_getopt.c:
        Cleanup
      mysys/my_read.c:
        Cleanup
      mysys/my_thr_init.c:
        Cleanup
      mysys/queues.c:
        Cleanup
      mysys/safemalloc.c:
        Cleanup
      sql/field.cc:
        Indentation cleanups
      sql/ha_berkeley.cc:
        Indentation cleanups
      sql/ha_myisam.cc:
        Cleanup
      sql/item.h:
        Indentation cleanups
      sql/item_cmpfunc.cc:
        Indentation cleanups
      sql/item_create.cc:
        cleanup
      sql/item_func.cc:
        Cleanup
      sql/item_func.h:
        Indentation cleanups
      sql/item_strfunc.cc:
        Indentation cleanups
      sql/item_sum.cc:
        Indentation cleanups
      sql/item_timefunc.cc:
        Indentation cleanups
      sql/lock.cc:
        Indentation cleanups
      sql/log.cc:
        Cleanup
        strnmov -> strmake
      sql/log_event.cc:
        Cleanup + optimizations
        Fixed memory leak
        Added missing pthread_mutex_unlock()  (On error condition)
      sql/log_event.h:
        Indentation and comment cleanup
        Merged #ifdef's into common blocks for better readability
      sql/mini_client.cc:
        Indentation cleanup
      sql/mysql_priv.h:
        Cleanup
        Changed int function to bool
      sql/mysqld.cc:
        Indentation and comment cleanup
      sql/net_pkg.cc:
        Indentation cleanup
      sql/net_serv.cc:
        Changed int function -> bool
      sql/nt_servc.cc:
        Cleanup
      sql/opt_range.cc:
        Indentation cleanup
      sql/repl_failsafe.cc:
        Cleanup + simple optimization
        strnmov -> strmake
      sql/slave.cc:
        strnmov -> strmake
        Cleanups
      sql/slave.h:
        Cleanup
      sql/sql_acl.cc:
        Indentation and DBUG_PRINT cleanup
        Changed WITH MAX... to not use =
      sql/sql_base.cc:
        Indentation cleanup
      sql/sql_cache.cc:
        Indentation cleanup
      sql/sql_class.cc:
        Indentation cleanup
      sql/sql_class.h:
        Renamed some struct slots
      sql/sql_delete.cc:
        Indentation cleanup
      sql/sql_handler.cc:
        Indentation cleanup
      sql/sql_insert.cc:
        Use new slot names.
      sql/sql_lex.cc:
        Indentation cleanup
      sql/sql_lex.h:
        Indentation cleanup
      sql/sql_load.cc:
        Indentation cleanup
      sql/sql_parse.cc:
        Indentation cleanup
        Removed not used check from LOCK TABLES
      sql/sql_repl.cc:
        strnmov -> strmake
      sql/sql_repl.h:
        Removed test if file is included (We want to know if it's included twice to avoid this)
      sql/sql_select.cc:
        Indentation cleanup
      sql/sql_show.cc:
        Indentation cleanup
      sql/sql_string.cc:
        Indentation cleanup
      sql/sql_table.cc:
        Indentation cleanup
      sql/sql_union.cc:
        Use renamed struct slot
      sql/sql_update.cc:
        Indentation cleanup
      sql/sql_yacc.yy:
        Removed = after GRANT ... MAX_  to make the syntax uniform
      sql/table.cc:
        Indentation cleanup
      sql/table.h:
        Indentation cleanup
      sql/time.cc:
        Indentation cleanup
      sql/udf_example.cc:
        Indentation cleanup
      sql/unireg.cc:
        strnmov -> strmake
      tests/grant.pl:
        Added test for LOCK TABLES
      tools/mysqlmanager.c:
        Cleanup
        fopen() -> my_fopen()
      vio/viosocket.c:
        DBUG_PRINT cleanups
      vio/viosslfactories.c:
        Indentation cleanup
        Checking of results from malloc()
        Fixed possible memory leak
      BitKeeper/etc/ignore:
        Added scripts/mysql_secure_installation to the ignore list
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      70aa7424
  6. 29 Apr, 2002 1 commit
    • unknown's avatar
      Fixed that enable-reads-from-master and repl-parse-query works in option files. · 4c76a1c8
      unknown authored
      Fixed slowdown problem on win98
      Fixed syntax for ALTER TABLE .. RENAME
      
      
      Docs/manual.texi:
        changelog
      libmysql/libmysql.c:
        Fixed that enable-reads-from-master and repl-parse-query works in option files.
      myisam/ft_boolean_search.c:
        Portability fixes
      mysys/my_thr_init.c:
        cleanup
      sql/sql_base.cc:
        Fixed slowdown problem on win98
      sql/sql_delete.cc:
        Removed compiler warnings
      sql/sql_insert.cc:
        Removed compiler warnings
      sql/sql_update.cc:
        Removed compiler warnings
      sql/sql_yacc.yy:
        Fixed syntax for ALTER TABLE .. RENAME
      vio/vio.c:
        Added test of OS2
      vio/viosocket.c:
        cleanup
      4c76a1c8
  7. 28 Apr, 2002 1 commit
    • unknown's avatar
      invalidation moved before tables unlocking · 3c0e6091
      unknown authored
      sql/sql_delete.cc:
        invalidation moved before tables unlocking
        invalidation on multidelete error (if something changed)
      sql/sql_parse.cc:
        invalidation moved to mysql_admin_table
        layout fixing
      sql/sql_table.cc:
        invalidation moved to mysql_admin_table
      sql/sql_update.cc:
        invalidation moved before tables unlocking
        invalidation on multiupdate error (if something changed)
      3c0e6091
  8. 22 Mar, 2002 1 commit
    • unknown's avatar
      added building without query cache · 3d2ac023
      unknown authored
      configure.in:
        new configure parameter (now only for embeded server)
      include/my_global.h:
        now query cache always included in server, because of problrms with test suit
      mysql-test/r/flush.result:
        removed double testing
      mysql-test/t/flush.test:
        removed double testing
      mysql-test/t/grant_cache.test:
        now it is only memo about query cache
      mysql-test/t/query_cache.test:
        now it is only memo about query cache
      3d2ac023
  9. 15 Mar, 2002 1 commit
    • unknown's avatar
      processing trunsactional tables in query cache · 0510e98e
      unknown authored
      mysql-test/r/innodb_cache.result:
        new test for query cache with transactions
      mysql-test/t/innodb_cache.test:
        new test for query cache with transactions
      sql/sql_cache.cc:
        processing trunsactional tables in query cache & removing strlen
      sql/sql_class.cc:
        processing trunsactional tables in query cache & added transaction-live memory
      sql/sql_class.h:
        processing trunsactional tables in query cache & added transaction-live memory
      sql/sql_parse.cc:
        processing trunsactional tables in query cache & added transaction-live memory
      sql/table.h:
        removing strlen operation from query cache
      0510e98e
  10. 29 Jan, 2002 1 commit
    • unknown's avatar
      New error messages · d6a43626
      unknown authored
      Test of unsigned BIGINT values
      Fixes for queries-per-hour
      Cleanup of replication code (comments and portability fixes)
      Make most of the binary log code 4G clean
      Changed syntax for GRANT ... QUERIES PER HOUR
      
      
      Docs/manual.texi:
        Fixed Changelog, upgrading to 4.0 and 4.1 TODO sections.
      Docs/mysqld_error.txt:
        Added error message.
      configure.in:
        Fix for autoconf 2.52
      include/my_getopt.h:
        Portability fix.
      include/my_global.h:
        Portablity fix.
      include/mysqld_error.h:
        New error messages
      mysql-test/r/bigint.result:
        Test of unsigned BIGINT values.
      mysql-test/r/func_op.result:
        Test of unsigned BIGINT values.
      mysql-test/r/varbinary.result:
        Test of unsigned BIGINT values.
      mysql-test/t/bigint.test:
        Test of unsigned BIGINT values.
      sql/item_func.h:
        Optimized Item_int_func() usage.
      sql/lock.cc:
        Cleanup comments
      sql/log.cc:
        Cleanup
      sql/log_event.cc:
        Cleanup and portability fixes.
      sql/log_event.h:
        Cleanup and portability fixes.
      sql/mini_client.cc:
        Cleanup and portability fixes.
      sql/mysqld.cc:
        Fix for queries-per-hour
      sql/repl_failsafe.cc:
        Prepare for making binary log 2G clean.
      sql/share/czech/errmsg.txt:
        New error messages
      sql/share/danish/errmsg.txt:
        New error messages
      sql/share/dutch/errmsg.txt:
        New error messages
      sql/share/english/errmsg.txt:
        New error messages
      sql/share/estonian/errmsg.txt:
        New error messages
      sql/share/french/errmsg.txt:
        New error messages
      sql/share/german/errmsg.txt:
        New error messages
      sql/share/greek/errmsg.txt:
        New error messages
      sql/share/hungarian/errmsg.txt:
        New error messages
      sql/share/italian/errmsg.txt:
        New error messages
      sql/share/japanese/errmsg.txt:
        New error messages
      sql/share/korean/errmsg.txt:
        New error messages
      sql/share/norwegian-ny/errmsg.txt:
        New error messages
      sql/share/norwegian/errmsg.txt:
        New error messages
      sql/share/polish/errmsg.txt:
        New error messages
      sql/share/portuguese/errmsg.txt:
        New error messages
      sql/share/romanian/errmsg.txt:
        New error messages
      sql/share/russian/errmsg.txt:
        New error messages
      sql/share/slovak/errmsg.txt:
        New error messages
      sql/share/spanish/errmsg.txt:
        New error messages
      sql/share/swedish/errmsg.txt:
        New error messages
      sql/share/ukrainian/errmsg.txt:
        New error messages
      sql/slave.cc:
        Cleanup
      sql/slave.h:
        Cleanup
      sql/sql_acl.cc:
        Cleanup and removal of possible reserved words
      sql/sql_base.cc:
        More DBUG
      sql/sql_cache.cc:
        Cleanup & portability fixes
      sql/sql_class.h:
        Make binary log 4G clean
      sql/sql_delete.cc:
        More DBUG
      sql/sql_handler.cc:
        Cleanup & portability fixes
      sql/sql_parse.cc:
        Cleanup of queries-per-hours code
      sql/sql_rename.cc:
        Add missing DBUG_RETURN
      sql/sql_repl.cc:
        Cleanup & portability fixes
      sql/sql_select.cc:
        Cleanup & portability fixes
      sql/sql_show.cc:
        Cleanup & portability fixes
      sql/sql_update.cc:
        Small cleanup of multi-update-code (need second pass)
      sql/sql_yacc.yy:
        Changed syntax for GRANT ... QUERIES PER HOUR
      strings/str2int.c:
        Cleanup & portability fixes
      d6a43626
  11. 17 Jan, 2002 1 commit
  12. 16 Jan, 2002 2 commits
    • unknown's avatar
      Move HA_EXTRA_NO_READCHECK to ha_open · 08858203
      unknown authored
      Fixed bug in multi-table-delete
      
      
      Docs/manual.texi:
        Changelog
      include/mysql_com.h:
        Define MAX_CHAR_WIDTH
      myisam/mi_extra.c:
        Cleanup
      mysql-test/r/bdb.result:
        Bug test
      mysql-test/r/group_by.result:
        Bug test
      mysql-test/t/bdb.test:
        Bug test
      mysql-test/t/group_by.test:
        Bug test
      sql/ha_berkeley.cc:
        More debug statements
      sql/handler.cc:
        Move HA_EXTRA_NO_READCHECK to ha_open
      sql/records.cc:
        More DBUG statements
      sql/sql_analyse.cc:
        Cleanup
      sql/sql_base.cc:
        Move HA_EXTRA_NO_READCHECK to ha_open
      sql/sql_delete.cc:
        Fixed bug in multi-table-delete
        Cleanup
      sql/sql_select.cc:
        Move HA_EXTRA_NO_READCHECK to ha_open
      sql/sql_update.cc:
        Move HA_EXTRA_NO_READCHECK to ha_open
      08858203
    • unknown's avatar
      some small changes for MULTI-TABLE updates and other little fixes · 4d638f1e
      unknown authored
      sql/sql_class.h:
        small optimisations for MULTI-TABLE UPDATE's
      sql/sql_parse.cc:
        Could not look at that if () at the start of execute_command, and as 
        Monty evidently did not have time, so I optimised it away in the best 
        fashion I know of.
      sql/sql_update.cc:
        Some optimisations  for MULTI-TABLE UPDATE's
      4d638f1e
  13. 12 Jan, 2002 1 commit
  14. 26 Dec, 2001 1 commit
    • unknown's avatar
      This is a large push. Included are : · 71ce58a3
      unknown authored
      * multi-table updates
      * new paid feature for limiting number of queries per hour for users
      * optional syntax for multi-table deletes
      * optimization for SQL_CALC_FOUND_ROWS
      * a small addition for CREATE .. SELECT that will be of future use
      
      I know that all this will require many additions to documentation, 
      which I have not done, but I am at Arjen's disposal to help him document
      all this.
      
      
      
      libmysqld/lib_sql.cc:
        This is a small change required due to new paid feature of limiting 
        number of queries per hour for each user.
      mysql-test/r/multi_update.result:
        Change of the result to accomodate multi-table updates
      mysql-test/t/multi_update.test:
        Change in multi-table tests to accomodate multi-table updates
      BitKeeper/etc/ignore:
        Added 50 sql/new.cc to the ignore list
      scripts/mysql_install_db.sh:
        This is a small change required due to new paid feature of limiting 
        number of queries per hour for each user.
      sql/item_timefunc.h:
        This is a small feature that will be of use later in the proper 
        creation of the tables out of CREATE ... SELECT...
        
        Further changes will come after this resolve/push/test passes ..
      sql/lex.h:
        This is a small change required due to new paid feature of limiting 
        number of queries per hour for each user.
      sql/mysql_priv.h:
        This is a small change required due to new paid feature of limiting 
        number of queries per hour for each user.
      sql/mysqld.cc:
        This is a small change required due to new paid feature of limiting 
        number of queries per hour for each user.
      sql/sql_acl.cc:
        This is a small change required due to new paid feature of limiting 
        number of queries per hour for each user.
      sql/sql_acl.h:
        This is a small change required due to new paid feature of limiting 
        number of queries per hour for each user.
      sql/sql_class.h:
        These are changes required for multi-table updates.
      sql/sql_lex.h:
        Changes required for both multi-table updates and limiting number of 
        queries per hour (paid feature).
      sql/sql_parse.cc:
        Ha ! So many changes. 
        
        * multi-table updates
        * limiting number of queries per hour for users
      sql/sql_select.cc:
        Optimisation for SQL_CALC_FOUND_ROWS, when a query involves a single
        table, without WHERE or GROUP clause
      sql/sql_update.cc:
        multi-table updates
      sql/sql_yacc.yy:
        Many things :
        * multi-table updates
        * limiting number of queries per hour for users
        * new optional syntax for multi-table deletes. This one is different 
          from the one demanded by user. USING clause MUST include ALL tables, 
          not just the ones that are used and not deleted from.
      71ce58a3
  15. 02 Dec, 2001 1 commit
    • unknown's avatar
      Query cache. · 7c999bb0
      unknown authored
      Remove some warnings
      
      
      Docs/manual.texi:
        Solaris and gcc
      include/ft_global.h:
        Remove warnings
      include/myisam.h:
        Query cache
      include/myisammrg.h:
        Query cache
      include/mysql_com.h:
        Query cache
      libmysqld/lib_sql.cc:
        Query cache
      myisam/ft_boolean_search.c:
        Remove warnings
      myisam/ft_dump.c:
        Remove warnings
      myisam/ft_parser.c:
        Remove warnings
      myisam/ft_static.c:
        Remove warnings
      myisam/ft_update.c:
        Remove warnings
      myisam/ftdefs.h:
        Remove warnings
      myisam/mi_delete.c:
        Query cache
      myisam/mi_locking.c:
        Query cache
      myisam/mi_update.c:
        Query cache
      myisam/myisamdef.h:
        Optimize for Ia64
      myisammrg/myrg_extra.c:
        Query cache
      mysys/mf_keycache.c:
        DBUG statements
      regex/cclass.h:
        Remove warnings
      regex/cname.h:
        Remove warnings
      regex/main.c:
        Remove warnings
      regex/regcomp.c:
        Remove warnings
      regex/regcomp.ih:
        Remove warnings
      regex/regerror.c:
        Remove warnings
      regex/reginit.c:
        Remove warnings
      regex/split.c:
        Remove warnings
      sql-bench/test-connect.sh:
        Make tests query-cache safe.
      sql-bench/test-transactions.sh:
        Fix for old perl versions
      sql/convert.cc:
        Query cache
      sql/ha_myisammrg.cc:
        Query cache
      sql/ha_myisammrg.h:
        Query cache
      sql/handler.cc:
        Query cache
      sql/item_create.cc:
        Query cache
      sql/item_func.cc:
        Remove warnings
      sql/item_func.h:
        Remove warnings
      sql/lex.h:
        Query cache
      sql/mysql_priv.h:
        Query cache
      sql/mysqld.cc:
        Query cache
      sql/net_serv.cc:
        Query cache
      sql/sql_cache.cc:
        Query cache
      sql/sql_class.cc:
        Query cache
      sql/sql_class.h:
        Query cache
      sql/sql_db.cc:
        Query cache
      sql/sql_delete.cc:
        Query cache
      sql/sql_insert.cc:
        Query cache
      sql/sql_parse.cc:
        Query cache
      sql/sql_select.cc:
        Query cache
      sql/sql_table.cc:
        Query cache
      sql/sql_update.cc:
        Query cache
      sql/sql_yacc.yy:
        Query cache
      7c999bb0
  16. 29 Nov, 2001 1 commit
    • unknown's avatar
      Fix not critical MyISAM bug in locking. · c2689648
      unknown authored
      Free character sets properly (for embedded).
      Add missing mutex in HANDLER CLOSE
      
      
      Build-tools/Do-compile:
        Update for gcc 3.0
      Docs/manual.texi:
        Update for gcc 3.0
      myisam/mi_locking.c:
        Fix not critical bug in locking
      myisam/myisamdef.h:
        Fix not critical bug in locking
      mysys/my_init.c:
        Free character sets properly
      mysys/my_seek.c:
        Remove warning
      sql-bench/server-cfg.sh:
        Fix benchmarks to run with MySQL
      sql/sql_handler.cc:
        Add missing mutex
      sql/sql_update.cc:
        Clean up procinfo
      c2689648
  17. 24 Nov, 2001 1 commit
  18. 21 Nov, 2001 1 commit
  19. 08 Nov, 2001 1 commit
    • unknown's avatar
      Fixed bug in UPDATE .. ORDER BY · 30052a49
      unknown authored
      Docs/manual.texi:
        Changelog
      mysql-test/r/update.result:
        Test found bug in UPDATE .. ORDER BY
      mysql-test/t/update.test:
        Test found bug in UPDATE .. ORDER BY
      30052a49
  20. 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
  21. 02 Aug, 2001 1 commit
    • unknown's avatar
      Fix UNION · 329e5f2f
      unknown authored
      New faster list iterators
      Change list code to be simpler and faster
      Optimize count(distinct)
      New error messages for UNION
      Make create_tmp_table more general to be usable by UNION
      
      
      Docs/manual.texi:
        Changelog
      include/mysqld_error.h:
        Add new error messages needed for UNION
      mysql-test/r/union.result:
        New tests for UNION
      mysql-test/t/analyse.test:
        Add missing drop table
      mysql-test/t/union.test:
        new tests for UNION
      sql/Makefile.am:
        Change name of sql_unions.cc to sql_union.cc
      sql/item.cc:
        Use List_iterator_fast
      sql/item_cmpfunc.cc:
        Use List_iterator_fast
      sql/item_func.cc:
        Use List_iterator_fast
      sql/item_sum.cc:
        Use List_iterator_fast
        Optimize count(distinct)
        Cleanup of indentation and comments
      sql/item_sum.h:
        Optimize count(distinct)
      sql/key.cc:
        Use List_iterator_fast
      sql/mysql_priv.h:
        Add new option bits
      sql/opt_sum.cc:
        Use List_iterator_fast
      sql/share/Makefile.am:
        Add 'fix_errors' label
      sql/share/czech/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/danish/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/dutch/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/english/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/estonian/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/french/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/german/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/greek/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/hungarian/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/italian/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/japanese/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/korean/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/norwegian-ny/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/norwegian/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/polish/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/portuguese/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/romanian/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/russian/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/slovak/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/spanish/errmsg.txt:
        Add new error messages needed for UNION
      sql/share/swedish/errmsg.txt:
        Add new error messages needed for UNION
      sql/sql_analyse.cc:
        Use List_iterator_fast
      sql/sql_base.cc:
        Use List_iterator_fast
        Add new argument to setup_fields
      sql/sql_class.cc:
        Use List_iterator_fast
      sql/sql_class.h:
        Create new class for UNION
      sql/sql_handler.cc:
        Use List_iterator_fast
      sql/sql_insert.cc:
        Use List_iterator_fast
      sql/sql_lex.h:
        Cleanup
      sql/sql_list.cc:
        Faster iteration of lists
      sql/sql_list.h:
        Faster iterations of lists
      sql/sql_load.cc:
        Use List_iterator_fast
      sql/sql_parse.cc:
        Fix UNION code
      sql/sql_select.cc:
        Use List_iterator_fast
        Make create_tmp_table more general to be usable by UNION
      sql/sql_select.h:
        Changes to speed up copy_fields()
      sql/sql_show.cc:
        Use List_iterator_fast
      sql/sql_table.cc:
        Use List_iterator_fast
      sql/sql_union.cc:
        Fix UNION code
      sql/sql_update.cc:
        Use List_iterator_fast
      sql/sql_yacc.yy:
        Fix UNION code
      329e5f2f
  22. 16 Jul, 2001 1 commit
    • unknown's avatar
      Patch for netBSD · 2a18a762
      unknown authored
      Added warning for tables where the auto_increment key is 0
      Fixed DELETE ... LIMIT 0
      Fixed UPDATE ..LIMIT 0
      
      
      Docs/manual.texi:
        Changelog + Update to CHECK TABLE
      configure.in:
        Patch for netBSD
      mit-pthreads/gen/ctime.c:
        Patch for netBSD
      mit-pthreads/machdep/netbsd-1.1/__signal.h:
        Patch for netBSD
      mit-pthreads/stdio/strerror.c:
        Patch for netBSD
      myisam/mi_check.c:
        Added warning for tables where the auto_increment key is 0
      myisam/myisamchk.c:
        Added warning for tables where the auto_increment key is 0
      mysql-test/r/auto_increment.result:
        Added warning for tables where the auto_increment key is 0
      mysql-test/r/limit.result:
        Test of DELETE ... LIMIT 0
      mysql-test/t/auto_increment.test:
        Added warning for tables where the auto_increment key is 0
      mysql-test/t/limit.test:
        Test of DELETE ... LIMIT 0
      sql/Makefile.am:
        Don't add mysqld_LDADD to mysqlbinlog (portability patch)
      sql/ha_gemini.cc:
        Changed copyright (have got ok from NuSphere previously)
      sql/ha_gemini.h:
        Changed copyright (have got ok from NuSphere previously)
      sql/sql_delete.cc:
        Fixed DELETE ... LIMIT 0
      sql/sql_update.cc:
        Fixed UPDATE ..LIMIT 0
      2a18a762
  23. 25 Jun, 2001 1 commit
    • unknown's avatar
      Fixed bug when sorting big files (introduced with multi-table-delete) · 4d5dcac3
      unknown authored
      Changed mysql-test to use --language
      Cleaned up parameters to filesort()
      
      
      configure.in:
        Fixed typo
      mysql-test/install_test_db.sh:
        Changed test case to use --language
      mysql-test/mysql-test-run.sh:
        Changed test case to use --language
        Fixed that test names are not 'cut'-ed.
      mysql-test/r/select_found.result:
        Fixed test case to make it repeatable
      mysql-test/t/insert.test:
        Added test of unique key handling
      mysql-test/t/order_fill_sortbuf.test:
        Cleaned up test
      mysql-test/t/select_found.test:
        Fixed test case to make it repeatable
      sql/filesort.cc:
        Fixed bug when sorting big files (introduced with multi-table-delete)
        cleaned up parameters.
      sql/mysql_priv.h:
        Cleaned up parameters to filesort()
      sql/mysqld.cc:
        Fixed typo on enum
      sql/sql_delete.cc:
        Cleanup
      sql/sql_select.cc:
        Cleanup
      sql/sql_table.cc:
        Cleanup
      sql/sql_test.cc:
        Cleanup
      sql/sql_update.cc:
        Cleanup
      4d5dcac3
  24. 03 Jun, 2001 1 commit
    • unknown's avatar
      These are actually two changesets. One for splitting LEX in two and · 4e886689
      unknown authored
      the other for multi-table delete
      
      
      sql/filesort.cc:
        Fixed some bugs for Unique class
      sql/item.cc:
        Changes caused by splitting lex into two parts, in order to 
        implement UNION's etc
      sql/item_sum.cc:
        Changes caused by splitting lex into two parts, in order to 
        implement UNION's etc
      sql/mysql_priv.h:
        Changes caused by splitting lex into two parts, in order to 
        implement UNION's etc
      sql/sql_class.h:
        Adding multi table delete
      sql/sql_delete.cc:
        Added multi-table delete
      sql/sql_lex.cc:
        Changes caused by splitting lex into two parts, in order to 
        implement UNION's etc
      sql/sql_lex.h:
        Changes caused by splitting lex into two parts, in order to 
        implement UNION's etc
      sql/sql_parse.cc:
        Changes caused by splitting lex into two parts, in order to 
        implement UNION's etc, plus added multi-table delete
      sql/sql_select.cc:
        Changes caused by splitting lex into two parts, in order to 
        implement UNION's etc
      sql/sql_update.cc:
        Changes caused by splitting lex into two parts, in order to 
        implement UNION's etc
      sql/sql_yacc.yy:
        Changes caused by splitting lex into two parts, in order to 
        implement UNION's etc, plus added multi-table delete
      sql/uniques.cc:
        Fixed some bugs in duplicate stripping
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      4e886689
  25. 10 May, 2001 1 commit
  26. 11 Apr, 2001 1 commit
    • unknown's avatar
      Added all changes from old 4.0 version: · 8dd2e5b8
      unknown authored
      PSTACK, libmysqld and MySQL filesystem
      UPDATE ... ORDER BY
      DELETE ... ORDER BY
      New faster fulltext handling
      Faster compressed keys
      
      
      
      Makefile.am:
        Added support for pstack and libmysqld_dir
      acconfig.h:
        MySQL filesystem and PSTACK
      acinclude.m4:
        MySQL File system
      client/mysql.cc:
        Support for --xml
      configure.in:
        Pstack, MySQL FS and libmysqld_dir
      include/ft_global.h:
        Faster fulltext
      include/my_pthread.h:
        Made c++ safe
      include/myisam.h:
        Update for faster fulltext
      include/mysql_com.h:
        new my_net_read()
      include/violite.h:
        libmysqld
      libmysql/net.c:
        New protocol that supports big packets
      myisam/Makefile.am:
        Faster fulltext
      myisam/ft_parser.c:
        Faster fulltext
      myisam/ft_search.c:
        Faster fulltext
      myisam/ft_update.c:
        Faster fulltext
      myisam/ftdefs.h:
        Faster fulltext
      myisam/mi_check.c:
        Faster fulltext
      myisam/mi_open.c:
        Faster compressed keys
      myisam/mi_search.c:
        Faster compressed keys
      myisam/mi_update.c:
        Faster compressed keys
      myisam/myisamdef.h:
        Faster compressed keys
      myisam/sort.c:
        Faster compressed keys
      mysql-test/mysql-test-run.sh:
        --skip-innobase and --skip-bdb
      sql/ChangeLog:
        Changelog
      sql/Makefile.am:
        PSTACK
      sql/mysql_priv.h:
        New ORDER BY options and libmysqld
      sql/mysqld.cc:
        PSTACK
      sql/net_serv.cc:
        New protocol that supports big packets
      sql/share/estonian/errmsg.txt:
        New error messages
      sql/sql_base.cc:
        Better list_open_tabels
      sql/sql_delete.cc:
        ORDER BY for delete
      sql/sql_lex.cc:
        Added language convertation of all strings
      sql/sql_parse.cc:
        Changes for libmysqld
        Use new ORDER BY options
      sql/sql_show.cc:
        Character set convertations
        Use new list_open_tables function.
      sql/sql_update.cc:
        UPDATE ... ORDER BY
      sql/sql_yacc.yy:
        Clean up symbol definitions
        DELETE .. ORDER BY
        UPDATE .. ORDER BY
      sql/table.h:
        new OPEN_TABLE_LIST structure
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      8dd2e5b8
  27. 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
  28. 20 Mar, 2001 1 commit
    • unknown's avatar
      Added isolation levels · 6257ee76
      unknown authored
      Added SELECT .. FOR UPDATE and SELECT .. IN SHARE MODE
      
      
      Docs/manual.texi:
        Updated information about SET TRANSACTION ISOLATION LEVEL
      configure.in:
        Upgraded version number
      isam/_dbug.c:
        Fixed wrong fprintf
      isam/isamchk.c:
        Added new error message
      myisam/mi_check.c:
        Added new error message
      mysql-test/mysql-test-run.sh:
        Don't wait too long for server start
      mysys/mf_keycache.c:
        Cleaned up some error messages
      scripts/mysqlhotcopy.sh:
        Applied patch for --resetmaster --resetslave
      sql-bench/bench-init.pl.sh:
        Fix for windows
      sql/handler.cc:
        Added isolation levels and gemini spinlocks
      sql/handler.h:
        Added isolation levels
      sql/item_strfunc.cc:
        Cleanup of CONCAT_WS()
      sql/lex.h:
        Added isolation levels
      sql/mysql_priv.h:
        Added isolation levels
      sql/mysqld.cc:
        Added isolation levels
      sql/sql_class.cc:
        Added isolation levels
        Moved variable initialization to different code segments
      sql/sql_class.h:
        Added isolation levels
      sql/sql_lex.h:
        Added isolation levels
      sql/sql_parse.cc:
        Added isolation levels
      sql/sql_update.cc:
        cleanup
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      6257ee76
  29. 17 Feb, 2001 3 commits
    • unknown's avatar
      Added locks needed for Innobase · f8509fec
      unknown authored
      Fixed mutex problem when doing automatic repair of MyISAM tables
      
      
      Docs/manual.texi:
        changelog
      include/thr_lock.h:
        Added TL_READ_WITH_SHARED_LOCKS for Innobase
      mysql-test/r/update.result:
        Added 'select' to verify update results
      mysql-test/t/update.test:
        Better code coverage
      mysys/getvar.c:
        Allow space in to --set-variable
      mysys/thr_lock.c:
        Added TL_READ_WITH_SHARED_LOCKS
      sql/ha_myisam.cc:
        Added comment
      sql/lock.cc:
        Added missing broadcast
      sql/sql_base.cc:
        Fixed some mutex problem when doing automatic repair of MyISAM tables
      sql/sql_update.cc:
        Purecoverage
      f8509fec
    • unknown's avatar
      Write UNION() for MERGE tables · 45610211
      unknown authored
      Docs/manual.texi:
        Clearify when logging is done
      myisam/myisamchk.c:
        Better error message
      mysql-test/r/merge.result:
        Added test for SHOW CREATE on MERGE table
      scripts/safe_mysqld.sh:
        Search by default in database directory
      sql/ha_myisammrg.h:
        Add UNION() to SHOW CREATE TABLE
      sql/sql_update.cc:
        removed compiler warning
      45610211
    • unknown's avatar
      Added Innobase to source distribution · 2662b593
      unknown authored
      Docs/manual.texi:
        Added Innobase documentation
      configure.in:
        Incremented version
      include/my_base.h:
        Added option for Innobase
      myisam/mi_check.c:
        cleanup
      mysql-test/t/bdb.test:
        cleanup
      mysql-test/t/innobase.test:
        Extended with new tests from bdb.test
      mysql-test/t/merge.test:
        Added test of SHOW create
      mysys/my_init.c:
        Fix for UNIXWARE 7
      scripts/mysql_install_db.sh:
        Always write how to start mysqld
      scripts/safe_mysqld.sh:
        Fixed type
      sql/ha_innobase.cc:
        Update to new version
      sql/ha_innobase.h:
        Update to new version
      sql/handler.h:
        Added 'update_table_comment()' and 'append_create_info()'
      sql/sql_delete.cc:
        Fixes for Innobase
      sql/sql_select.cc:
        Fixes for Innobase
      sql/sql_show.cc:
        Append create information (for MERGE tables)
      sql/sql_update.cc:
        Fixes for Innobase
      2662b593
  30. 24 Dec, 2000 1 commit
    • unknown's avatar
      New benchmark test · 78cf07c8
      unknown authored
      Fixed bug in REPLACE with BDB tables
      Prepare for write lock on read for BDB
      Inform the handler when we want to use IGNORE / REPLACE
      New manual pages
      
      
      Docs/manual.texi:
        Updates for BDB tables and new changes
      client/mysql.cc:
        Cleanup
      configure.in:
        Added sys/ioctl.h
      heap/hp_rkey.c:
        Fixed bug when reading next on not unique key
      include/my_base.h:
        Added new extra options
      man/mysql.1:
        Added example
      mysys/my_write.c:
        Safety fix
      scripts/mysqlaccess.sh:
        Removed debug output
      scripts/safe_mysqld.sh:
        Added --open-files-limit
      sql-bench/Results/ATIS-mysql-Linux_2.2.14_my_SMP_i686:
        Updated to new benchmark
      sql-bench/Results/RUN-mysql-Linux_2.2.14_my_SMP_i686:
        Updated to new benchmark
      sql-bench/Results/alter-table-mysql-Linux_2.2.14_my_SMP_i686:
        Updated to new benchmark
      sql-bench/Results/big-tables-mysql-Linux_2.2.14_my_SMP_i686:
        Updated to new benchmark
      sql-bench/Results/connect-mysql-Linux_2.2.14_my_SMP_i686:
        Updated to new benchmark
      sql-bench/Results/create-mysql-Linux_2.2.14_my_SMP_i686:
        Updated to new benchmark
      sql-bench/Results/insert-mysql-Linux_2.2.14_my_SMP_i686:
        Updated to new benchmark
      sql-bench/Results/select-mysql-Linux_2.2.14_my_SMP_i686:
        Updated to new benchmark
      sql-bench/Results/wisconsin-mysql-Linux_2.2.14_my_SMP_i686:
        Updated to new benchmark
      sql-bench/bench-init.pl.sh:
        Updated to new benchmark
      sql-bench/server-cfg.sh:
        Fixes for HEAP tables
      sql-bench/test-ATIS.sh:
        Fix for heap tables
      sql-bench/test-insert.sh:
        Added some ORDER BY benchmarks to test more things
      sql/ha_berkeley.cc:
        Fix a bug in REPLACE
      sql/ha_berkeley.h:
        Fix to handle lock_on_read
      sql/mysql_priv.h:
        Prepare for internal subtransactions in BDB
      sql/mysqld.cc:
        Added -O open_files_limit=#
      sql/sql_insert.cc:
        Inform the handler when we want to use IGNORE / REPLACE
      sql/sql_load.cc:
        Inform the handler when we want to use IGNORE / REPLACE
      sql/sql_parse.cc:
        Cleanup
      sql/sql_show.cc:
        Cleanup
      sql/sql_table.cc:
        Inform the handler when we want to use IGNORE / REPLACE
      sql/sql_update.cc:
        Inform the handler when we want to use IGNORE / REPLACE
      support-files/binary-configure.sh:
        Better message
      78cf07c8
  31. 11 Dec, 2000 1 commit
    • unknown's avatar
      Removed init that crashed BDB · 011f8d0a
      unknown authored
      Fixed newly introduced bug in update
      
      
      BitKeeper/etc/ignore:
        Added libmysql_r/conf_to_src to the ignore list
      sql/filesort.cc:
        Removed init that crashed BDB
      sql/ha_berkeley.cc:
        Fixed bug in sub AUTO_INCREMENT keys in BDB tables
      sql/opt_range.cc:
        Cleanup
      sql/sql_update.cc:
        Fixed newly introduced bug in update
      011f8d0a
  32. 10 Dec, 2000 1 commit
    • unknown's avatar
      Bugfix when using a multi-part unique key in the SET and WHERE part · b6f23087
      unknown authored
      Put PRIMARY KEY and UNIQUE keys before other keys
      Fixes for auto_increment keys for BDB tables
      
      
      Docs/manual.texi:
        Changelog
      sql/ha_berkeley.cc:
        Fixes for auto_increment keys
      sql/sql_table.cc:
        Put PRIMARY KEY and UNIQUE keys before other keys
      sql/sql_update.cc:
        Bugfix when using a multi-part unique key in the SET and WHERE part
      b6f23087
  33. 08 Dec, 2000 1 commit
    • unknown's avatar
      Lots of fixes for BDB tables · 19d406d9
      unknown authored
      Change DROP TABLE to first drop the data, then the .frm file
      
      
      Docs/manual.texi:
        Updated TODO and Changelog
      include/Makefile.am:
        Portability fix
      mysql-test/misc/select.res:
        ***MISSING WEAVE***
      mysys/mf_iocache2.c:
        cleanup
      scripts/mysqlhotcopy.sh:
        Fixed --noindices
      sql-bench/Results/ATIS-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg:
        Updated benchmarks
      sql-bench/Results/RUN-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg:
        Updated benchmarks
      sql-bench/Results/alter-table-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg:
        Updated benchmarks
      sql-bench/Results/big-tables-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg:
        Updated benchmarks
      sql-bench/Results/connect-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg:
        Updated benchmarks
      sql-bench/Results/create-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg:
        Updated benchmarks
      sql-bench/Results/insert-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg:
        Updated benchmarks
      sql-bench/Results/select-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg:
        Updated benchmarks
      sql-bench/Results/wisconsin-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg:
        Updated benchmarks
      sql-bench/limits/pg.cfg:
        Updated to new crash-me
      sql-bench/server-cfg.sh:
        Fixes for pg 7.0.2
      sql/ha_berkeley.cc:
        Lots of BDB table fixes
      sql/ha_berkeley.h:
        Lots of BDB table fixes
      sql/handler.cc:
        Change DROP TABLE to first drop the data, then the .frm file
      sql/hostname.cc:
        Fixes for empty hostnames
      sql/log.cc:
        Fixed transaction logging
      sql/share/swedish/errmsg.OLD:
        cleanup
      sql/sql_delete.cc:
        Fixes for logging
      sql/sql_insert.cc:
        Fixes for logging
      sql/sql_select.cc:
        Fixes for BDB tables
      sql/sql_table.cc:
        Change DROP TABLE to first drop the data, then the .frm file
      sql/sql_update.cc:
        Fixes for logging
      BitKeeper/etc/ignore:
        Added scripts/mysqld_multi to the ignore list
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      19d406d9
  34. 07 Dec, 2000 1 commit
    • unknown's avatar
      Only write full transactions to binary log · 29907fc5
      unknown authored
      A lot of new functions for BDB tables
      Fix for DROP DATABASE on windows
      Default server_id variables
      
      
      Docs/manual.texi:
        Update of BDB info + Changes
      configure.in:
        Added test of readlink
      include/mysqld_error.h:
        Added new error message
      sql/ha_berkeley.cc:
        Added storing of status, CHECK, ANALYZE and OPTIMIZE TABLE
      sql/ha_berkeley.h:
        Added storing of status, CHECK, ANALYZE and OPTIMIZE TABLE
      sql/handler.cc:
        Only write full transactions to binary log
      sql/hostname.cc:
        cleanup
      sql/log.cc:
        Only write full transactions to binary log
      sql/log_event.h:
        Only write full transactions to binary log
      sql/mf_iocache.cc:
        Changes to be able to use IO_CACHE to save statements in a transaction
      sql/mysql_priv.h:
        New variables
      sql/mysqld.cc:
        Only write full transactions to binary log
        Added default values for server_id
        Lots of new bdb options
      sql/share/czech/errmsg.sys:
        Added new error message
      sql/share/czech/errmsg.txt:
        Added new error message
      sql/share/danish/errmsg.sys:
        Added new error message
      sql/share/danish/errmsg.txt:
        Added new error message
      sql/share/dutch/errmsg.sys:
        Added new error message
      sql/share/dutch/errmsg.txt:
        Added new error message
      sql/share/english/errmsg.sys:
        Added new error message
      sql/share/english/errmsg.txt:
        Added new error message
      sql/share/estonian/errmsg.sys:
        Added new error message
      sql/share/estonian/errmsg.txt:
        Added new error message
      sql/share/french/errmsg.sys:
        Added new error message
      sql/share/french/errmsg.txt:
        Added new error message
      sql/share/german/errmsg.sys:
        Added new error message
      sql/share/german/errmsg.txt:
        Added new error message
      sql/share/greek/errmsg.sys:
        Added new error message
      sql/share/greek/errmsg.txt:
        Added new error message
      sql/share/hungarian/errmsg.sys:
        Added new error message
      sql/share/hungarian/errmsg.txt:
        Added new error message
      sql/share/italian/errmsg.sys:
        Added new error message
      sql/share/italian/errmsg.txt:
        Added new error message
      sql/share/japanese/errmsg.sys:
        Added new error message
      sql/share/japanese/errmsg.txt:
        Added new error message
      sql/share/korean/errmsg.sys:
        Added new error message
      sql/share/korean/errmsg.txt:
        Added new error message
      sql/share/norwegian-ny/errmsg.txt:
        Added new error message
      sql/share/norwegian/errmsg.txt:
        Added new error message
      sql/share/polish/errmsg.sys:
        Added new error message
      sql/share/polish/errmsg.txt:
        Added new error message
      sql/share/portuguese/errmsg.sys:
        Added new error message
      sql/share/portuguese/errmsg.txt:
        Added new error message
      sql/share/romanian/errmsg.txt:
        Added new error message
      sql/share/russian/errmsg.sys:
        Added new error message
      sql/share/russian/errmsg.txt:
        Added new error message
      sql/share/slovak/errmsg.sys:
        Added new error message
      sql/share/slovak/errmsg.txt:
        Added new error message
      sql/share/spanish/errmsg.sys:
        Added new error message
      sql/share/spanish/errmsg.txt:
        Added new error message
      sql/share/swedish/errmsg.OLD:
        Added new error message
      sql/share/swedish/errmsg.sys:
        Added new error message
      sql/share/swedish/errmsg.txt:
        Added new error message
      sql/sql_base.cc:
        cleanup
      sql/sql_class.cc:
        Only write full transactions to binary log
      sql/sql_class.h:
        Added error handling of failed writes to logs
      sql/sql_db.cc:
        Fix for DROP DATABASE on windows
      sql/sql_delete.cc:
        Only write full transactions to binary log
      sql/sql_insert.cc:
        Only write full transactions to binary log
      sql/sql_load.cc:
        Only write full transactions to binary log
      sql/sql_parse.cc:
        End transaction at DROP, RENAME, CREATE and TRUNCATE
      sql/sql_table.cc:
        Fixes for ALTER TABLE on BDB tables for windows
      sql/sql_update.cc:
        Only write full transactions to binary log
      sql/sql_yacc.yy:
        AGAINST is not anymore a reserved word
      support-files/my-huge.cnf.sh:
        Changed to use binary log
      support-files/my-large.cnf.sh:
        Changed to use binary log
      support-files/my-medium.cnf.sh:
        Changed to use binary log
      support-files/my-small.cnf.sh:
        Changed to use binary log
      29907fc5
  35. 23 Nov, 2000 1 commit
    • unknown's avatar
      All statements are now run in a sub transaction · e94b4ebf
      unknown authored
      Give warning if we are using non transactional tables and do ROLLBACK
      Porting of crash-me and benchmarks to FrontBase
      
      
      Docs/manual.texi:
        Updates for 3.23.29
      include/mysqld_error.h:
        New error messages
      sql-bench/Data/ATIS/fconnection.txt:
        Name change because 'connection' was a reserved word in FrontBase
      sql-bench/bench-init.pl.sh:
        Port to FrontBase
      sql-bench/crash-me.sh:
        Port to FrontBase
      sql-bench/server-cfg.sh:
        Port to FrontBase
      sql-bench/test-ATIS.sh:
        Port to FrontBase
      sql-bench/test-alter-table.sh:
        Port to FrontBase
      sql-bench/test-big-tables.sh:
        Port to FrontBase
      sql-bench/test-connect.sh:
        Port to FrontBase
      sql-bench/test-create.sh:
        Port to FrontBase
      sql-bench/test-insert.sh:
        Port to FrontBase
      sql-bench/test-select.sh:
        Port to FrontBase
      sql-bench/test-wisconsin.sh:
        Port to FrontBase
      sql/ha_berkeley.cc:
        All statements are now run in a sub transaction
      sql/ha_berkeley.h:
        All statements are now run in a sub transaction
      sql/handler.cc:
        All statements are now run in a sub transaction
      sql/handler.h:
        All statements are now run in a sub transaction
      sql/mysql_priv.h:
        Moved QUERY_NO.. flags to unique numbers
      sql/mysqld.cc:
        All statements are now run in a sub transaction
      sql/net_pkg.cc:
        Added send_warning
      sql/share/czech/errmsg.sys:
        New error messages
      sql/share/czech/errmsg.txt:
        New error messages
      sql/share/danish/errmsg.sys:
        New error messages
      sql/share/danish/errmsg.txt:
        New error messages
      sql/share/dutch/errmsg.sys:
        New error messages
      sql/share/dutch/errmsg.txt:
        New error messages
      sql/share/english/errmsg.sys:
        New error messages
      sql/share/english/errmsg.txt:
        New error messages
      sql/share/estonian/errmsg.sys:
        New error messages
      sql/share/estonian/errmsg.txt:
        New error messages
      sql/share/french/errmsg.sys:
        New error messages
      sql/share/french/errmsg.txt:
        New error messages
      sql/share/german/errmsg.sys:
        New error messages
      sql/share/german/errmsg.txt:
        New error messages
      sql/share/greek/errmsg.sys:
        New error messages
      sql/share/greek/errmsg.txt:
        New error messages
      sql/share/hungarian/errmsg.sys:
        New error messages
      sql/share/hungarian/errmsg.txt:
        New error messages
      sql/share/italian/errmsg.sys:
        New error messages
      sql/share/italian/errmsg.txt:
        New error messages
      sql/share/japanese/errmsg.sys:
        New error messages
      sql/share/japanese/errmsg.txt:
        New error messages
      sql/share/korean/errmsg.sys:
        New error messages
      sql/share/korean/errmsg.txt:
        New error messages
      sql/share/norwegian-ny/errmsg.txt:
        New error messages
      sql/share/norwegian/errmsg.txt:
        New error messages
      sql/share/polish/errmsg.sys:
        New error messages
      sql/share/polish/errmsg.txt:
        New error messages
      sql/share/portuguese/errmsg.sys:
        New error messages
      sql/share/portuguese/errmsg.txt:
        New error messages
      sql/share/romanian/errmsg.txt:
        New error messages
      sql/share/russian/errmsg.sys:
        New error messages
      sql/share/russian/errmsg.txt:
        New error messages
      sql/share/slovak/errmsg.sys:
        New error messages
      sql/share/slovak/errmsg.txt:
        New error messages
      sql/share/spanish/errmsg.sys:
        New error messages
      sql/share/spanish/errmsg.txt:
        New error messages
      sql/share/swedish/errmsg.OLD:
        New error messages
      sql/share/swedish/errmsg.sys:
        New error messages
      sql/share/swedish/errmsg.txt:
        New error messages
      sql/slave.cc:
        All statements are now run in a sub transaction
      sql/sql_class.cc:
        All statements are now run in a sub transaction
      sql/sql_class.h:
        All statements are now run in a sub transaction
      sql/sql_delete.cc:
        Remember if we are using a non transactional table
      sql/sql_insert.cc:
        Remember if we are using a non transactional table
      sql/sql_load.cc:
        Remember if we are using a non transactional table
      sql/sql_parse.cc:
        All statements are now run in a sub transaction
      sql/sql_select.cc:
        Remember if we are using a non transactional table
      sql/sql_table.cc:
        All statements are now run in a sub transaction
      sql/sql_update.cc:
        All statements are now run in a sub transaction
      sql/sql_yacc.yy:
        All statements are now run in a sub transaction
      e94b4ebf
  36. 22 Nov, 2000 1 commit
  37. 20 Nov, 2000 1 commit
    • unknown's avatar
      Bug fix for NATURAL JOIN, Split manual sections and more statistic variables · 89ee326c
      unknown authored
      Docs/manual.texi:
        Split BDB into different sections
        Added MySQL developers section
        Changed an SQL to a SQL
      include/my_sys.h:
        More statistic variables
      libmysql/libmysql.c:
        Added option "interactive-timeout"
      mysys/mf_tempfile.c:
        More statistic variables
      mysys/my_static.c:
        More statistic variables
      sql-bench/crash-me.sh:
        Fixed bug in truncate table test
      sql-bench/limits/mysql-3.23.cfg:
        Updated to crash-me 1.51
      sql-bench/limits/mysql.cfg:
        Updated to crash-me 1.51
      sql/filesort.cc:
        More statistics
      sql/mysql_priv.h:
        More statistics
      sql/mysqld.cc:
        More statistics
      sql/sql_base.cc:
        Fix for NATURAL JOIN
      sql/sql_delete.cc:
        cleanup + Added logging if one doesn't use index
      sql/sql_parse.cc:
        Logging if one doesn't use index
      sql/sql_select.cc:
        Logging if one doesn't use index
      sql/sql_update.cc:
        cleanup + Added logging if one doesn't use index
      sql/structs.h:
        Fix for NATURAL JOIN
      support-files/my-huge.cnf.sh:
        Added interactive-timeout to [mysqlhotcopy]
      support-files/my-large.cnf.sh:
        Added interactive-timeout to [mysqlhotcopy]
      support-files/my-medium.cnf.sh:
        Added interactive-timeout to [mysqlhotcopy]
      support-files/my-small.cnf.sh:
        Added interactive-timeout to [mysqlhotcopy]
      89ee326c