1. 20 Sep, 2000 5 commits
    • unknown's avatar
      Merge jcole@work.mysql.com:/home/bk/mysql · c570cb10
      unknown authored
      into tetra.bedford.progress.com:/usr/home/jcole/bk/mysql
      
      
      configure.in:
        Auto merged
      c570cb10
    • unknown's avatar
      removed misplaced comma in configure.in · 73654b71
      unknown authored
      
      configure.in:
        removed comma, wasn't supposed to be there, causing problems ;)
      73654b71
    • unknown's avatar
      Made configure's help output nice and pretty. · 84b6b5a5
      unknown authored
      
      acinclude.m4:
        Small fix of alignment.
      configure.in:
        Lots of fixes of alignment.. made help output nice and pretty.
      84b6b5a5
    • unknown's avatar
      merge · fa0f0e04
      unknown authored
      
      mysys/mf_format.c:
        Auto merged
      sql/ha_myisam.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      fa0f0e04
    • unknown's avatar
      Small bug fixes + code for DELETE QUICK · 2144c32e
      unknown authored
      
      Docs/manual.texi:
        Change log + bug fixes from the mailing list
      configure.in:
        added mlockall
      include/config-win.h:
        Fix to use SAFE_MUTEX
      include/ft_global.h:
        Free memory
      include/my_pthread.h:
        Fix for SAFE_MUTEX on windows
      myisam/Makefile.am:
        Fix modes
      myisam/ft_static.c:
        Fix language problem with fulltext
      myisam/ft_stopwords.c:
        Free memory at end
      myisam/mi_create.c:
        Fix language problem with fulltext
      myisam/mi_delete.c:
        Added optimization to not join blocks when using delete with QUICK
      myisam/mi_panic.c:
        Added freeing of memorty
      myisam/mi_test2.c:
        Added quick mode
      myisam/myisamchk.c:
        Fixed help text
      myisam/myisamdef.h:
        Added optimization to not join blocks when using delete with QUICK
      mysys/mf_format.c:
        Don't change case for extension
      mysys/my_wincond.c:
        Fix for safe mutex
      mysys/thr_mutex.c:
        Fix for safe mutex
      sql-bench/test-insert.sh:
        Split delete test to get more information about the times
      sql/ChangeLog:
        Changelog
      sql/ha_myisam.cc:
        Better OPTIMIZE handling
      sql/log.cc:
        Cleanup
      sql/mysql_priv.h:
        Fix for safe mutex
      sql/mysqld.cc:
        Added define for --one-thread option
      sql/sql_class.h:
        Fixed lock_time in slow_log
      sql/sql_delete.cc:
        Fix for safe mutex
      sql/sql_parse.cc:
        Fix processlist message for new process
      sql/sql_table.cc:
        Fix windows problem med CREATE INDEX
      sql/sql_yacc.yy:
        Fix for safe mutex
      sql/table.cc:
        Made code simpler
      strings/bmove512.c:
        Small speed fix
      support-files/mysql.server.sh:
        Fixed awk usage
      2144c32e
  2. 19 Sep, 2000 9 commits
  3. 18 Sep, 2000 2 commits
  4. 17 Sep, 2000 9 commits
  5. 16 Sep, 2000 3 commits
    • unknown's avatar
      Fix that REPAIR/ALTER TABLE use myisam_tempdir · 87fdca2e
      unknown authored
      
      include/myisam.h:
        Don't assume too big tempoary disks
      myisam/mi_check.c:
        Don't assume too big tempoary disks
      myisam/mi_static.c:
        Don't assume too big tempoary disks
      myisam/myisamdef.h:
        Fix type
      sql/ha_myisam.cc:
        Set myisamchk to use MySQL temporary disk space
      sql/slave.cc:
        Fix parameters
      sql/sql_lex.h:
        Added backup_dir
      87fdca2e
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql · 8e919c63
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_delete.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      8e919c63
    • unknown's avatar
      Faster log::write() call, memory leak fix, flush master fix. · e6e3c8b6
      unknown authored
      
      BUILD/compile-alpha-ccc:
        remove deps to get things to compile better
      Docs/manual.texi:
        Small fixes
      configure.in:
        Fix for mlockmem()
      include/my_sys.h:
        Made key_cache_inited global
      myisammrg/myrg_close.c:
        Fixed memory leak
      myisammrg/myrg_open.c:
        Initialize queue to avoid memory leak bug
      mysys/mf_format.c:
        Added overflow check
      mysys/mf_keycache.c:
        Made key_cache_init more secure to use
      mysys/my_static.h:
        Make key_cache_inite global
      sql/ChangeLog:
        Changes
      sql/lock.cc:
        Added logging of locktime
      sql/log.cc:
        Added logging of locktime
      sql/mysql_priv.h:
        Added locked_in_memory
      sql/mysqld.cc:
        Added logging of locktime + locked in memory
      sql/sql_acl.cc:
        Added thd to log::write() for faster call
      sql/sql_base.cc:
        Use global key_cache variable
      sql/sql_class.cc:
        Added result row counting
      sql/sql_class.h:
        Added thd to log::write() for faster call
      sql/sql_db.cc:
        Added thd to log::write() for faster call
      sql/sql_delete.cc:
        Added thd to log::write() for faster call
      sql/sql_insert.cc:
        Added thd to log::write() for faster call
      sql/sql_load.cc:
        Added thd to log::write() for faster call
      sql/sql_parse.cc:
        Added thd to log::write() for faster call
      sql/sql_rename.cc:
        Added thd to log::write() for faster call
      sql/sql_table.cc:
        Added thd to log::write() for faster call
      sql/sql_update.cc:
        Added thd to log::write() for faster call
      e6e3c8b6
  6. 15 Sep, 2000 3 commits
    • unknown's avatar
      merge of conflicts · f1f2ffcd
      unknown authored
      
      sql/ha_myisam.h:
        Auto merged
      sql/handler.h:
        Auto merged
      sql/lex.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      f1f2ffcd
    • unknown's avatar
      Added a comment about handler::restore() · 845fd45a
      unknown authored
      
      sql/handler.h:
        Added a comment
      845fd45a
    • unknown's avatar
      manual.texi: · 5ed90531
      unknown authored
        FULLTEXT doesn't actually work with BLOBs.
      
      
      Docs/manual.texi:
        FULLTEXT doesn't actually work with BLOBs.
      5ed90531
  7. 14 Sep, 2000 6 commits
    • unknown's avatar
      BACKUP TABLE TO 'directory' · 80e11b3e
      unknown authored
      RESTORE TABLE FROM 'directory'
      log on slave when it connects to the master
      
      
      include/mysql_com.h:
        Added COM_CONNECT_OUT so we can log on the slave when 
        connects to the master
      sql/ha_myisam.cc:
        added restore() and backup()
      sql/ha_myisam.h:
        Added restore() and backup()
      sql/handler.cc:
        restore()/backup()
      sql/handler.h:
        restore()/backup()
      sql/lex.h:
        BACKUP/RESTORE
      sql/mysql_priv.h:
        gave global ( non-static) scope to generate_table()
        added mysql_backup_table()/mysql_restore_table()
      sql/slave.cc:
        Log when slave connects to the master on the slave
      sql/sql_delete.cc:
        changed the scope of generate_table() from static to global
      sql/sql_lex.h:
        changes for BACKUP TABLE/RESTORE TABLE
      sql/sql_parse.cc:
        Changes for BACKUP TABLE/RESTORE TABLE
      sql/sql_table.cc:
        Changes for BACKUP TABLE/RESTORE TABLE
      sql/sql_yacc.yy:
        BACKUP TABLE/ RESTORE TABLE
      80e11b3e
    • unknown's avatar
    • unknown's avatar
      configure fix to handle my_config.h · f3a6a1c8
      unknown authored
      f3a6a1c8
    • unknown's avatar
      configure fixes · 7e62246f
      unknown authored
      
      scripts/make_binary_distribution.sh:
        Change mode to -rw-rw-r--
      scripts/mysql_convert_table_format.sh:
        Change mode to -rw-rw-r--
      scripts/mysql_find_rows.sh:
        Change mode to -rw-rw-r--
      scripts/mysql_setpermission.sh:
        Change mode to -rw-rw-r--
      scripts/mysql_zap.sh:
        Change mode to -rw-rw-r--
      scripts/mysqlaccess.sh:
        Change mode to -rw-rw-r--
      scripts/mysqlbug.sh:
        Change mode to -rw-rw-r--
      scripts/mysqlhotcopy.sh:
        Change mode to -rw-rw-r--
      scripts/safe_mysqld-watch.sh:
        Change mode to -rw-rw-r--
      scripts/safe_mysqld.sh:
        Change mode to -rw-rw-r--
      scripts/mysqlaccess.conf:
        Change mode to -rw-rw-r--
      support-files/binary-configure.sh:
        Change mode to -rw-rw-r--
      Docs/Makefile.am:
        Remove manual.ps when doing make distclean
      Docs/manual.texi:
        Fix
      Makefile.am:
        Fix that my_config.h is properly created and removed
      include/Makefile.am:
        Fix that my_config.h is properly created and removed
      libmysql/Makefile.shared:
        Add some distclean targets
      scripts/Makefile.am:
        Add some distclean targets
      support-files/Makefile.am:
        Add some distclean targets
      7e62246f
    • unknown's avatar
      Merge jcole@work.mysql.com:/home/bk/mysql · 685ff572
      unknown authored
      into ham.spaceapes.com:/usr/home/jcole/bk/mysql
      
      685ff572
    • unknown's avatar
      Fixed a problem with installing, for IRIX 'install', paths would · 35a6dc53
      unknown authored
      be wrong and install would fail.
      
      
      sql/share/Makefile.am:
        When installing, should cd into the directory where the files 
        are coming from.  This caused a problem with one of our customers
        using an SGI IRIX machine, I'd guess that IRIX uses some version
        of install that doesn't disregard the path of the source file
        when copying the files.
      35a6dc53
  8. 13 Sep, 2000 3 commits
    • unknown's avatar
      Fixes for MERGE TABLES and HEAP tables · 84480383
      unknown authored
      
      Docs/manual.texi:
        Updated MERGE table stuff + more
      extra/perror.c:
        Added missing error messages
      include/myisammrg.h:
        Fixes for MERGE TABLE
      include/queues.h:
        Fixes for MERGE TABLE
      isam/isamlog.c:
        Fixed hard bug
      myisam/mi_log.c:
        cleanup
      myisam/mi_open.c:
        Fixed file name format in myisam log
      myisam/myisamlog.c:
        Bug fixes
      myisammrg/mymrgdef.h:
        Fixes for MERGE TABLE
      myisammrg/myrg_create.c:
        Fixes for MERGE TABLE
      myisammrg/myrg_open.c:
        Fixes for MERGE TABLE
      myisammrg/myrg_queue.c:
        Fixes for MERGE TABLE
      myisammrg/myrg_rfirst.c:
        Fixes for MERGE TABLE
      myisammrg/myrg_rkey.c:
        Fixes for MERGE TABLE
      myisammrg/myrg_rlast.c:
        Fixes for MERGE TABLE
      myisammrg/myrg_rnext.c:
        Fixes for MERGE TABLE
      myisammrg/myrg_rprev.c:
        Fixes for MERGE TABLE
      myisammrg/myrg_rrnd.c:
        Fixes for MERGE TABLE
      mysql.proj:
        update
      mysys/queues.c:
        Fixed bug when using reverse queues
      sql-bench/test-insert.sh:
        Separated some things to get better timings
      sql/ha_heap.cc:
        Fixed heap table bug
      sql/ha_heap.h:
        Fixed heap table bug
      sql/ha_myisam.h:
        Fixed wrong max_keys
      sql/ha_myisammrg.cc:
        Fixed MERGE TABLES
      sql/ha_myisammrg.h:
        Fixed MERGE TABLES
      sql/handler.h:
        Fix for MERGE TABLES and HEAP tables
      sql/lex.h:
        Fixed MERGE TABLES
      sql/mysql_priv.h:
        Cleanup of code
      sql/sql_acl.cc:
        Fixed that privilege tables are flushed at start
      sql/sql_lex.h:
        Fixed MERGE TABLES
      sql/sql_parse.cc:
        Fixed MERGE TABLES
      sql/sql_select.cc:
        Fixes for HEAP tables
      sql/sql_table.cc:
        Cleanup
      sql/sql_yacc.yy:
        Fixed MERGE TABLES
      84480383
    • unknown's avatar
      Merge work:/home/bk/mysql · 6683e7c6
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql
      
      6683e7c6
    • unknown's avatar
      Added information about MERGE tables · 462f6c94
      unknown authored
      462f6c94