An error occurred fetching the project authors.
  1. 14 Jun, 2001 1 commit
  2. 13 Jun, 2001 1 commit
    • unknown's avatar
      Second phase of UNIONS (please do not test it yet) and some other · 1f07c0b7
      unknown authored
      changes. This is mostly a merge between my repository and central 
      one, so that I can take a test for multi table delete and fix it.
      
      
      sql/mysql_priv.h:
        Added new functions needed for UNIONS, EXCEPT's etc
      sql/sql_class.h:
        A little change in multi_delete class
      sql/sql_lex.h:
        Added command for UNION's
      sql/sql_parse.cc:
        One new function and SQLCOM_UNION_SELECT.
        
        Please do not test UNION's. This is just a start of the work on them
      sql/sql_yacc.yy:
        Parsing stuff for the UNION's
      1f07c0b7
  3. 07 Jun, 2001 1 commit
    • unknown's avatar
      Enhancing both multi-table delete and division of LEX · 823586b2
      unknown authored
      sql/filesort.cc:
        removing of some extra comments
      sql/sql_class.h:
        Clear division between new and old stripping code
      sql/sql_delete.cc:
        Stripping of unnecessary code and making it more efficient
      sql/sql_parse.cc:
        Better split of LEX into two and enhancements in multi table delete
      sql/sql_yacc.yy:
        More efficient division of LEX and optional syntax in multi - table delete
      sql/uniques.cc:
        fixing some additional bugs
      823586b2
  4. 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
  5. 29 May, 2001 1 commit
    • unknown's avatar
      updates for LOAD DATA FROM MASTER + some cleanup of replication code · 704becf2
      unknown authored
      include/mysqld_error.h:
        new errors
      mysql-test/r/rpl000009.result:
        test load data from master
      mysql-test/t/rpl000009.test:
        test load data from master
      sql/mini_client.cc:
        extra functionality needed for load data from master and other things
      sql/mini_client.h:
        addition to API
      sql/mysql_priv.h:
        mysql_create_db()/mysql_rm_db() now return a value
      sql/share/english/errmsg.txt:
        more error messages
      sql/slave.cc:
        cleanup of fetch_nx_table()
      sql/slave.h:
        cleanup of fetch_nx_table()
      sql/sql_base.cc:
        remove unused code originally written for retrieving a non-existent table in slave thread
      sql/sql_class.cc:
        remove unused replication variables
      sql/sql_class.h:
        remove unused replication variabled
      sql/sql_db.cc:
        make mysql_create_db()/mysql_rm_db() work with thd == 0 
        (do not write messages to the net) and instead return success/error
      sql/sql_lex.h:
        added SQLCOM_LOAD_MASTER_DATA
      sql/sql_parse.cc:
        LOAD MASTER DATA, cleanup of LOAD TABLE FROM MASTER
      sql/sql_repl.cc:
        LOAD DATA FROM MASTER
      sql/sql_repl.h:
        LOAD DATA FROM MASTER
      sql/sql_yacc.yy:
        LOAD DATA FROM MASTER
      704becf2
  6. 23 May, 2001 1 commit
    • unknown's avatar
      Added Unique class to be used for duplicate removal in multi-table delete. · a542f858
      unknown authored
      mysys/ptr_cmp.c:
        Removed old comments
      pstack/bucomm.c:
        Change to use mkstemp.
      sql/Makefile.am:
        Added Unique class
      sql/filesort.cc:
        Changes to let the Unique class use the old filesort code.
      sql/sql_class.h:
        Added Unique class
      sql/sql_handler.cc:
        Removed warning.
      sql/sql_select.cc:
        Cleaned up typo.
      a542f858
  7. 11 May, 2001 1 commit
  8. 25 Apr, 2001 1 commit
    • unknown's avatar
      Portability fixes for Ia64 and Sgi compiler · 97907ee8
      unknown authored
      DROP DATABASE in mysqladmin asks for confirmation (again)
      Added examined_rows to slow query log
      SHOW CREATE for TEMPORARY table
      
      
      BitKeeper/deleted/.del-shw000001.result~8b20b03d8319b9a5:
        Delete: mysql-test/r/shw000001.result
      BitKeeper/deleted/.del-shw000001.test~770d96a2c1c65b20:
        Delete: mysql-test/t/shw000001.test
      Docs/manual.texi:
        Added information about InnoDB and TEMPORARY tables
      acinclude.m4:
        Portability fixes
      client/errmsg.c:
        merge with libmysqd/errmsg.c
      client/mysqladmin.c:
        DROP DATABASE asks for confirmation (again)
      client/mysqltest.c:
        Portability fixes
      configure.in:
        Portability fixes for SGI compiler on Ia64
      extra/resolve_stack_dump.c:
        Portability fixes
      include/global.h:
        Portability fixes
      isam/_dbug.c:
        Portability fixes
      mysql-test/mysql-test-run.sh:
        Portability fixes
      mysql-test/r/show_check.result:
        New test for SHOW CREATE
      mysql-test/t/show_check.test:
        New test for SHOW CREATE
      scripts/make_binary_distribution.sh:
        Added missing files
      sql/filesort.cc:
        Added examined_rows to slow query log
      sql/log.cc:
        Added examined_rows to slow query log
      sql/mysql_priv.h:
        Added examined_rows to slow query log
      sql/mysqlbinlog.cc:
        Fixed core dump when using wrong option
      sql/mysqld.cc:
        Removed not used argument
      sql/sql_base.cc:
        Fixed name problem with SHOW CREATE for TEMPORARY table
      sql/sql_class.h:
        Added examined_rows to slow query log
      sql/sql_parse.cc:
        Added examined_rows to slow query log
      sql/sql_select.cc:
        Added examined_rows to slow query log
      sql/sql_select.h:
        Added examined_rows to slow query log
      sql/sql_show.cc:
        Fixed SHOW CREATE for TEMPORARY table
      sql/sql_table.cc:
        Added examined_rows to slow query log
      97907ee8
  9. 24 Apr, 2001 1 commit
    • unknown's avatar
      fixed redundant repetition of use db in mysqlbinlog · dc394cb9
      unknown authored
      added support for virtual master ( replicating from a directory with binlogs)
      test case for backup/restore with virtual master
      
      
      client/mysqltest.c:
        fix to accomodate for new test case
      mysql-test/mysql-test-run.sh:
        do not automagically start slave
      sql/log.cc:
        support for virtual master
      sql/log_event.cc:
        fix for mysqlbinlog
      sql/log_event.h:
        fix for mysqlbinlog
      sql/mysqlbinlog.cc:
        fix for mysqlbinlog
      sql/slave.cc:
        virtual master
      sql/slave.h:
        virtual master
      sql/sql_class.h:
        clean-up/fixes for virtual master
      sql/sql_repl.cc:
        cleanup/fixes for virtual master
      sql/sql_repl.h:
        virtual master
      dc394cb9
  10. 13 Apr, 2001 1 commit
    • unknown's avatar
      this won't be pushed · ce3b58d6
      unknown authored
      Docs/manual.texi:
        HANDLER documented
      mysql-test/t/handler.test:
        more tests
      ce3b58d6
  11. 11 Apr, 2001 1 commit
    • unknown's avatar
      Added SQL_CALC_FOUND_ROWS and FOUND_ROWS() · 65575f94
      unknown authored
      myisam/ft_boolean_search.c:
        Cleanup
      myisam/ft_parser.c:
        Cleanup
      myisam/ft_update.c:
        Cleanup
      myisam/sort.c:
        Cleanup
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      65575f94
  12. 06 Apr, 2001 1 commit
  13. 25 Mar, 2001 1 commit
    • 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
  14. 21 Mar, 2001 1 commit
    • unknown's avatar
      Add support for Gemini table handler, Monty has checked and approved · b4098ead
      unknown authored
      Fix bug when read return error
      
      
      acconfig.h:
        Add Gemini to configure
      acinclude.m4:
        Add Gemini to configure
      include/my_base.h:
        Add error codes for tables handlers
      mysql-test/t/select.test:
        Force temporary tables to MyISAM
      sql-bench/server-cfg.sh:
        Allow Gemini to run sql-bench
      sql/Makefile.am:
        Add Gemini to configure
      sql/handler.cc:
        Add support for Gemini table handler
      sql/handler.h:
        Add support for Gemini table handler
      sql/lex.h:
        Add support for Gemini table handler
      sql/mysqld.cc:
        Add support for Gemini table handler
      sql/opt_range.cc:
        Fix bug when read return error
      sql/records.cc:
        Fix bug when read return error
      sql/sql_class.cc:
        Add support for Gemini table handler
      sql/sql_class.h:
        Add support for Gemini table handler
      sql/sql_lex.h:
        Add support for Gemini table handler
      sql/sql_rename.cc:
        Add commit for table rename
      sql/sql_table.cc:
        Add commit for table rename
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      b4098ead
  15. 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
  16. 15 Mar, 2001 1 commit
  17. 14 Mar, 2001 2 commits
    • unknown's avatar
      Reversed SQL_ANSI_MODE per Monty's request. · 79924f27
      unknown authored
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      79924f27
    • unknown's avatar
      changed signal by fd close to signal by vio_close · 5e90d39d
      unknown authored
      added support for kill expr
      fixed coredump in set @A := foo;
      added testcase for user_var
      added testcase for kill
      
      
      sql/slave.cc:
        fd -> vio
      sql/sql_class.cc:
        fd->vio, fixed coredump on set @A := foo;
      sql/sql_class.h:
        fd -> vio
      sql/sql_repl.cc:
        fd -> vio
      sql/sql_yacc.yy:
        added support for kill expr - needed this for a clean test case of kill
      5e90d39d
  18. 13 Mar, 2001 2 commits
    • unknown's avatar
      untested changes to close socket on slave stop for OS's that do not · f87b3ee4
      unknown authored
      interrupt I/O after thr_alarm_kill()
      
      test case for order by desc coredump
      
      
      mysql-test/t/order_by.test:
        added test case for order by desc bug
      sql/slave.cc:
        close socket on slave stop
      sql/slave.h:
        close socket on slave stop
      sql/sql_class.cc:
        close socket on slave stop
      sql/sql_class.h:
        close socket on slave stop
      sql/sql_parse.cc:
        changed kill_one_thread to use prepare_to_die()
      sql/sql_repl.cc:
        close socket on slave stop
      f87b3ee4
    • unknown's avatar
      Added SQL_ANSI_MODE. · ee92b9f6
      unknown authored
      Docs/manual.texi:
        Added News section for 3.23.35, and change notes for SQL_ANSI_MODE.
      sql/gen_lex_hash.cc:
        Fixed typo.
        Updated the values, so the parser can be created.
      sql/mysql_priv.h:
        Added ``global_state_map'' from sql_lex.cc.
      sql/sql_class.h:
        Added ``state_map'' to THD.  This is a per-thread state map for lex.
      sql/sql_lex.cc:
        Renamed ``state_map'' to ``global_state_map''.
        Changed yylex() to use the new per-thread state map.
      sql/sql_parse.cc:
        Copy global_state_map into thd->state_map on thread start.
      sql/sql_yacc.yy:
        Added SQL_ANSI_MODE.
        Cleaned up some.
      ee92b9f6
  19. 20 Feb, 2001 1 commit
    • unknown's avatar
      Added max_user_connections · 62884b8f
      unknown authored
      Fixes for Innobase
      Don't reset whole to-buffer in strxnmov
      
      
      BUILD/compile-pentium-debug:
        Added innobase
      include/mysqld_error.h:
        New error messages
      innobase/configure.in:
        Update from heikki
      innobase/include/lock0types.h:
        Update from heikki
      innobase/include/os0sync.h:
        Update from heikki
      innobase/include/sync0types.h:
        Update from heikki
      innobase/os/os0file.c:
        Update from heikki
      innobase/srv/srv0start.c:
        Update from heikki
      sql/ha_innobase.cc:
        Update from Heikki
        Changed assert -> dbug_assert
        Changed return -> DBUG_RETURN
      sql/mysql_priv.h:
        Added max_user_connections
      sql/mysqld.cc:
        Added max_user_connections
      sql/share/czech/errmsg.txt:
        Added max_user_connections
      sql/share/danish/errmsg.txt:
        Added max_user_connections
      sql/share/dutch/errmsg.txt:
        Added max_user_connections
      sql/share/english/errmsg.txt:
        Added max_user_connections
      sql/share/estonian/errmsg.txt:
        Added max_user_connections
      sql/share/french/errmsg.txt:
        Added max_user_connections
      sql/share/german/errmsg.txt:
        Added max_user_connections
      sql/share/greek/errmsg.txt:
        Added max_user_connections
      sql/share/hungarian/errmsg.txt:
        Added max_user_connections
      sql/share/italian/errmsg.txt:
        Added max_user_connections
      sql/share/japanese/errmsg.txt:
        Added max_user_connections
      sql/share/korean/errmsg.txt:
        Added max_user_connections
      sql/share/norwegian-ny/errmsg.txt:
        Added max_user_connections
      sql/share/norwegian/errmsg.txt:
        Added max_user_connections
      sql/share/polish/errmsg.txt:
        Added max_user_connections
      sql/share/portuguese/errmsg.txt:
        Added max_user_connections
      sql/share/romanian/errmsg.txt:
        Added max_user_connections
      sql/share/russian/errmsg.txt:
        Added max_user_connections
      sql/share/slovak/errmsg.txt:
        Added max_user_connections
      sql/share/spanish/errmsg.txt:
        Added max_user_connections
      sql/share/swedish/errmsg.OLD:
        Added max_user_connections
      sql/share/swedish/errmsg.txt:
        Added max_user_connections
      sql/sql_class.h:
        cleanup
      strings/str_test.c:
        Added tests for strxnmov
      strings/strxnmov.c:
        Don't reset whole to buffer
      62884b8f
  20. 26 Jan, 2001 1 commit
    • unknown's avatar
      Portability fixes for OPENBSD, OS2 and Windows · 52a4c5a1
      unknown authored
      Docs/manual.texi:
        Changed TCX -> MySQL AB
      configure.in:
        New version
      include/my_sys.h:
        Fixes for OS2
      ltconfig:
        Fixes for OS2
      ltmain.sh:
        Fixes for OS2
      mit-pthreads/net/net_internal.h:
        Fixes for OPENBSD
      mit-pthreads/net/proto_internal.h:
        Fixes for OPENBSD
      mit-pthreads/net/res_internal.h:
        Fixes for OPENBSD
      mit-pthreads/net/serv_internal.h:
        Fixes for OPENBSD
      myisammrg/myrg_open.c:
        MERGE didn't work on Windows
      mysys/my_getwd.c:
        Fixes for OS2
      sql/field.cc:
        cleanup
      sql/field.h:
        Fix for new SCO compiler
      sql/ha_berkeley.cc:
        Cleanup
      sql/ha_berkeley.h:
        Portability fix
      sql/item_sum.h:
        Fix for new SCO compiler
      sql/log.cc:
        Fixes for OS2
      sql/log_event.h:
        Fixes for OS2
      sql/mysqld.cc:
        Fixes for OS2
      sql/net_serv.cc:
        Fixes for OS2
      sql/sql_analyse.h:
        Fix for new SCO compiler
      sql/sql_class.h:
        Fix for new SCO compiler
      sql/sql_map.h:
        Fix for new SCO compiler
      sql/sql_repl.cc:
        cleanup
      sql/sql_string.h:
        Fix for new SCO compiler
      sql/sql_table.cc:
        cleanup
      strings/longlong2str-x86.s:
        Fixes for openbsd
      52a4c5a1
  21. 17 Jan, 2001 1 commit
    • unknown's avatar
      rpl000016.test sync · 4ac09163
      unknown authored
      rpl000001.result	BitKeeper file /home/sasha/src/bk/mysql/mysql-test/r/rpl000001.result
      ignore  	Added BitKeeper/tmp/bkr3sAHD to the ignore list
      slave.h 	MASTER_POS_WAIT
      lex.h   	MASTER_POS_WAIT
      slave.cc	MASTER_POS_WAIT, do automagic restart on debugging abort, skip rotate events in 
      slave.cc	debug abort count
      sql_repl.cc	announce the log name at the start of the log with a fake rotate event
      item_create.h	MASTER_POS_WAIT
      item_func.cc	MASTER_POS_WAIT
      item_func.h	MASTER_POS_WAIT
      sql_class.h	enter_cond(), exit_cond() helper inliners
      item_create.cc	added MASTER_POS_WAIT
      mysql-test-run.sh	speed improvement fixes
      rpl000007.test	sync
      rpl000003.test	sleep -> sync
      rpl000004.test	sleep -> sync, fixed clean up bug
      rpl000014.test	sync
      rpl000009.test	sync
      rpl000013.test	sync
      rpl000001.test	sleep -> sync
      rpl000008.test	sync
      rpl000006.test	sync on cleanup
      rpl000011.test	sync
      rpl000012.test	sync
      rpl000005.test	sleep -> sync
      rpl000010.test	sync
      rpl000015.test	sync
      rpl000002.test	sleep -> sync
      rpl000014.result	we now know the master log name as soon as we connect
      mysql.cc	added optional agrument to --wait
      mysqltest.c	added save_master_pos and sync_with_master commands
      
      
      client/mysql.cc:
        added optional agrument to --wait
      client/mysqltest.c:
        added save_master_pos and sync_with_master commands
      mysql-test/mysql-test-run.sh:
        speed improvement fixes
      mysql-test/r/rpl000014.result:
        we now know the master log name as soon as we connect
      mysql-test/t/rpl000001.test:
        sleep -> sync
      mysql-test/t/rpl000002.test:
        sleep -> sync
      mysql-test/t/rpl000003.test:
        sleep -> sync
      mysql-test/t/rpl000004.test:
        sleep -> sync, fixed clean up bug
      mysql-test/t/rpl000005.test:
        sleep -> sync
      mysql-test/t/rpl000006.test:
        sync on cleanup
      mysql-test/t/rpl000007.test:
        sync
      mysql-test/t/rpl000008.test:
        sync
      mysql-test/t/rpl000009.test:
        sync
      mysql-test/t/rpl000010.test:
        sync
      mysql-test/t/rpl000011.test:
        sync
      mysql-test/t/rpl000012.test:
        sync
      mysql-test/t/rpl000013.test:
        sync
      mysql-test/t/rpl000014.test:
        sync
      mysql-test/t/rpl000015.test:
        sync
      BitKeeper/etc/ignore:
        Added BitKeeper/tmp/bkr3sAHD to the ignore list
      mysql-test/t/rpl000016.test:
        sync
      sql/item_create.cc:
        added MASTER_POS_WAIT
      sql/item_create.h:
        MASTER_POS_WAIT
      sql/item_func.cc:
        MASTER_POS_WAIT
      sql/item_func.h:
        MASTER_POS_WAIT
      sql/lex.h:
        MASTER_POS_WAIT
      sql/slave.cc:
        MASTER_POS_WAIT, do automagic restart on debugging abort, skip rotate events in 
        debug abort count
      sql/slave.h:
        MASTER_POS_WAIT
      sql/sql_class.h:
        enter_cond(), exit_cond() helper inliners
      sql/sql_repl.cc:
        announce the log name at the start of the log with a fake rotate event
      4ac09163
  22. 03 Jan, 2001 1 commit
    • unknown's avatar
      show_check.test fixed cleanup problem · 1cf31b85
      unknown authored
      rpl000014.test	fixed bug in testcase
      rename.test	fixed cleanup problem
      handler.cc	added a comment
      sql_class.h	fixed bug in active_transaction() when MySQL was not compiled with transaction support
      
      
      mysql-test/t/rename.test:
        fixed cleanup problem
      mysql-test/t/rpl000014.test:
        fixed bug in testcase
      mysql-test/t/show_check.test:
        fixed cleanup problem
      sql/handler.cc:
        added a comment
      sql/sql_class.h:
        fixed bug in active_transaction() when MySQL was not compiled with transaction support
      1cf31b85
  23. 27 Dec, 2000 1 commit
    • unknown's avatar
      Extended mysqltest with --commands and 'require' · e56db858
      unknown authored
      Fixed test results.
      Added mysqld variable 'have_isam'
      
      
      BitKeeper/deleted/.del-master-slave.inc~556fd038c3a3d54:
        Delete: mysql-test/t/include/master-slave.inc
      BitKeeper/deleted/.del-README~f9fd36f3c3711305:
        Delete: mysql-test/r/3.23/README
      Docs/manual.texi:
        Fixed typos
      client/mysqltest.c:
        Changed internal commands to accept -- before them.
        Added command 'require' to make it possible to skip tests if the
        mysqld server lacks some capabilites.
        Removed extra \t at end of lines
      configure.in:
        Update
      myisam/myisamlog.c:
        cleanup
      mysql-test/mysql-test-run.sh:
        Added support for 'not supported' tests
      mysql-test/r/alt000001.result:
        Removed end tab
      mysql-test/r/bdb.result:
        Removed end tab
      mysql-test/r/crypt.result:
        Removed end tab
      mysql-test/r/equal.result:
        Removed end tab
      mysql-test/r/ft0000001.a.result:
        Removed end tab
      mysql-test/r/ft0000001.b.result:
        Removed end tab
      mysql-test/r/ft0000001.c.result:
        Removed end tab
      mysql-test/r/ft0000001.d.result:
        Removed end tab
      mysql-test/r/ft0000001.e.result:
        Removed end tab
      mysql-test/r/ft0000002.a.result:
        Removed end tab
      mysql-test/r/ft0000002.b.result:
        Removed end tab
      mysql-test/r/ft0000002.c.result:
        Removed end tab
      mysql-test/r/ins000001.result:
        Removed end tab
      mysql-test/r/mrg000001.dummy.result:
        Removed end tab
      mysql-test/r/mrg000001.result:
        Removed end tab
      mysql-test/r/mrg000002.result:
        Removed end tab
      mysql-test/r/rpl000001.a.result:
        Removed end tab
      mysql-test/r/rpl000001.b.result:
        Removed end tab
      mysql-test/r/rpl000002.result:
        Removed end tab
      mysql-test/r/rpl000003.result:
        Removed end tab
      mysql-test/r/rpl000004.a.result:
        Removed end tab
      mysql-test/r/rpl000004.b.result:
        Removed end tab
      mysql-test/r/rpl000005.result:
        Removed end tab
      mysql-test/r/rpl000006.result:
        Removed end tab
      mysql-test/r/rpl000007.result:
        Removed end tab
      mysql-test/r/rpl000008.result:
        Removed end tab
      mysql-test/r/rpl000009.result:
        Removed end tab
      mysql-test/r/rpl000010.result:
        Removed end tab
      mysql-test/r/rpl000011.result:
        Removed end tab
      mysql-test/r/rpl000012.result:
        Removed end tab
      mysql-test/r/rpl000012.status.result:
        Removed end tab
      mysql-test/r/rpl000013.result:
        Removed end tab
      mysql-test/r/rpl000013.status.result:
        Removed end tab
      mysql-test/r/rpl000014.result:
        Removed end tab
      mysql-test/r/rpl000015.result:
        Removed end tab
      mysql-test/r/rpl000016.result:
        Removed end tab
      mysql-test/r/sel000001.result:
        Removed end tab
      mysql-test/r/sel000002.result:
        Removed end tab
      mysql-test/r/sel000003.result:
        Removed end tab
      mysql-test/r/sel000004.result:
        Removed end tab
      mysql-test/r/sel000005.result:
        Removed end tab
      mysql-test/r/sel000006.result:
        Removed end tab
      mysql-test/r/sel000007.result:
        Removed end tab
      mysql-test/r/sel000008.result:
        Removed end tab
      mysql-test/r/sel000009.result:
        Removed end tab
      mysql-test/r/sel000010.result:
        Removed end tab
      mysql-test/r/sel000011.result:
        Removed end tab
      mysql-test/r/sel000012.result:
        Removed end tab
      mysql-test/r/sel000013.result:
        Removed end tab
      mysql-test/r/sel000014.result:
        Removed end tab
      mysql-test/r/sel000015.result:
        Removed end tab
      mysql-test/r/sel000016.result:
        Removed end tab
      mysql-test/r/sel000017.result:
        Removed end tab
      mysql-test/r/sel000018.result:
        Removed end tab
      mysql-test/r/sel000019.result:
        Removed end tab
      mysql-test/r/sel000020.result:
        Removed end tab
      mysql-test/r/sel000021.result:
        Removed end tab
      mysql-test/r/sel000022.result:
        Removed end tab
      mysql-test/r/sel000023.result:
        Removed end tab
      mysql-test/r/sel000024.result:
        Removed end tab
      mysql-test/r/sel000025.result:
        Removed end tab
      mysql-test/r/sel000026.result:
        Removed end tab
      mysql-test/r/sel000027.result:
        Removed end tab
      mysql-test/r/sel000028.result:
        Removed end tab
      mysql-test/r/sel000029.result:
        Removed end tab
      mysql-test/r/sel000030.result:
        Removed end tab
      mysql-test/r/sel000031.result:
        Removed end tab
      mysql-test/r/sel000032.result:
        Removed end tab
      mysql-test/r/sel000033.result:
        Removed end tab
      mysql-test/r/sel000100.result:
        Removed end tab
      mysql-test/r/shw000001.result:
        Removed end tab
      mysql-test/r/slave-running.result:
        Removed end tab
      mysql-test/r/slave-stopped.result:
        Removed end tab
      mysql-test/t/bdb.test:
        Check that we have BDB support
      mysql-test/t/replace.test:
        Check if we support ISAM tables
      sql/gen_lex_hash.cc:
        Fixed bug in last output
      sql/ha_berkeley.cc:
        Bug fix
      sql/ha_berkeley.h:
        Initialize using_ignore
      sql/handler.h:
        Fixed typo
      sql/mysqld.cc:
        Fixed typos;  Added variable 'have_isam'
      sql/sql_class.h:
        Fixed typo
      BitKeeper/etc/ignore:
        Added sql-bench/Results-linux/ATIS-mysql_bdb-Linux_2.2.14_my_SMP_i686 to the ignore list
      e56db858
  24. 18 Dec, 2000 1 commit
    • unknown's avatar
      Lots of new benchmark runs · 374cc051
      unknown authored
      Remember filename for temporary files created with mkstemp
      Fixed wrongly allocated BDB share structure
      Cleanups for SunPRO
      
      
      BitKeeper/deleted/.del-ATIS-mysql-SunOS_5.6_sun4m~62028e0375b3b8b:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-RUN-mysql-SunOS_5.6_sun4m~eafc8188345e262b:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-alter-table-mysql-SunOS_5.6_sun4m~8a1bd6589a189890:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-big-tables-mysql-SunOS_5.6_sun4m~f351a7f3e1e2257e:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-connect-mysql-SunOS_5.6_sun4m~a10e3ddfa26a3e7f:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-create-mysql-SunOS_5.6_sun4m~9233114ae6f8c5f:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-insert-mysql-SunOS_5.6_sun4m~3402d060ae20e19:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-select-mysql-SunOS_5.6_sun4m~4da215905bce988d:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-wisconsin-mysql-SunOS_5.6_sun4m~ec61b14072715dc8:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-ATIS-mysql-Linux_2.2.12_20smp_i686~28211fb9f0e6ab0e:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-RUN-mysql-Linux_2.2.12_20smp_i686~da28ced3e0aac09c:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-alter-table-mysql-Linux_2.2.12_20smp_i686~67ae4e91b5f4eabd:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-big-tables-mysql-Linux_2.2.12_20smp_i686~a2dcb74a3c73ac18:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-connect-mysql-Linux_2.2.12_20smp_i686~beedcd769a903c19:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-create-mysql-Linux_2.2.12_20smp_i686~fe23ee50aea195f4:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-insert-mysql-Linux_2.2.12_20smp_i686~f120b0ead3836c81:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-select-mysql-Linux_2.2.12_20smp_i686~3b64aff0dfddfff4:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-wisconsin-mysql-Linux_2.2.12_20smp_i686~d49db545341a732f:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-ATIS-mysql-Linux_2.2.13_SMP_alpha~136bdd9fd1a2cd14:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-ATIS-mysql_fast-Linux_2.2.13_SMP_alpha~defb62af5958fcac:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-RUN-mysql-Linux_2.2.13_SMP_alpha~f6fa9f46d4a6152:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-RUN-mysql_fast-Linux_2.2.13_SMP_alpha~16694c5927b7600c:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-alter-table-mysql-Linux_2.2.13_SMP_alpha~c85eb85ba45dd748:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-alter-table-mysql_fast-Linux_2.2.13_SMP_alpha~b062db76cf6df5d2:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-big-tables-mysql-Linux_2.2.13_SMP_alpha~b5f4f4c35225f0f:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-big-tables-mysql_fast-Linux_2.2.13_SMP_alpha~a9eedd951eab7e8b:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-connect-mysql-Linux_2.2.13_SMP_alpha~74ec2bf5f55b81f:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-connect-mysql_fast-Linux_2.2.13_SMP_alpha~f6d7665c418d62c6:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-create-mysql-Linux_2.2.13_SMP_alpha~771b40d3280fe8ad:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-create-mysql_fast-Linux_2.2.13_SMP_alpha~c46d6c283c0e34ae:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-insert-mysql-Linux_2.2.13_SMP_alpha~17f262f12d2244bc:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-insert-mysql_fast-Linux_2.2.13_SMP_alpha~3245ba5633a18e8:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-select-mysql-Linux_2.2.13_SMP_alpha~9fd9c6e036f988d7:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-select-mysql_fast-Linux_2.2.13_SMP_alpha~744633c6e13a897f:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-wisconsin-mysql-Linux_2.2.13_SMP_alpha~ad7babd436f26841:
        ***MISSING WEAVE***
      BitKeeper/deleted/.del-wisconsin-mysql_fast-Linux_2.2.13_SMP_alpha~6ad065fe4c6b4fa9:
        ***MISSING WEAVE***
      BUILD/compile-pentium:
        Added command line arguments
      Docs/manual.texi:
        Update for 3.23.30
      configure.in:
        Removed duplicated symbol
      include/my_sys.h:
        cleanup of my_open/my_create/my_tempfile
      mysys/mf_tempfile.c:
        Remember filename for temporary files created with mkstemp
      mysys/my_create.c:
        cleanup of my_open/my_create/my_tempfile
      mysys/my_open.c:
        cleanup of my_open/my_create/my_tempfile
      scripts/mysqld_multi.sh:
        Use paths from configure
      scripts/safe_mysqld.sh:
        Cleanup
      sql-bench/Results/ATIS-mysql-SunOS_5.7_sun4m:
        New benchmark results
      sql-bench/Results/RUN-mysql-SunOS_5.7_sun4m:
        New benchmark results
      sql-bench/Results/alter-table-mysql-SunOS_5.7_sun4m:
        New benchmark results
      sql-bench/Results/big-tables-mysql-SunOS_5.7_sun4m:
        New benchmark results
      sql-bench/Results/connect-mysql-SunOS_5.7_sun4m:
        New benchmark results
      sql-bench/Results/create-mysql-SunOS_5.7_sun4m:
        New benchmark results
      sql-bench/Results/insert-mysql-SunOS_5.7_sun4m:
        New benchmark results
      sql-bench/Results/select-mysql-SunOS_5.7_sun4m:
        New benchmark results
      sql-bench/Results/wisconsin-mysql-SunOS_5.7_sun4m:
        New benchmark results
      sql/ha_berkeley.cc:
        Fixed wrongly allocated share structure
      sql/item_cmpfunc.cc:
        Cleanup
      sql/item_cmpfunc.h:
        Cleanup
      sql/log_event.h:
        Cleanup
      sql/mysqld.cc:
        Changed default number of BDB locks to 10000
      sql/sql_class.h:
        cleanup
      sql/sql_show.cc:
        cleanup
      support-files/mysql.spec.sh:
        Added mysqld_multi
      sql-bench/Results-linux/ATIS-mysql_dbug-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/ATIS-mysql_dbug_full-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/RUN-mysql_dbug-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/RUN-mysql_dbug_full-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/alter-table-mysql_dbug-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/alter-table-mysql_dbug_full-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/big-tables-mysql_dbug-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/big-tables-mysql_dbug_full-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/connect-mysql_dbug-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/connect-mysql_dbug_full-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/create-mysql_dbug-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/create-mysql_dbug_full-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/insert-mysql_dbug-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/insert-mysql_dbug_full-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/select-mysql_dbug-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/select-mysql_dbug_full-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/wisconsin-mysql_dbug-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      sql-bench/Results-linux/wisconsin-mysql_dbug_full-Linux_2.2.14_my_SMP_i686:
        ***MISSING WEAVE***
      374cc051
  25. 12 Dec, 2000 1 commit
    • unknown's avatar
      Fixed delete in tables with hidden primary key · 28ad76e2
      unknown authored
      Remove not used BDB logs on shutdown
      Don't give warnings for repair on slaves
      Fixed transaction log files
      
      
      Docs/manual.texi:
        Updated 'known bugs'
      include/my_sys.h:
        Added define for checking number of bytes left in the IO_CACHE
      mysql-test/mysql-test-run:
        Small bug fixes
      mysys/mf_iocache2.c:
        Use new define
      sql/filesort.cc:
        Temporary fix for FULLTEXT index
      sql/ha_berkeley.cc:
        Fix for delete in tables with hidden primary key
        Remove not used BDB logs on shutdown
      sql/ha_myisam.cc:
        Don't give warnings for repair on slaves
      sql/hostname.cc:
        Portability fix
      sql/log.cc:
        Fix transaction log files
      sql/log_event.h:
        portability fix
      sql/slave.cc:
        Don't give warnings for repair on slaves
      sql/sql_class.h:
        Cleanup
      sql/sql_parse.cc:
        Fixed typo
      28ad76e2
  26. 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
  27. 28 Nov, 2000 1 commit
    • unknown's avatar
      New thr_alarm struct for better integration with OS2 · 746f0b3b
      unknown authored
      Run bootstrap in separate thread
      Fix bug in FLUSH TABLES table_name
      
      
      Docs/manual.texi:
        Updated ChangeLog
      client/mysql.cc:
        Added info about compressed protocol
      include/getopt.h:
        Fix for OS2
      include/global.h:
        Fix for OS2
      include/my_sys.h:
        Fix for OS2
      include/mysql_com.h:
        Fix for OS2
      include/thr_alarm.h:
        Cleanup up alarm struct for OS2 port
      isam/isamchk.c:
        Fix for OS2
      libmysql/libmysql.c:
        cleanup
      libmysql/net.c:
        Use new thr_alarm
      libmysql/violite.c:
        Fix for OS2
      myisam/ChangeLog:
        Changes
      myisam/mi_create.c:
        Use less stack
      myisam/myisamchk.c:
        Fix for OS2
      mysys/default.c:
        Fix for OS2
      mysys/getopt.c:
        Fix for OS2
      mysys/mf_format.c:
        Safety
      mysys/mf_path.c:
        Fix for OS2
      mysys/my_create.c:
        Fix for OS2
      mysys/my_lock.c:
        Fix for OS2
      mysys/my_open.c:
        Fix for OS2
      mysys/thr_alarm.c:
        Use new thr_alarm struct
      readline/input.c:
        Fix for OS2
      readline/rltty.c:
        Fix for OS2
      sql/ha_myisam.cc:
        Remove unnecessary fn_format
      sql/my_lock.c:
        Use new thr_alarm
      sql/mysql_priv.h:
        Changed bootstrap to run in separate thread to avoid problem with
        small stack
      sql/mysqld.cc:
        Changed bootstrap to run in separate thread to avoid problem with
        small stack
      sql/net_serv.cc:
        Use new thr_alarm
      sql/sql_base.cc:
        Fix problem with FLUSH TABLE table_name
      sql/sql_class.cc:
        Fix for new bootstrap
      sql/sql_class.h:
        cleanup
      sql/sql_delete.cc:
        cleanup
      sql/sql_load.cc:
        Fix for OS2
      sql/sql_parse.cc:
        Changed bootstrap to run in separate thread to avoid problem with
        small stack
      sql/sql_select.cc:
        Reset used structure elements
      sql/sql_table.cc:
        For OS2
      sql/violite.c:
        For OS2
      746f0b3b
  28. 26 Nov, 2000 1 commit
    • unknown's avatar
      Fixed temp tables to work with replication. It will not work if you stop the slave · c3cc5856
      unknown authored
      while slave thread has temp tables - not hard to fix though, but it is time to go to bed
      
      added a new test case for temp table replication and Slave_open_temp_tables
      status variable.
      
      Misc fixes
      
      
      client/mysqltest.c:
        added disconnect command
      mysql-test/create-test-result:
        fixed bugs so it actually works
      mysql-test/t/include/master-slave.inc:
        establish alternate connections to master and slave
      sql/mysql_priv.h:
        Slave_open_temp_tables
      sql/mysqlbinlog.cc:
        fixed a bug in reading local binlogs
      sql/mysqld.cc:
        added Slave_open_temp_tables status variable
      sql/slave.cc:
        fixed freed memory reference in the error message
      sql/sql_class.cc:
        slave_proxy_id
      sql/sql_class.h:
        slave_proxy_id
      sql/sql_parse.cc:
        small optimization - reorder eval in &&
      BitKeeper/etc/ignore:
        Added mysql-test/r/3.23/rpl000001.b.result.reject mysql-test/r/3.23/rpl000012.result.reject to the ignore list
      sql/sql_table.cc:
        added THD arg to rename_temporary_table
      sql/unireg.h:
        the table_cache_key is now 4 bytes longer
      c3cc5856
  29. 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
  30. 16 Nov, 2000 2 commits
    • unknown's avatar
      Fixes for IO_CACHE · 2187c0c3
      unknown authored
      Docs/manual.texi:
        Added information about 4.0
      mysys/my_open.c:
        Fix for usage with IO_CACHE
      sql/log.cc:
        Cleanup for IO_CACHE
      sql/mysqld.cc:
        cleanup
      sql/sql_class.cc:
        Fixed wrong defines
      sql/sql_class.h:
        Fixed usage of SET TIMESTAMP=#
      2187c0c3
    • unknown's avatar
      changed to use IO_CACHE instead of FILE · 3e6dac34
      unknown authored
      Docs/manual.texi:
        Type fixes
      myisam/mi_create.c:
        Fixed bug in update from different processes
      myisam/mi_locking.c:
        Fixed bug in update from different processes
      myisam/mi_open.c:
        Fixed bug in update from different processes
      myisam/mi_search.c:
        Fixed bug in update from different processes
      myisam/myisamdef.h:
        Fixed bug in update from different processes
      mysys/Makefile.am:
        Added mf_iocache2.c
      sql/log.cc:
        Changed to use IO_CACHE instead of FILE
      sql/sql_class.h:
        Changed to use IO_CACHE instead of FILE
      sql/sql_repl.cc:
        Changed to use IO_CACHE instead of FILE
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      3e6dac34
  31. 15 Nov, 2000 1 commit
    • unknown's avatar
      changed to use IO_CACHE instead of FILE · 9a846a52
      unknown authored
      BitKeeper/deleted/.del-mf_reccache.c:
        ***MISSING WEAVE***
      Docs/manual.texi:
        Fix licence information + update changelog
      client/mysqlimport.c:
        Fixed typo
      client/sql_string.cc:
        Added support for IO_CACHE
      client/sql_string.h:
        Added support for IO_CACHE
      include/my_sys.h:
        More options for IO_CACHE
      mysql.proj:
        Update
      mysys/Makefile.am:
        Remoced mf_reccache.c
      mysys/mf_cache.c:
        Fixed return value on error and optimzed used of write cache files
      mysys/mf_iocache.c:
        More options for IO_CACHE
      mysys/my_vsnprintf.c:
        Optimized code
      sql/mf_iocache.cc:
        merge with mf_iocache.c
      sql/net_pkg.cc:
        cleanup
      sql/sql_class.cc:
        Support for transaction safe log files
      sql/sql_string.cc:
        Added support for IO_CACHE
      sql/sql_string.h:
        Added support for IO_CACHE
      sql/time.cc:
        cleanup
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      9a846a52
  32. 14 Nov, 2000 1 commit
    • unknown's avatar
      repl-tests/test-repl-ts/repl-timestamp.master.reject · 3c82b811
      unknown authored
          this file needs to be deleted
      sql/log_event.cc
          fixed warnings
      sql/log_event.h
          fixed () #define bug
      sql/mysqlbinlog.cc
          fixed length argument - was supposed to be one less
      sql/mysqld.cc
          replicate-do/ignore-table now works, wild does not yet
      sql/mysql_priv.h
          updating argument to add_table_to_list() -- needed for replicate-do/ignore table
      sql/slave.cc
          changes fore replicate-do/ignore-table
          close the socket before going to sleep sleeping after error
          bad event was being freed too early
      sql/slave.h
          changes for replicate-do/ignore-table
      sql/sql_class.cc
          slave_thread variable to THD
      sql/sql_class.h
          added slave_thread to THD, fixed bug in end_time()
      sql/sql_parse.cc
          updating argument to add_tables_to_list()
      sql/sql_table.cc
          fixed bug in mysql_rm_table()
      sql/sql_yacc.yy
          fixed up add_table_to_list() calls to accept updating argument
      sql/table.h
          added updating to TABLE_LIST
      
      
      repl-tests/test-repl-ts/repl-timestamp.master.reject:
        this file needs to be deleted
      sql/log_event.cc:
        fixed warnings
      sql/log_event.h:
        fixed () #define bug
      sql/mysql_priv.h:
        updating argument to add_table_to_list() -- needed for replicate-do/ignore table
      sql/mysqlbinlog.cc:
        fixed length argument - was supposed to be one less
      sql/mysqld.cc:
        replicate-do/ignore-table now works, wild does not yet
      sql/slave.cc:
        changes fore replicate-do/ignore-table
        close the socket before going to sleep sleeping after error
        bad event was being freed too early
      sql/slave.h:
        changes for replicate-do/ignore-table
      sql/sql_class.cc:
        slave_thread variable to THD
      sql/sql_class.h:
        added slave_thread to THD, fixed bug in end_time()
      sql/sql_parse.cc:
        updating argument to add_tables_to_list()
      sql/sql_table.cc:
        fixed bug in mysql_rm_table()
      sql/sql_yacc.yy:
        fixed up add_table_to_list() calls to accept updating argument
      sql/table.h:
        added updating to TABLE_LIST
      3c82b811
  33. 13 Nov, 2000 1 commit
    • unknown's avatar
      Bug fixes, TRUNCATE, safer passwords on command line and connect timeout · f3d2341f
      unknown authored
      Docs/manual.texi:
        Update of safe_mysqld, TRUNCATE and changes for 3.23.28
      client/mysql.cc:
        Added --timeout
      client/mysqladmin.c:
        Safer password handling
      client/mysqldump.c:
        Safer password handling
      client/mysqlimport.c:
        Safer password handling
      client/mysqlshow.c:
        Safer password handling
      configure.in:
        Fixes for Darwin and added test of poll
      include/my_pthread.h:
        Fixes for darwin
      include/violite.h:
        Added test for polling
      libmysql/libmysql.c:
        connect timeout
      libmysql/violite.c:
        connect timeout
      mysys/hash.c:
        Fix when delting from empty table
      scripts/safe_mysqld.sh:
        Added --open-files, --core-file-size and --timezone
      sql-bench/bench-init.pl.sh:
        Function print_time
      sql-bench/crash-me.sh:
        Added test of truncate
      sql-bench/test-insert.sh:
        More "estimated" tests
      sql-bench/test-select.sh:
        More "estimated" tests
      sql/filesort.cc:
        Removed allocation of extra memory
      sql/ha_berkeley.cc:
        Better estimation of number of rows
      sql/item_create.cc:
        Truncate
      sql/item_create.h:
        Truncate
      sql/item_strfunc.cc:
        Removed usage of MY_FAE
      sql/lex.h:
        Truncate
      sql/lock.cc:
        Fixed possible loop bug
      sql/log.cc:
        Removed usage of FILE:s
      sql/mysqld.cc:
        Print of more server variables
      sql/sql_class.h:
        Changed FILE -> File
      sql/sql_insert.cc:
        Fixed bug in temptable handling
      sql/sql_lex.h:
        Cleanup
      sql/sql_load.cc:
        Removed usage of MY_FAE
      sql/sql_parse.cc:
        Cleanup + TRUNCATE
      sql/sql_select.cc:
        Cleanup + fix for INSERT ... SELECT
      sql/sql_yacc.yy:
        TRUNCATE
      sql/violite.c:
        Merge with client/violite.c
      strings/strstr-sparc.s:
        Fixed wrong register usage
      f3d2341f
  34. 11 Nov, 2000 1 commit
    • unknown's avatar
      laptop commit, syncing with the repostitory. Fixed some bad bugs in replication · 19d2e8ce
      unknown authored
      BUILD/compile-pentium-debug:
        added -DEXTRA_DEBUG
      sql/Makefile.am:
        added slave.h
      sql/log_event.h:
        max_buf -> event_len in read_log_event
      sql/mysql_priv.h:
        moved the slave part to slave.h
      sql/mysqld.cc:
        changes for replcate_do/ignore_table ( does not work yet)
      sql/slave.cc:
        removed the stuff covered by slave.h
      sql/sql_class.h:
        moved slave stuff to slave.h
      sql/sql_repl.h:
        removed stuff covered by slave.h
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      19d2e8ce
  35. 04 Nov, 2000 1 commit
    • unknown's avatar
      sql/slave.cc · 745f1197
      unknown authored
          mutex now initialized in the constructor
      sql/sql_class.h
          intialize MASTER_INFO mutex in the constructor
      sql/sql_repl.cc
          fixed typo in error message
          if the user does not specify offset in CHANGE MASTER TO, set it to skip magic number
      repl-tests/test-repl-ts/repl-timestamp.master.reject
          New BitKeeper file ``repl-tests/test-repl-ts/repl-timestamp.master.reject''
      
      
      BitKeeper/etc/ignore:
        Added repl-tests/test-repl-ts/repl-timestamp.master.reject to the ignore list
      sql/slave.cc:
        mutex now initialized in the constructor
      sql/sql_class.h:
        intialize MASTER_INFO mutex in the constructor
      sql/sql_repl.cc:
        fixed typo in error message
        if the user does not specify offset in CHANGE MASTER TO, set it to skip magic number
      745f1197
  36. 27 Oct, 2000 1 commit
    • unknown's avatar
      fixed --skip-slave-thread bug · add02ff8
      unknown authored
      added PURGE MASTER LOGS TO and SHOW MASTER LOGS
      fixed the output of SHOW MASTER STATUS
      updated docs
      
      
      Docs/manual.texi:
        Update for PURGE MASTER LOGS TO, SHOW MASTER LOGS
      sql/lex.h:
        added PURGE
      sql/log.cc:
        update for PURGE
      BitKeeper/etc/ignore:
        Added include/.my_sys.h.swp PENDING/2000-10-25.01 PENDING/2000-10-25.02 support-files/mysql-3.23.27-beta.spec to the ignore list
      sql/mysqld.cc:
        fixed bug in --skip-slave-start
      sql/sql_class.cc:
        added linfo to THD
      sql/sql_class.h:
        updates for PURGE
      sql/sql_lex.h:
        updates for PURGE
      sql/sql_parse.cc:
        updates for PURGE
      sql/sql_repl.cc:
        updates for PURGE
      sql/sql_repl.h:
        updates for PURGE
      sql/sql_yacc.yy:
        updates for PURGE
      add02ff8
  37. 26 Oct, 2000 1 commit
    • unknown's avatar
      Fixed bug with ORDER BY on BDB tables. · 3ae05104
      unknown authored
      New benchmarks tests
      
      
      sql-bench/test-insert.sh:
        Added a lot of new ORDER BY tests
      sql/filesort.cc:
        Fix for big BDB tables
      sql/ha_berkeley.cc:
        A
      sql/ha_berkeley.h:
        A
      sql/handler.h:
        A
      sql/sql_class.h:
        Portability fix
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      3ae05104