An error occurred fetching the project authors.
  1. 04 Jun, 2002 1 commit
  2. 03 Jun, 2002 1 commit
    • unknown's avatar
      Enable LOAD DATA LOCAL INFILE in mysql_test · a7798dfd
      unknown authored
      Added syntax for column comments (for compability with 4.1)
      Fix of ALTER TABLE RENAME
      
      
      Docs/manual.texi:
        Changelog
      client/mysqltest.c:
        Enable LOAD DATA LOCAL INFILE
      mysql-test/r/alter_table.result:
        Test of syntax for column comments
      mysql-test/r/func_math.result:
        Fixed test of new truncate
      mysql-test/t/alter_table.test:
        Test of syntax for column comments
      mysys/my_gethostbyname.c:
        Portability fix
      sql/hostname.cc:
        Fixed pointer bug
      sql/item_cmpfunc.cc:
        Optimizing LIKE code
      sql/item_cmpfunc.h:
        Cleanup
      sql/mysqld.cc:
        Avoid warning of duplicate calls to mysql_thread_init()
      sql/sql_analyse.cc:
        Removed warning from DBUG
      sql/sql_parse.cc:
        Avoid warning of duplicate calls to mysql_thread_init()
      sql/sql_table.cc:
        Fix of ALTER TABLE RENAME
      sql/sql_yacc.yy:
        Added syntax for field comments
      vio/test-sslserver.c:
        Cleanup
      a7798dfd
  3. 31 May, 2002 1 commit
  4. 29 May, 2002 1 commit
    • unknown's avatar
      Added useful exit error code for programs using my_getopt in case · a90b2f30
      unknown authored
      of an error in option handling. This can sometimes be useful in
      scripts.
      
      Changed some exit code names and corresponding numbers.
      
      Fixed a bug in mysqld.cc, in replication related options.
      
      Added a global flag in my_getopt, which can be set by any program
      that is using my_getopt, which tells whether the client should
      print the error message itself, or whether my_getopt should do it.
      The default is that my_getopt will print the error messages.
      
      
      client/mysql.cc:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      client/mysqladmin.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      client/mysqlbinlog.cc:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      client/mysqlcheck.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      client/mysqldump.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      client/mysqlimport.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      client/mysqlmanager-pwgen.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      client/mysqlmanagerc.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      client/mysqlshow.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      client/mysqltest.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      client/thread_test.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      extra/my_print_defaults.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      extra/mysql_install.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      extra/perror.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      extra/resolve_stack_dump.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      extra/resolveip.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      include/my_getopt.h:
        Added global (flag) variable which tells my_getopt whether to
        print errors or just silently exit with proper error code.
      include/mysys_err.h:
        Changed exit code names and corresponding numbers.
      isam/isamchk.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      isam/pack_isam.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      myisam/ft_dump.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      myisam/ft_eval.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      myisam/ft_test1.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      myisam/mi_test1.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      myisam/myisamchk.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      myisam/myisampack.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      mysys/my_getopt.c:
        Changed exit code names and corresponding numbers. Added a flag
        for checking whether my_getopt should print the error message,
        or whether it should be printed by the client itself.
      sql/gen_lex_hash.cc:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      sql/mysqld.cc:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
        
        Fixed a bug when compiling in non-debug mode, some replication
        related options were not enabled while they should be. This made
        'make test' to fail in rpl000010 when --with-debug was not used.
      tools/mysqlmanager.c:
        Added useful exit error code for programs using my_getopt in case
        of an error in option handling. This can sometimes be useful in
        scripts.
      a90b2f30
  5. 28 May, 2002 1 commit
    • unknown's avatar
      Small documentation change · c579f810
      unknown authored
      Docs/manual.texi:
        slave_read_timeout -> slave_net_timeout
      sql/mysqld.cc:
        Documented slave_net_timeout
      c579f810
  6. 21 May, 2002 1 commit
    • unknown's avatar
      Changed mysqlbinlog, mysqlmanager-pwgen, mysqlmanagerc, mysqltest, · bb07d5c0
      unknown authored
      thread_test and isamchk to use my_getopt.
      
      Fixed a bug in my_getopt.
      
      
      client/mysqlbinlog.cc:
        Changed mysqlbinlog.cc to use my_getopt.
      client/mysqlmanager-pwgen.c:
        Changed mysqlmanager-pwgen to use my_getopt.
      client/mysqlmanagerc.c:
        Changed mysqlmanagerc to use my_getopt.
      client/mysqltest.c:
        Changed mysqltest to use my_getopt.
      client/thread_test.c:
        Changed thread_test to use my_getopt.
      isam/isamchk.c:
        Changed isamchk to use my_getopt.
      mysys/my_getopt.c:
        Fixed a bug in printing options when option didn't have a comment.
        Added startup initializing and printing for 'GET_BOOL' type variables.
      sql/mysql_priv.h:
        Changed type.
      sql/mysqld.cc:
        Fixed a bug in --local-infile option.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      bb07d5c0
  7. 16 May, 2002 2 commits
    • unknown's avatar
      New my_gethostbyname_r() handling · d2b95cd7
      unknown authored
      Changed some status variable names
      Fix bug in GRANT ... PASSWORD string
      
      
      Docs/manual.texi:
        Update of variable names
      include/my_net.h:
        New my_gethostbyname_r() handling
      include/my_pthread.h:
        New my_gethostbyname_r() handling
      libmysql/Makefile.shared:
        New my_gethostbyname_r() handling
      libmysql/libmysql.c:
        New my_gethostbyname_r() handling
      mysys/Makefile.am:
        New my_gethostbyname_r() handling
      mysys/my_pthread.c:
        New my_gethostbyname_r() handling
      mysys/my_thr_init.c:
        New my_gethostbyname_r() handling
      sql/hostname.cc:
        New my_gethostbyname_r() handling
      sql/mini_client.cc:
        New my_gethostbyname_r() handling
      sql/mysqld.cc:
        change some status variable names
      sql/sql_acl.cc:
        Fix bug in GRANT ... PASSWORD string
      d2b95cd7
    • unknown's avatar
      Fix bug in SELECT SQL_CALC_FOUND_ROWS · 9ef4edcc
      unknown authored
      Docs/manual.texi:
        Update of new GRANT options
      libmysql/manager.c:
        Use new my_gethostbyname_r() functions
      mysql-test/r/select_found.result:
        new test case
      mysql-test/t/select_found.test:
        new test case
      sql/mysqld.cc:
        Change names of some status variables
      9ef4edcc
  8. 15 May, 2002 2 commits
  9. 14 May, 2002 1 commit
    • unknown's avatar
      Some bug fixes. · 9ab6d21c
      unknown authored
      myisam/myisamchk.c:
        Fixed a type.
      mysys/my_getopt.c:
        Made GET_STRALC to work like x_free() when doing a freeing.
        Fixed a bug in my_print_variables() when printing a ulonglong value.
      sql/mysqld.cc:
        Fixed some wrongly alloced/freed variables and removed some
        unneccessary code.
      9ab6d21c
  10. 13 May, 2002 1 commit
  11. 08 May, 2002 1 commit
  12. 07 May, 2002 1 commit
    • unknown's avatar
      Fixed some bugs in my_getopt.c, added functionality for new GET_* · 9f8a75a1
      unknown authored
      types, migrated mysqld.cc to use my_getopt.
      
      
      include/my_getopt.h:
        
        Added missing types; GET_INT, GET_UINT, GET_ULONG, GET_ULL
      mysys/my_getopt.c:
        - Fixed a bug in processing short options; variable value was set
          wrongly after processing it in get_one_option(), when it needed
          to be done before it.
        - Fixed a bug in setting variable values; if type was OPT_ARG,
          a call without argument destroyed the default value
        - Added functionality for new GET_* types.
      sql/mysqld.cc:
        Changed mysqld.cc to use my_getopt.
      9f8a75a1
  13. 17 Apr, 2002 1 commit
  14. 16 Apr, 2002 1 commit
    • unknown's avatar
      Fixed pthread_cond_timedwait() for HPUX and DCE threads · 667da139
      unknown authored
      Cleanup of LIBWRAP handling
      
      
      Docs/manual.texi:
        Changelog
      include/my_pthread.h:
        Fixed pthread_cond_timedwait() for HPUX and DCE threads
      mysys/my_pthread.c:
        Fixed pthread_cond_timedwait() for HPUX and DCE threads
      sql/item_func.cc:
        Fixed the GET_LOCK() works with HPUX and DCE threads
      sql/mysqld.cc:
        Cleanup of LIBWRAP handling
      sql/sql_parse.cc:
        Safety fix
      667da139
  15. 15 Apr, 2002 2 commits
    • unknown's avatar
      reckless slave option · 74fccd18
      unknown authored
      bison 1.34 yacc rule compliance
      more robust handling of relay log corruption
      
      
      mysql-test/r/rpl000014.result:
        updated result
      mysql-test/r/rpl_log.result:
        updated result
      sql/mysqld.cc:
        reckless slave option
      sql/slave.cc:
        reckless slave + more robust handling of relay log corruption
      sql/slave.h:
        reckless slave
      sql/sql_yacc.yy:
        brought the rules into compliance with bison 1.34 by adding ';' at the end of each rule
      74fccd18
    • unknown's avatar
      query cache code can be excluded from server · 02ebecfc
      unknown authored
      sql/mysqld.cc:
        fake query_cache_size parameter if query cache code excluded from server
      02ebecfc
  16. 13 Apr, 2002 1 commit
  17. 06 Apr, 2002 1 commit
  18. 03 Apr, 2002 1 commit
  19. 02 Apr, 2002 2 commits
    • unknown's avatar
      Changed mysql, mysqladmin, mysqlshow, mysqldump, mysqlimport, · a2e75474
      unknown authored
      mysqlcheck and myisamchk to use new my_getopt struct.
      
      
      client/client_priv.h:
        Changes for my_getopt
      client/mysql.cc:
        Uses new my_getopt
      client/mysqladmin.c:
        Uses new my_getopt
      client/mysqlcheck.c:
        Uses new my_getopt
      client/mysqldump.c:
        Uses new my_getopt
      client/mysqlimport.c:
        Uses new my_getopt
      client/mysqlshow.c:
        Uses new my_getopt
      include/my_getopt.h:
        Added GET_BOOL type
      include/sslopt-case.h:
        This is shouldn't be needed anymore.
      include/sslopt-longopts.h:
        Uses new my_getopt
      myisam/myisamchk.c:
        Uses new my_getopt
      mysys/my_getopt.c:
        Some bug fixes and small feature adds to my_getopt
      sql/mysqld.cc:
        mysqld.cc will be changed next. sslopt-* had to be removed
        temporarily.
      a2e75474
    • unknown's avatar
      relay_log_space_limit · d7cfbff5
      unknown authored
      DBUG_ macro cleanup
      buffer boundary cleanup
      This changeset, although not fully tested, works for me better than 
      anything I've had so far, including what is in the repository. I will 
      push it unless something crashes while I am writing this :-)
      
      
      mysql-test/r/rpl000014.result:
        updated result
      mysql-test/r/rpl000015.result:
        updated result
      mysql-test/r/rpl000016.result:
        updated result
      mysql-test/r/rpl_log.result:
        new result
      mysys/mf_iocache.c:
        DBUG_ cleanup
      mysys/mf_iocache2.c:
        DBUG_ fix
      sql/log.cc:
        added relay_log_space_limit
      sql/mysqld.cc:
        relay_log_space_limit
      sql/slave.cc:
        relay_log_space_limit
      sql/slave.h:
        relay_log_space_limit
      sql/sql_class.h:
        relay_log_space_limit
      sql/sql_repl.cc:
        fixed buffer overrun bug
      d7cfbff5
  20. 30 Mar, 2002 1 commit
    • unknown's avatar
      replication updates. This changeset seems to be working fine on test systems. · 5449b03b
      unknown authored
      If no problems are discovered in the next week, this will make the replication
      code ready for 4.0.2 release.
      
      
      dbug/dbug.c:
        cleanup of my previous fix
      sql/mysqld.cc:
        fixed a REALLY NASTY BUG - slave threads were being launched before 
        initialization of global thread keys. Thus if the slave thread was slow
        to start everything worked fine, but if it started quickly, we would get
        into trouble using the unitinialized keys
      sql/net_pkg.cc:
        make net_printf() work with 0 error code taking the third argument as 
        format string in that case
      sql/slave.cc:
        misc fix-ups and debugging instrumentations
      sql/slave.h:
        added skip_log_purge member
      sql/sql_class.cc:
        debugging instrumentation to track down random memory corruption
      sql/sql_class.h:
        added debugging sentry to THD to track down memory corruption
      sql/sql_repl.cc:
        fixed bugs in CHANGE MASTER
      5449b03b
  21. 27 Mar, 2002 1 commit
    • unknown's avatar
      coverted my_thread_init() /end to use my_malloc()/my_free() to help track · 079a551c
      unknown authored
      down replication corruption
      
      
      dbug/dbug.c:
        fixed DBUG_ macros to not crash if my_thread_init() had not been called
      include/my_sys.h:
        keep track of shutdown, main, and signal threads for safemalloc
      mysys/my_static.h:
        keep track of thread in safemalloc blocks
      mysys/my_thr_init.c:
        use my_malloc()/my_free() in my_thread_init()
      mysys/safemalloc.c:
        keep track of threads
        do not fuss if main,signal, or shutdown thread still has allocated blocks 
         when we call TERMINATE() as some blocks are freed later and there is no
         easy way to make TERMINATE() wait for those threads
      sql/mysqld.cc:
        keep track of signal, main, and shutdown threads
      079a551c
  22. 26 Mar, 2002 2 commits
    • unknown's avatar
      Fix compiler error on mysqld.cc · 3136a7ae
      unknown authored
      sql/mysqld.cc:
        Fix compiler error adding a missed )
      3136a7ae
    • unknown's avatar
      Fixed overflow bug · bbedc5eb
      unknown authored
      Docs/manual.texi:
        Changelog
      include/mysql_com.h:
        cleanup
      sql/mysqld.cc:
        Fixed overflow bug in startup parameters to MySQL
      bbedc5eb
  23. 25 Mar, 2002 2 commits
  24. 22 Mar, 2002 2 commits
    • unknown's avatar
      added building without query cache · 3d2ac023
      unknown authored
      configure.in:
        new configure parameter (now only for embeded server)
      include/my_global.h:
        now query cache always included in server, because of problrms with test suit
      mysql-test/r/flush.result:
        removed double testing
      mysql-test/t/flush.test:
        removed double testing
      mysql-test/t/grant_cache.test:
        now it is only memo about query cache
      mysql-test/t/query_cache.test:
        now it is only memo about query cache
      3d2ac023
    • unknown's avatar
      Move back set_user after chroot · 91443b08
      unknown authored
      Docs/manual.texi:
        Updated SCO information
      91443b08
  25. 16 Mar, 2002 1 commit
    • unknown's avatar
      replication updates and bugfixes. Still not perfect - there is some strange · 9c435716
      unknown authored
      memory corruption I can only repeat on one system.
      
      
      mysql-test/r/multi_update.result:
        extended test trying to find why the old one was failing
      mysql-test/r/rpl000015.result:
        result update
      mysql-test/t/multi_update.test:
        updated test to do more intermediate result checks
      mysql-test/t/rpl000014.test:
        cosmetic change
      mysql-test/t/rpl000015-slave-master-info.opt:
        reduce connect retry trying to simulate a bug
      mysql-test/t/rpl000015.test:
        cosmetic change
      sql/lex.h:
        added RELAY_LOG_FILE and RELAY_LOG_POS to CHANGE MASTER TO
      sql/log.cc:
        fixed replication bug
      sql/log_event.cc:
        properly ignore replication errors according to error mask
      sql/mysqld.cc:
        handle SIGFPE in the coredump handler
      sql/slave.cc:
        do not kick slave if it has already exited and freed the structures
      sql/sql_lex.cc:
        fixed initialization bug in CHANGE MASTER TO
      sql/sql_lex.h:
        CHANGE MASTER TO .. RELAY_LOG_FILE=,RELAY_LOG_POS=
      sql/sql_repl.cc:
        CHANGE MASTER TO .. RELAY_LOG_FILE=,RELAY_LOG_POS=
      sql/sql_yacc.yy:
        CHANGE MASTER TO .. RELAY_LOG_FILE=,RELAY_LOG_POS=
      9c435716
  26. 15 Mar, 2002 1 commit
  27. 12 Mar, 2002 1 commit
    • unknown's avatar
      Added help for --local-infile · 4c221321
      unknown authored
      Fix for bug on intel where (int32) 1 << 32 == 1, which gave problems when using 32 keys.
      Allow SET PASSWORD for anonymous user
      
      
      Docs/manual.texi:
        Changelog
      client/mysql.cc:
        Added help for --local-infile
      client/mysqlimport.c:
        Merge with 4.0.
        Patch for LOCAL INFILE handling
      configure.in:
        cleanup
      include/global.h:
        Fix for bug on intel where (int32) 1 << 32 == 1
      mysql-test/r/create.result:
        Test of CREATE TABLE with 32 keys
      mysql-test/t/create.test:
        Test of CREATE TABLE with 32 keys
      scripts/mysqlhotcopy.sh:
        Patch for databasenames with space.
      sql/ha_isam.cc:
        Fix for bug on intel where (int32) 1 << 32 == 1
      sql/ha_myisam.cc:
        Fix for bug on intel where (int32) 1 << 32 == 1
      sql/ha_myisammrg.cc:
        Fix for bug on intel where (int32) 1 << 32 == 1
      sql/mysqld.cc:
        Added help for --local-infile
      sql/sql_acl.cc:
        Allow SET PASSWORD of anonymous user
      sql/table.cc:
        Fix for bug on intel where (int32) 1 << 32 == 1
      4c221321
  28. 10 Mar, 2002 1 commit
  29. 09 Mar, 2002 1 commit
  30. 04 Mar, 2002 1 commit
  31. 21 Feb, 2002 1 commit
    • unknown's avatar
      Changes for to control the tables and log clean up. · 8f61f547
      unknown authored
      sql/mysqld.cc:
        Added Monty's code for to call the handler of named pipes
        at shutdown.
        Change the code to call the stop service after the clean up.
        Change the create/open the mysql.err files for to print the
        InnoDB start messages.
      sql/nt_servc.cc:
        Modify the WaitHint for to kill the service.
        This will be modify for to be defined through an user variable.
      8f61f547
  32. 13 Feb, 2002 2 commits
    • unknown's avatar
      Added --user=userid to mysqld · 429abf35
      unknown authored
      Fix for ctypes on windows
      Cleanup max_queries_per_hour
      
      
      mysql-test/t/dirty_close.test:
        Rename: mysql-test/t/dirty-close.test -> mysql-test/t/dirty_close.test
      mysql-test/r/dirty_close.result:
        Rename: mysql-test/r/dirty-close.result -> mysql-test/r/dirty_close.result
      Docs/manual.texi:
        Added --user=userid
      include/m_ctype.h:
        Fix for ctypes on windows
      mysql-test/r/join.result:
        Update join results
      sql/mysqld.cc:
        Added --user=userid
      sql/sql_parse.cc:
        Cleanup max_queries_per_hour
      429abf35
    • unknown's avatar
      Fix for LOAD DATA LOCAL INFILE patch · a0ea16f1
      unknown authored
      a0ea16f1