An error occurred fetching the project authors.
  1. 03 Nov, 2004 1 commit
    • unknown's avatar
      Fix for bug#5551 (Version 4). · 539e2130
      unknown authored
      The idea of the fix is that the administrative statements 
      OPTIMIZE TABLE, REPAIR TABLE and ANALYZE TABLE should not 
      generate binlog errors if there is no errors on the master.
      
      
      sql/sql_parse.cc:
        No binlog error generated
      sql/sql_table.cc:
        Documentation
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      539e2130
  2. 11 Oct, 2004 1 commit
  3. 08 Oct, 2004 1 commit
    • unknown's avatar
      Changed a fatal error to a warning in case the default mysqld · 53ff8fd9
      unknown authored
      binary for mysqld_multi was not found. This is because it is
      possible to define one under each mysqldN group separately.
      Bailing out if mysqld binary is not found at all.
      
      Added option --silent to turn off warnings.
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      53ff8fd9
  4. 07 Oct, 2004 2 commits
  5. 03 Oct, 2004 1 commit
    • unknown's avatar
      mysqld.cc: · 06a39308
      unknown authored
        BUG #5731 Restrict key_buffer_size to 4GB on 64 bit platforms
      
      
      sql/mysqld.cc:
        BUG #5731 Restrict key_buffer_size to 4GB on 64 bit platforms
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      06a39308
  6. 01 Oct, 2004 1 commit
    • unknown's avatar
      logging_ok: · 44d855e7
      unknown authored
        Logging to logging@openlogging.org accepted
      sql_acl.cc, grant.test, grant.result:
        BUG 5831 Changed mysql_revoke_all() to successfully delete all privileges for a user in one pass.
      
      
      mysql-test/r/grant.result:
        BUG 5831 Changed mysql_revoke_all() to successfully delete all privileges for a user in one pass.
      mysql-test/t/grant.test:
        BUG 5831 Changed mysql_revoke_all() to successfully delete all privileges for a user in one pass.
      sql/sql_acl.cc:
        BUG 5831 Changed mysql_revoke_all() to successfully delete all privileges for a user in one pass.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      44d855e7
  7. 26 Sep, 2004 2 commits
    • unknown's avatar
      WL#1424 Updated after review · 5077ba47
      unknown authored
      * Changed the implementation of ndbcluster_find_files to be more efficient, using only one mutex lock
      * Moved ha_find_files to end of mysql_find_files so that it can be passed the list that we are interested to find. 
      
      
      mysql-test/t/ndb_autodiscover.test:
        Added a new test case, disabled for now, waiting for mysql-test-run to set a NDB_CONNECTSTRING
      sql/ha_ndbcluster.cc:
        Rewrite of ndbcluster_find_files to remove and delete files using only one mutex lock. 
        This version only discover files that fulfill wildcard.
      sql/ha_ndbcluster.h:
        Add list of files as parameter
      sql/handler.cc:
        Add list of files as parameter
      sql/handler.h:
        Add list of files as parameter
      sql/sql_show.cc:
        Moving the ha_find_files to end of function, so that the file lista can be passsed to it.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      5077ba47
    • unknown's avatar
      make --with-openssl work with parameters as expected, · dc955863
      unknown authored
      old options for include path and library settings still
      work for backwards compatibility
      (fix for BUG #5494)
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      dc955863
  8. 25 Sep, 2004 1 commit
    • unknown's avatar
      Clean up of index_name and unique_index_name · b9a10e27
      unknown authored
      sql/ha_ndbcluster.cc:
        No need to save the name of the unique index, its only used within the same function
        Removed unused variables and functions  retrieving index_name
      sql/ha_ndbcluster.h:
        Remove unused varaibale unique_name as well as teh function get_index_name and get_unique_index_name
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      b9a10e27
  9. 24 Sep, 2004 1 commit
    • unknown's avatar
      logging_ok: · c9a03e17
      unknown authored
        Logging to logging@openlogging.org accepted
      sql_show.cc, type_enum.test, type_enum.result:
        Bug #5628 German characters in field-defs will be '?' with some table definitions
      
      
      mysql-test/r/type_enum.result:
        Bug #5628 German characters in field-defs will be '?' with some table definitions
      mysql-test/t/type_enum.test:
        Bug #5628 German characters in field-defs will be '?' with some table definitions
      sql/sql_show.cc:
        Bug #5628 German characters in field-defs will be '?' with some table definitions
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      c9a03e17
  10. 20 Sep, 2004 1 commit
    • unknown's avatar
      These modifications were part of WL#1856 Conversion of client_test.c tests... · 5a53ee4f
      unknown authored
      These modifications were part of WL#1856 Conversion of client_test.c tests cases to mysqltest if possible
      
      They are separated from the other WL#1856 stuff, because they improve the behaviour of the current tests.  
      
      Make the result sets (order of rows) more predictable by using ORDER BY.
      
      
      mysql-test/include/ps_modify.inc:
        Make the result sets more predictable by using ORDER BY
      mysql-test/include/ps_modify1.inc:
        Make the result sets more predictable by using ORDER BY
      mysql-test/r/ps_2myisam.result:
        updated results
      mysql-test/r/ps_3innodb.result:
        updated results
      mysql-test/r/ps_4heap.result:
        updated results
      mysql-test/r/ps_5merge.result:
        updated results
      mysql-test/r/ps_6bdb.result:
        updated results
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      5a53ee4f
  11. 17 Sep, 2004 1 commit
    • unknown's avatar
      Bug#5553 - Multi table UPDATE IGNORE fails on dup key · e84eb55a
      unknown authored
        We don't want the update to abort when IGNORE is specified
      
      
      mysql-test/r/update.result:
        Bug#5553 - UPDATE IGNORE fails on dup key
          New test
      mysql-test/t/update.test:
        Bug#5553 - UPDATE IGNORE fails on dup key
          New test
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      e84eb55a
  12. 15 Sep, 2004 1 commit
    • unknown's avatar
      logging_ok: · 49dc3a53
      unknown authored
        Logging to logging@openlogging.org accepted
      SCI_Transporter.hpp, SCI_Transporter.cpp:
        Major fix-up of SCI Transporter, fixed so that it works with single card, fixed wrap around, added lots of DBUG statements, merged with new transporter handling
      TransporterRegistry.cpp:
        Some fixes for wrap around needed plus DBUG handling
      TCP_Transporter.hpp, TCP_Transporter.cpp:
        Added DBUG statements
      SHM_Transporter.hpp, SHM_Transporter.cpp:
        Fixed SHM Transporter
      SHM_Buffer.hpp:
        Fixed SHM Buffer to handle wrap around properly
      IPCConfig.cpp:
        Fixed up config of SCI
      SocketServer.cpp:
        Added DBUG support for SocketServer threads
      ConfigInfo.cpp:
        Config changes for SCI
      TransporterDefinitions.hpp, mgmapi_config_parameters.h:
        SCI fixes
      Makefile.am, type_ndbapitools.mk.am, type_ndbapitest.mk.am:
        Added SCI library path to Makefiles
      configure.in:
        Fixed small bug with shared mem and sci together in configure
      acinclude.m4:
        Added possibility of providing SCI library path in confgure
      
      
      acinclude.m4:
        Added possibility of providing SCI library path in confgure
      configure.in:
        Fixed small bug with shared mem and sci together in configure
      ndb/config/type_ndbapitest.mk.am:
        Added SCI library path to Makefiles
      ndb/config/type_ndbapitools.mk.am:
        Added SCI library path to Makefiles
      ndb/src/cw/cpcd/Makefile.am:
        Added SCI library path to Makefiles
      ndb/src/kernel/Makefile.am:
        Added SCI library path to Makefiles
      ndb/src/kernel/blocks/backup/restore/Makefile.am:
        Added SCI library path to Makefiles
      ndb/src/mgmsrv/Makefile.am:
        Added SCI library path to Makefiles
      sql/Makefile.am:
        Added SCI library path to Makefiles
      ndb/src/common/transporter/Makefile.am:
        Added SCI library path to Makefiles
      ndb/include/mgmapi/mgmapi_config_parameters.h:
        SCI fixes
      ndb/include/transporter/TransporterDefinitions.hpp:
        SCI fixes
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Config changes for SCI
      ndb/src/common/util/SocketServer.cpp:
        Added DBUG support for SocketServer threads
      ndb/src/common/mgmcommon/IPCConfig.cpp:
        Fixed up config of SCI
      ndb/src/common/transporter/SHM_Buffer.hpp:
        Fixed SHM Buffer to handle wrap around properly
      ndb/src/common/transporter/SHM_Transporter.cpp:
        Fixed SHM Transporter
      ndb/src/common/transporter/SHM_Transporter.hpp:
        Fixed SHM Transporter
      ndb/src/common/transporter/TCP_Transporter.cpp:
        Added DBUG statements
      ndb/src/common/transporter/TCP_Transporter.hpp:
        Added DBUG statements
      ndb/src/common/transporter/TransporterRegistry.cpp:
        Some fixes for wrap around needed plus DBUG handling
      ndb/src/common/transporter/SCI_Transporter.cpp:
        Major fix-up of SCI Transporter, fixed so that it works with single card, fixed wrap around, added lots of DBUG statements, merged with new transporter handling
      ndb/src/common/transporter/SCI_Transporter.hpp:
        Major fix-up of SCI Transporter, fixed so that it works with single card, fixed wrap around, added lots of DBUG statements, merged with new transporter handling
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      49dc3a53
  13. 09 Sep, 2004 2 commits
    • unknown's avatar
      configure.in: · 8eb1db61
      unknown authored
        Updated to 4.0.22
      
      
      configure.in:
        Updated to 4.0.22
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      8eb1db61
    • unknown's avatar
      Updating the headers on a few files to include GPL header. · c00c89af
      unknown authored
      sql/repl_failsafe.cc:
        Removed reference to old maintainer.
      sql/repl_failsafe.h:
        Added license header.
      sql/slave.h:
        Added license header.
      sql/sql_repl.cc:
        Removed old maintainer.
      sql/sql_repl.h:
        Added license header
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      c00c89af
  14. 27 Aug, 2004 1 commit
    • unknown's avatar
      win1251.conf: · dd714c9a
      unknown authored
        Wrong UPPER/LOWER translation for Cyrillic letter tse was fixed.
        bug#5110
      
      
      sql/share/charsets/win1251.conf:
        Wrong UPPER/LOWER translation for Cyrillic letter tse was fixed.
        bug#5110
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      dd714c9a
  15. 26 Aug, 2004 1 commit
    • unknown's avatar
      If the system has 64 bit "long", then "long long" does not add new · 1275b4c5
      unknown authored
      functionality. The existing code takes advantage of this when
      "typedef"ing 'longlong' in 'my_global.h'. This holds for Alpha CPUs.
      If the compiler then has prototypes for C99 functions 'strtoll()' and
      'strtoull()' but no implementation, the existing code in 'strtoull.c'
      collides with that prototype. These collisions are avoided now.
      
      
      include/m_string.h:
        Extend the "fake" approach from 'strtoull()' onto 'strtoll()'.
      strings/strto.c:
        Ensure that calling file has included necessary headers,
        as these are needed at the upper level already.
      strings/strtol.c:
        Cleanup/alignment with the "long long" functions.
      strings/strtoll.c:
        When "long" is 64 bit already, system function 'strtol()' can be used.
        Header files 'my_global.h' and 'm_string.h' will manage that,
        if they are included early enough.
      strings/strtoul.c:
        Cleanup/alignment with the "long long" functions.
      strings/strtoull.c:
        When "long" is 64 bit already, system function 'strtoul()' can be used.
        Header files 'my_global.h' and 'm_string.h' will manage that,
        if they are included early enough.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      1275b4c5
  16. 24 Aug, 2004 2 commits
  17. 19 Aug, 2004 1 commit
    • unknown's avatar
      This fixes a Windows build failure. How did this build on Linux? · 185fc2da
      unknown authored
      logging_ok:
        Logging to logging@openlogging.org accepted
      mysql_priv.h, my_time.h:
        Moved declaration of days_in_month array from mysql_priv.h to my_time.h to correct Windows build issues
      
      
      include/my_time.h:
        Moved declaration of days_in_month array from mysql_priv.h to my_time.h to correct Windows build issues
      sql/mysql_priv.h:
        Moved declaration of days_in_month array from mysql_priv.h to my_time.h to correct Windows build issues
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      185fc2da
  18. 17 Aug, 2004 1 commit
  19. 14 Aug, 2004 1 commit
    • unknown's avatar
      mysql_priv.h: · 767d880f
      unknown authored
        Added declarations for print_msg_to_log and vprint_msg_to_log.  sql_print_error are simple functions that wrap calls to print_msg_to_log.  Define the different error types with MY_ERROR_TYPE, MY_WARNING_TYPE, and MY_INFORMATION_TYPE
      gen_lex_hash.cc:
        Added NULL error reporting parameter to handle_options
      log.cc:
        Add print_msg_to_log, print_buffer_to_log, and vprint_msg_to_log.  Print_msg_to_log will write the message to the windows event log if on NT.  We now have error, warning, and information versions of sql_print_xxxx.  T his is a variation of a similar changeset WAX did.
      mysqld.cc:
        Added option_error_reporter callback function and pass that into handle_options
      mysql.cc:
        Added NULL as error reporter arg to the end of handle_options
      Many files:
        Added NULL error reporter parameter as the last paramter to handle_options
      my_getopt.c:
        Added second function pointer to server as an error reporting callback.  Added local function report_option_error that will either write the error to stderr or to the error reporting callback.  changed all calls in handle_options from fprintf(stderr, ... ) to report_option_error
      my_getopt.h:
        Changed declaration of handle_options to use typedefs for the two function pointers.  added second function pointer to server as an error reporting callback
      mysqld.dsp:
        Added custom build step for compiling message file and added message resource file (output of mc)
      
      
      VC++Files/sql/mysqld.dsp:
        Added custom build step for compiling message file and added message resource file (output of mc)
      client/mysqladmin.c:
        Added NULL error reporter parameter as the last paramter to handle_options
      client/mysqlcheck.c:
        Added NULL error reporter parameter as the last paramter to handle_options
      client/mysqldump.c:
        Added NULL error reporter parameter as the last paramter to handle_options
      client/mysqlimport.c:
        Added NULL error reporter parameter as the last paramter to handle_options
      client/mysqlmanager-pwgen.c:
        Added NULL error reporter parameter as the last paramter to handle_options
      client/mysqlmanagerc.c:
        Added NULL error reporter parameter as the last paramter to handle_options
      client/mysqlbinlog.cc:
        Added NULL error reporter parameter as the last paramter to handle_options
      client/mysqlshow.c:
        Added NULL error reporter parameter as the last paramter to handle_options
      client/mysqltest.c:
        Added NULL error reporter parameter as the last paramter to handle_options
      extra/my_print_defaults.c:
        Added NULL error reporter parameter as the last paramter to handle_options
      extra/mysql_install.c:
        Added NULL error reporter parameter as the last paramter to handle_options
      extra/mysql_waitpid.c:
        Added NULL error reporter parameter as the last paramter to handle_options
      extra/perror.c:
        Added NULL error reporter parameter as the last paramter to handle_options
      extra/resolve_stack_dump.c:
        Added NULL error reporter parameter as the last paramter to handle_options
      extra/resolveip.c:
        Added NULL error reporter parameter as the last paramter to handle_options
      isam/isamchk.c:
        Added NULL error reporter parameter as the last paramter to handle_options
      isam/pack_isam.c:
        Added NULL error reporter parameter as the last paramter to handle_options
      myisam/mi_test1.c:
        Added NULL error reporter parameter as the last paramter to handle_options
      myisam/myisam_ftdump.c:
        Added NULL error reporter parameter as the last paramter to handle_options
      myisam/myisamchk.c:
        Added NULL error reporter parameter as the last paramter to handle_options
      myisam/myisampack.c:
        Added NULL error reporter parameter as the last paramter to handle_options
      include/my_getopt.h:
        Changed declaration of handle_options to use typedefs for the two function pointers.  added second function pointer to server as an error reporting callback
      mysys/my_getopt.c:
        Added second function pointer to server as an error reporting callback.  Added local function report_option_error that will either write the error to stderr or to the error reporting callback.  changed all calls in handle_options from fprintf(stderr, ... ) to report_option_error
      tools/mysqlmanager.c:
        Added NULL error reporter parameter as the last paramter to handle_options
      client/mysql.cc:
        Added NULL as error reporter arg to the end of handle_options
      sql/mysqld.cc:
        Added option_error_reporter callback function and pass that into handle_options
      sql/log.cc:
        Add print_msg_to_log, print_buffer_to_log, and vprint_msg_to_log.  Print_msg_to_log will write the message to the windows event log if on NT.  We now have error, warning, and information versions of sql_print_xxxx.  T his is a variation of a similar changeset WAX did.
      sql/gen_lex_hash.cc:
        Added NULL error reporting parameter to handle_options
      sql/mysql_priv.h:
        Added declarations for print_msg_to_log and vprint_msg_to_log.  sql_print_error are simple functions that wrap calls to print_msg_to_log.  Define the different error types with MY_ERROR_TYPE, MY_WARNING_TYPE, and MY_INFORMATION_TYPE
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      767d880f
  20. 11 Aug, 2004 1 commit
    • unknown's avatar
      Bug#4411 · 4f08c4b7
      unknown authored
        Fix for server hang bug
      
      
      mysql-test/r/heap.result:
        Bug#4411
          Test for server hang bug
      mysql-test/t/heap.test:
        Bug#4411
          Test for server hang bug
      sql/opt_sum.cc:
        Bug#4411
          Allow code to exit the loop.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      4f08c4b7
  21. 06 Aug, 2004 1 commit
    • unknown's avatar
      Fix for bug #4491 "timestamp(19) doesn't work". · 3a00469e
      unknown authored
      We should allow 19 as length of newly created TIMESTAMP fields.
      
      
      mysql-test/r/type_timestamp.result:
        Added test of TIMESTAMP(19) support.
      mysql-test/t/type_timestamp.test:
        Added test of TIMESTAMP(19) support.
      sql/sql_parse.cc:
        add_field_to_list(): TIMESTAMP columns should also support 19 as length since it is
        length of 4.1 compatible representation.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      3a00469e
  22. 05 Aug, 2004 2 commits
    • unknown's avatar
      Remove unused config parameters · 83c9f45f
      unknown authored
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      83c9f45f
    • unknown's avatar
      mysqld.cc, mysql_test_run.c: · c0cc90c2
      unknown authored
        Changed URL in error message, page has moved
      
      
      netware/mysql_test_run.c:
        Changed URL in error message, page has moved
      sql/mysqld.cc:
        Changed URL in error message, page has moved
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      c0cc90c2
  23. 20 Jul, 2004 1 commit
    • unknown's avatar
      Added innodb_locks_unsafe_for_binlog option. This option turns off Innodb · 238b226f
      unknown authored
        next-key locking. Using this option the locks InnoDB sets on index 
        records do not affect the ``gap'' before that index record. Thus, this option
        allows phantom problem.
      
      
      innobase/include/srv0srv.h:
        Added srv_locks_unsafe_for_binlog for innodb_locks_unsafe_for_binlog option.
      innobase/row/row0sel.c:
        If innodb_locks_unsafe_for_binlog option is used, we lock only the record, i.e. 
        next-key locking is not used. Therefore, setting lock to the index record
        do not affect the ``gap'' before that index record. Thus, this option
        allows phantom problem, because concurrent insert operations are allowed inside 
        the select range.
      innobase/srv/srv0srv.c:
        Added srv_locks_unsafe_for_binlog for innodb_locks_unsafe_for_binlog option.
      sql/ha_innodb.cc:
        Added innobase_locks_unsafe_for_binlog and srv_locks_unsafe_for_binlog for 
        innodb_locks_unsafe_for_binlog option.
      sql/ha_innodb.h:
        Added innobase_locks_unsafe_for_binlog for innodb_locks_unsafe_for_binlog option.
      sql/mysqld.cc:
        Added OPT_INNODB_LOCKS_UNSAFE_FOR_BINLOG, innobase_locks_unsafe_for_binlog for
        innodb_locks_unsafe_for_binlog option.
      sql/set_var.cc:
        Added innodb_locks_unsafe_for_binlog and innobase_locks_unsafe_for_binlog for
        innodb_locks_unsafe_for_binlog option.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      238b226f
  24. 09 Jul, 2004 1 commit
  25. 06 Jul, 2004 1 commit
    • unknown's avatar
      Bug#4407 - assertion in ha_myisam.cc · 8da691f3
      unknown authored
        Fix assertion failure where ha_myisam::index_next() is called
        without first calling ha_myisam::ha_index_init()
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      8da691f3
  26. 05 Jul, 2004 1 commit
    • unknown's avatar
      BUG#4384 · 1042c0e8
      unknown authored
      ndb/src/common/util/ConfigValues.cpp:
        BUG#4384
        Compute pointers manually instead of using ptr[-x]
        Changed return type from "*&" to "**"
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      1042c0e8
  27. 01 Jul, 2004 1 commit
  28. 23 Jun, 2004 1 commit
    • unknown's avatar
      mysql-copyright: · df1c95e3
      unknown authored
        Cleaned-up trim_the_fat()
      
      
      Build-tools/mysql-copyright:
        Cleaned-up trim_the_fat()
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      df1c95e3
  29. 21 Jun, 2004 1 commit
  30. 18 Jun, 2004 2 commits
    • unknown's avatar
      my_md5sum: · 00ad281d
      unknown authored
        new file, simulates 'md5sum' as a perl script
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      00ad281d
    • unknown's avatar
      Fix for bug #4182 · 0badf47d
      unknown authored
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      0badf47d
  31. 10 Jun, 2004 1 commit
  32. 09 Jun, 2004 1 commit
    • unknown's avatar
      charset.c: · 5304a03e
      unknown authored
        Fix to be ANSI C complient
        ,
      
      
      mysys/charset.c:
        Fix to be ANSI C complient
        ,
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      5304a03e
  33. 08 Jun, 2004 1 commit
    • unknown's avatar
      Added function innobase_store_binlog_offset_and_flush_log requested by Guilhem · 19480ed6
      unknown authored
      to ha_innodb.cc and ha_innodb.h
      
      
      sql/ha_innodb.cc:
        /***********************************************************************
        This function stores binlog offset and flushes logs */
        
        void
        innobase_store_binlog_offset_and_flush_log(
        /*=============================*/
            char *binlog_name,          /* in: binlog name   */
            longlong offset             /* in: binlog offset */
        );
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      19480ed6
  34. 03 Jun, 2004 1 commit
    • unknown's avatar
      extern"C" bug · e34db29d
      unknown authored
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      e34db29d