1. 08 Jun, 2002 1 commit
    • unknown's avatar
      Added a lot of DBUG_xxx statements to be able to find replication bug. · 224869af
      unknown authored
      Fixed critical bug on 64 bit systems.
      Cleanups
      
      
      BUILD/compile-solaris-sparc-purify:
        Added --debug option.
      sql/log_event.cc:
        Added DBUG_xxx statements.
        Cleanup
      sql/opt_range.h:
        Dummy fix to remove warnings in purify
      sql/repl_failsafe.cc:
        Cleanup
      sql/slave.cc:
        Added DBUG statements to be able to find bugs.
        Optimized code.
        Fixed critical bug on 64 bit systems.
      sql/sql_repl.cc:
        Added DBUG_xx statements.
      224869af
  2. 07 Jun, 2002 2 commits
  3. 06 Jun, 2002 5 commits
  4. 05 Jun, 2002 5 commits
    • unknown's avatar
      Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0 · 97798207
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      97798207
    • unknown's avatar
      Merge hundin.mysql.fi:/my/mysql-3.23 · a0c099fe
      unknown authored
      into hundin.mysql.fi:/my/bk/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      a0c099fe
    • unknown's avatar
      changelog · 8ec458ce
      unknown authored
      8ec458ce
    • unknown's avatar
      removed init_count from IO_CACHE. · 23e0e11e
      unknown authored
      Added missing mutex_unlock to slave replication code.
      
      
      include/my_sys.h:
        removed init_count from IO_CACHE.
        General cleanup.
      innobase/srv/srv0srv.c:
        Initailize slots to avoid purify warnings.
        Removed some compiler warnings.
      mysql-test/mysql-test-run.sh:
        Automatic start of slave under gdb
      mysys/mf_iocache.c:
        removed init_count
      sql/field.cc:
        Cleanup
      sql/log.cc:
        Cleanup
        added open_count variable.
      sql/log_event.cc:
        cleanup
        use is_prefix instead of memcmp()
      sql/repl_failsafe.cc:
        cleanup
      sql/slave.cc:
        cleanup
        use MYSQL_LOG->open_count instead of IO_CACHE->init_count
        Added missing mutex_unlock()
      sql/slave.h:
        cleanup
      sql/sql_class.h:
        cleanup
        Added open_count to MYSQL_LOGL
      sql/sql_parse.cc:
        removed compiler warning
      sql/sql_repl.cc:
        added DBUG_xxx
      sql/unireg.h:
        Added BIN_LOG_HEADER_SIZE
      23e0e11e
    • unknown's avatar
      Fixed mysql_info() result when using INSERT DELAYED · 4a70661e
      unknown authored
      
      Docs/manual.texi:
        changelog
      4a70661e
  5. 04 Jun, 2002 5 commits
  6. 03 Jun, 2002 11 commits
  7. 02 Jun, 2002 3 commits
    • unknown's avatar
      merge with 3.23 · 7daf5a5d
      unknown authored
      
      BitKeeper/deleted/.del-rpl_empty_master_crash.result:
        Delete: mysql-test/r/rpl_empty_master_crash.result
      BitKeeper/deleted/.del-rpl_empty_master_crash.test:
        Delete: mysql-test/t/rpl_empty_master_crash.test
      configure.in:
        Auto merged
      include/my_net.h:
        Auto merged
      include/my_pthread.h:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      mysql-test/t/func_math.test:
        Auto merged
      mysys/my_gethostbyname.c:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      7daf5a5d
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · b622ff7a
      unknown authored
      
      client/mysqltest.c:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      b622ff7a
    • unknown's avatar
      Fixed bug in wait_for_relay_log_space() · f1444392
      unknown authored
      Added checking of sem_init() in configure.
      
      
      client/mysqltest.c:
        Cleanup
      configure.in:
        Added checking of sem_init
      sql/hostname.cc:
        Portability fix
      sql/slave.cc:
        Fixed bug in wait_for_relay_log_space()
      f1444392
  8. 01 Jun, 2002 2 commits
  9. 31 May, 2002 6 commits
    • unknown's avatar
      Merge nleippe@work.mysql.com:/home/bk/mysql · 86636a16
      unknown authored
      into nick.leippe.com:/home/nick/mysql/mysql
      
      86636a16
    • unknown's avatar
      fixed 'load table from master' hang when host is empty · bd39612d
      unknown authored
      added respective test case
      
      
      sql/slave.cc:
        fixed load table from master hang when host is empty
      bd39612d
    • unknown's avatar
      Fixed a bug in my_getopt. · b9c0c417
      unknown authored
      
      mysys/my_getopt.c:
        Fixed two bugs in my_getopt:
        - Didn't exit with error if a short option was not recognized. Fixed.
        - If unrecognized short option was not the first one in the list,
          printed "unknown option" error for wrong option. Fixed.
      b9c0c417
    • unknown's avatar
      Fixed a bug in mysql client. · 2629ebcb
      unknown authored
      
      client/mysql.cc:
        Fixed a bug in option -N
      2629ebcb
    • unknown's avatar
      Portability fixes for SCO and HPUX · 57400020
      unknown authored
      Change TRUNCATE(number) to truncate towards zero for negative numbers
      Fix NULL handling for DESCRIBE table_name
      
      
      Docs/manual.texi:
        Update of TRUNCATE() information
      configure.in:
        Fix for HPUX
      extra/resolveip.c:
        Fix for SCO
      include/my_net.h:
        Fix for HPUX
      libmysql/libmysql.c:
        Removed warning on HPUX 10.20
      mysql-test/r/func_math.result:
        Test of new TRUNCATE handling
      mysql-test/t/func_math.test:
        Test of new TRUNCATE handling
      mysys/my_gethostbyname.c:
        Portability fix
      sql/item_func.cc:
        Change TRUNCATE(number) to truncate towards zero for negative numbers
      sql/sql_show.cc:
        Fix NULL handling for DESCRIBE table_name
      57400020
    • unknown's avatar
      Fixed a problem with --skip-networking. · f6b6b262
      unknown authored
      This fix should be merged into 4.0 and 4.1
      
      f6b6b262