1. 01 Jun, 2001 1 commit
    • unknown's avatar
      Added support for symlinked tables. · e59d0778
      unknown authored
      myisamchk: Don't force a repair if the only problem was that the
      open count wasn't correct.
      Added missing error messages.
      
      
      include/my_sys.h:
        Cleanup comments
      libmysql/Makefile.shared:
        Added symlink library.
      myisam/mi_check.c:
        Added support for symlinked tables
      myisam/mi_delete_table.c:
        Added support for symlinked tables
      myisam/mi_open.c:
        Added support for symlinked tables
      myisam/mi_rename.c:
        Added support for symlinked tables
      myisam/myisamchk.c:
        Added support for symlinked tables.
        Don't force a repair if the only problem was that the open count
        wasn't correct.
      pstack/bucomm.c:
        use mkstemp() instead of mytemp()
      sql/ha_myisam.cc:
        Added support for symlinked tables
      sql/ha_myisam.h:
        Added support for symlinked tables
      sql/ha_myisammrg.cc:
        Added support for symlinked tables
      sql/handler.cc:
        Added support for symlinked tables
      sql/handler.h:
        Added support for symlinked tables
      sql/lex.h:
        Added support for symlinked tables
      sql/share/czech/errmsg.txt:
        Added missing error messages
      sql/share/danish/errmsg.txt:
        Added missing error messages
      sql/share/dutch/errmsg.txt:
        Added missing error messages
      sql/share/estonian/errmsg.txt:
        Added missing error messages
      sql/share/french/errmsg.txt:
        Added missing error messages
      sql/share/german/errmsg.txt:
        Added missing error messages
      sql/share/greek/errmsg.txt:
        Added missing error messages
      sql/share/hungarian/errmsg.txt:
        Added missing error messages
      sql/share/italian/errmsg.txt:
        Added missing error messages
      sql/share/japanese/errmsg.txt:
        Added missing error messages
      sql/share/korean/errmsg.txt:
        Added missing error messages
      sql/share/norwegian-ny/errmsg.txt:
        Added missing error messages
      sql/share/norwegian/errmsg.txt:
        Added missing error messages
      sql/share/polish/errmsg.txt:
        Added missing error messages
      sql/share/portuguese/errmsg.txt:
        Added missing error messages
      sql/share/romanian/errmsg.txt:
        Added missing error messages
      sql/share/russian/errmsg.txt:
        Added missing error messages
      sql/share/slovak/errmsg.txt:
        Added missing error messages
      sql/share/spanish/errmsg.txt:
        Added missing error messages
      sql/share/swedish/errmsg.OLD:
        Added missing error messages
      sql/share/swedish/errmsg.txt:
        Added missing error messages
      sql/sql_db.cc:
        Added support for symlinked tables
      sql/sql_parse.cc:
        Added support for symlinked tables
      sql/sql_table.cc:
        Added support for symlinked tables with ALTER TABLE
      sql/sql_yacc.yy:
        Added option to create symlinked tables.
      e59d0778
  2. 31 May, 2001 8 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · ef678c6a
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      ef678c6a
    • unknown's avatar
      Removed compiler warnings. · d9a9f38e
      unknown authored
      Added preliminary handling of symlinks in MyISAM.
      When using myisamchk to check tables with --force, don't repair
      tables that are marked as 'not closed' if they are ok.
      Change fn_format() to use my_real_path and my_symlink
      
      
      include/myisam.h:
        Added handling of symlinks
      myisam/ft_boolean_search.c:
        cleanup
      myisam/ft_dump.c:
        cleanup
      myisam/mi_check.c:
        Added handling of symlinks.
        When using check and --force, don't repair tables that are marked
        as 'not closed' if they are ok.
      myisam/mi_create.c:
        Added handling of symlinks.
      myisam/mi_dbug.c:
        Added handling of symlinks.
      myisam/mi_info.c:
        Added handling of symlinks.
      myisam/mi_open.c:
        Added handling of symlinks.
      myisam/mi_search.c:
        cleanup
      myisam/myisamchk.c:
        Added handling of symlinks.
      myisam/myisamdef.h:
        Added handling of symlinks.
      myisam/myisamlog.c:
        Fixed bug when using new trees
      myisam/myisampack.c:
        cleanup
      mysys/mf_cache.c:
        cleanup
      mysys/mf_format.c:
        Change to use my_real_path and my_symlink
      mysys/my_alloc.c:
        cleanup
      BitKeeper/etc/ignore:
        Added libmysqld/sql_command libmysqld/backup_dir libmysqld/simple-test to the ignore list
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      d9a9f38e
    • unknown's avatar
      merge · e6ecbfd6
      unknown authored
      
      BitKeeper/triggers/post-commit:
        Auto merged
      acinclude.m4:
        Auto merged
      configure.in:
        Auto merged
      Docs/manual.texi:
        Auto merged
      include/my_sys.h:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/share/estonian/errmsg.txt:
        Auto merged
      sql/sql_repl.cc:
        Auto merged
      sql/sql_select.h:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      e6ecbfd6
    • unknown's avatar
      Fixed typo from last checkin · 8c824491
      unknown authored
      
      Docs/manual.texi:
        Changelog
      8c824491
    • unknown's avatar
      Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql · b369c09d
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      configure.in:
        Auto merged
      Docs/manual.texi:
        Auto merged
      b369c09d
    • unknown's avatar
      Added functions for symbolic link handling to make it possible to · b6cae0f6
      unknown authored
      backport things from 4.0. This is safe as the functions are not used!
      Fixed bug in new mutex handling in InnoDB
      Make allow_break() and dont_break() defines.
      
      
      Docs/manual.texi:
        Remove -fomit-frame-pointer from default binaries
      configure.in:
        Use -lcma library on HPUX
      include/my_sys.h:
        Added functions for symbolic link handling to make it possible to
        backport things from 4.0. (This is safe as the functions are not used!)
      include/mysys_err.h:
        Error messages for symlink functions.
      innobase/include/sync0sync.ic:
        Fixed bug in new mutex handling
      mysys/Makefile.am:
        Symlink handling
      mysys/errors.c:
        Symlink handling
      mysys/mf_brkhant.c:
        Make allow_break() and dont_break() defines.
      sql/sql_select.h:
        Fix for Intel compiler.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      b6cae0f6
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · a14542a6
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a14542a6
    • unknown's avatar
      A slave now can optionally register with the master providing the · ecba7868
      unknown authored
      info on how to connect to the slave for the clients that connect to
      the master, but would like to know where the slaves are
      
      
      include/mysql_com.h:
        register slaves
      mysql-test/mysql-test-run.sh:
        parameters to test slave registration
      mysql-test/r/rpl000002.result:
        test of slave registration
      mysql-test/t/rpl000002.test:
        test slave registration
      sql/mysql_priv.h:
        slave registration
      sql/mysqld.cc:
        slave registration
      sql/slave.cc:
        slave registration
      sql/slave.h:
        slave registration
      sql/sql_lex.h:
        slave registration
      sql/sql_parse.cc:
        slave registration
      sql/sql_repl.cc:
        slave registration
      sql/sql_repl.h:
        slave registration
      sql/sql_yacc.yy:
        slave registration
      ecba7868
  3. 30 May, 2001 6 commits
  4. 29 May, 2001 9 commits
    • unknown's avatar
      Fixed a few typos. · 3a837a04
      unknown authored
      
      Docs/manual.texi:
        my.cfg -> my.cnf
      scripts/safe_mysqld.sh:
        my.cfg -> my.cnf
      support-files/mysql-multi.server.sh:
        my.cfg -> my.cnf
      support-files/mysql.server.sh:
        my.cfg -> my.cnf
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      3a837a04
    • unknown's avatar
      Merge nusphere@work.mysql.com:/home/bk/mysql · dedf125d
      unknown authored
      into nslinux.bedford.progress.com:/usr1/mikef/MYSQL/there
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      configure.in:
        Auto merged
      Docs/manual.texi:
        Auto merged
      sql/share/english/errmsg.txt:
        Auto merged
      dedf125d
    • unknown's avatar
      Pushing all the Gemini changes above the table handler. · 9d523813
      unknown authored
      
      BUILD/FINISH.sh:
        Add Gemini to configure
      Docs/manual.texi:
        Added Gemini content to the manual.
      acinclude.m4:
        Add Gemini to configure
      configure.in:
        Add Gemini to configure
      include/my_base.h:
        transaction isolation level READ UNCOMMITTED does not allow updates
      include/mysqld_error.h:
        Added new messages for Lock related failures
      sql/field.cc:
        Gemini BLOB support -
      sql/field.h:
        Gemini BLOB Support
      sql/ha_gemini.cc:
        Gemini Table handler
      sql/ha_gemini.h:
        Gemini Table handler
      sql/handler.cc:
        Added new messages for Lock related failures
        Provide the ability to turn off recovery for operations like 
        REPAIR TABLE ans ALTER TABLE
      sql/handler.h:
        Add a bit to have full text indexes as an option
        and define the prototype to optionally turn on and off logging
      sql/lock.cc:
        Added new messages for Lock related failures
      sql/share/czech/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/danish/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/dutch/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/english/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/estonian/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/french/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/german/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/greek/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/hungarian/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/italian/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/japanese/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/korean/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/norwegian-ny/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/norwegian/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/polish/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/portuguese/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/romanian/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/russian/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/slovak/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/spanish/errmsg.txt:
        Added new messages for Lock related failures
      sql/share/swedish/errmsg.txt:
        Added new messages for Lock related failures
      sql/sql_base.cc:
        Avoidlock table overflow issues when doing an alter table on Windows.
        This is Gemini specific.
      sql/sql_table.cc:
        Add a bit to have full text indexes as an option
        and define the prototype to optionally turn on and off logging
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      9d523813
    • unknown's avatar
      Merge heikki@work.mysql.com:/home/my/mysql · 97d52615
      unknown authored
      into donna.mysql.fi:/home/heikki/mysqle
      
      
      97d52615
    • unknown's avatar
      ut0ut.c If localtime_r not available in Unix, use localtime · 34a80e21
      unknown authored
      configure.in	If localtime_r not available in Unix, use localtime
      
      
      innobase/configure.in:
        If localtime_r not available in Unix, use localtime
      innobase/ut/ut0ut.c:
        If localtime_r not available in Unix, use localtime
      34a80e21
    • unknown's avatar
      Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql · a8f27902
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a8f27902
    • unknown's avatar
      Fixed problems with decimals withing IF() · 9ad7aedb
      unknown authored
      Force add of FN_LIBCHAR to symlinks on windows
      
      
      Docs/manual.texi:
        Cleanup & Changelog
      client/mysqladmin.c:
        Added quoting for 'drop database'
      client/mysqlcheck.c:
        Fixed wrong comment syntax
      libmysql/net.c:
        Cleanup
      mysql-test/mysql-test-run.sh:
        Better error message.
      mysql-test/r/func_test.result:
        test for if()
      mysql-test/t/func_test.test:
        test for if()
      mysys/mf_pack.c:
        Force add of FN_LIBCHAR to symlinks on windows.
      sql/item_cmpfunc.cc:
        Fixed problems with decimals withing IF()
      sql/mysqlbinlog.cc:
        Better error messages.
      sql/sql_repl.cc:
        Better error messages.
      9ad7aedb
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 020160f8
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
      
      
      020160f8
    • 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
  5. 27 May, 2001 8 commits
  6. 26 May, 2001 1 commit
    • unknown's avatar
      sync0sync.ic InnoDB now uses XCHG to implement mutex if GCC and x86 · 860d2b39
      unknown authored
      configure.in	InnoDB now uses XCHG to implement mutex if GCC and x86
      
      
      innobase/configure.in:
        InnoDB now uses XCHG to implement mutex if GCC and x86
      innobase/include/sync0sync.ic:
        InnoDB now uses XCHG to implement mutex if GCC and x86
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      860d2b39
  7. 25 May, 2001 2 commits
    • unknown's avatar
      BUILD/SETUP.sh@1.9 · 714640bf
      unknown authored
          removed -ffixed-ebp from reckless flags
      BUILD/compile-pentium@1.16
          use fast, not reckless flags for binary distribuition
      sql/share/english/errmsg.txt@1.24
          Point the user to the manual when he gets aborted connection message
      
      
      
      BUILD/SETUP.sh:
        removed -ffixed-ebp from reckless flags
      BUILD/compile-pentium:
        use fast, not reckless flags for binary distribuition
      sql/share/english/errmsg.txt:
        Point the user to the manual when he gets aborted connection message
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      714640bf
    • unknown's avatar
      fixed bug in count(distinct) · 403b38ee
      unknown authored
      
      sql/item_sum.cc:
        do not insert into deleted tree in count(distinct)
      403b38ee
  8. 24 May, 2001 5 commits
    • unknown's avatar
      manual.texi Updated Contrib section, mirrors. · f2c04366
      unknown authored
      
      Docs/manual.texi:
        Updated Contrib section, mirrors.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      f2c04366
    • unknown's avatar
      handle tree overflow in count(distinct) · b7b409b7
      unknown authored
      test heap table/tree overflow in count(distinct)
      
      
      mysql-test/r/count_distinct2.result:
        added test for tree/heap table overflow
      mysql-test/t/count_distinct2.test:
        test tree/heap table overflow
      sql/item_sum.cc:
        handle tree overflow in count(distinct)
      sql/item_sum.h:
        t
      b7b409b7
    • unknown's avatar
      symlink sql/violite.c to libmysql/violite.c, since violite.c got removed · a895b7b4
      unknown authored
      from libmysql directory to make things compile
      
      
      libmysql/Makefile.am:
        symlink sql/violite.c to libmysql/violite.c
      libmysql/Makefile.shared:
        fixes for violite.c
      a895b7b4
    • unknown's avatar
      ut0ut.c Rewrote ut_print_timestamp with localtime_r and in Win GetLocalTime · cf5233e4
      unknown authored
      
      innobase/ut/ut0ut.c:
        Rewrote ut_print_timestamp with localtime_r and in Win GetLocalTime
      cf5233e4
    • unknown's avatar
      log0log.c InnoDB now prints timestamp at startup and shutdown · b6098186
      unknown authored
      srv0start.c	InnoDB now prints timestamp at startup and shutdown
      ut0ut.h 	InnoDB now prints timestamp at startup and shutdown
      ut0ut.c 	InnoDB now prints timestamp at startup and shutdown
      
      
      innobase/ut/ut0ut.c:
        InnoDB now prints timestamp at startup and shutdown
      innobase/include/ut0ut.h:
        InnoDB now prints timestamp at startup and shutdown
      innobase/srv/srv0start.c:
        InnoDB now prints timestamp at startup and shutdown
      innobase/log/log0log.c:
        InnoDB now prints timestamp at startup and shutdown
      b6098186