1. 10 May, 2004 1 commit
    • unknown's avatar
      Fix replace_result of $MASTER_MYPORT instead of literal numbers. · 3f46a5fd
      unknown authored
      
      mysql-test/t/rpl000015.test:
        Fix replace_result of $MASTER_MYPORT instead of literal numbers.
        The test case rpl000015 needs one exlpicit literal number.
        It changes partial master settings, which seems to reset other settings
        to their defaults. To test this is obviously the intent of this case.
      3f46a5fd
  2. 07 May, 2004 1 commit
  3. 06 May, 2004 7 commits
  4. 05 May, 2004 7 commits
  5. 04 May, 2004 6 commits
  6. 03 May, 2004 2 commits
  7. 30 Apr, 2004 4 commits
  8. 29 Apr, 2004 6 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 63e75e7b
      unknown authored
      into mysql.com:/home/my/mysql-4.0
      
      
      63e75e7b
    • unknown's avatar
      Portability fixes · f4b02f99
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        Avoid 'too many arguments' error
      mysql-test/t/system_mysql_db_fix-master.opt:
        Add missing newline
      scripts/mysql_fix_privilege_tables.sh:
        Portability fix
      f4b02f99
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · 0c661e2c
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      
      
      0c661e2c
    • unknown's avatar
      InnoDB: implement LOCK TABLE (Bug #3299) · 3594adb1
      unknown authored
      
      innobase/include/lock0lock.h:
        Add lock_table_unlock() and lock_release_tables_off_kernel()
        Add LOCK_TABLE_EXP
      innobase/include/row0mysql.h:
        Add row_unlock_table_for_mysql() and row_lock_table_for_mysql()
      innobase/include/trx0trx.h:
        Add n_tables_locked
      innobase/lock/lock0lock.c:
        Add LOCK_TABLE_EXP for explicit LOCK TABLE commands
        Add lock_table_unlock()
        Add lock_release_tables_off_kernel()
      innobase/row/row0mysql.c:
        Add row_unlock_table_for_mysql() and row_lock_table_for_mysql()
      innobase/trx/trx0trx.c:
        Add n_tables_locked
      mysql-test/r/innodb.result:
        Updated handling of auto_inc columns
      sql/ha_innodb.cc:
        Call row_lock_table_for_mysql() and row_unlock_table_for_mysql()
      3594adb1
    • unknown's avatar
      - added AC_PROG_LIBTOOL to innobase/configure.in to be able to compile · 4048fe5c
      unknown authored
         MySQL with InnoDB on IBM AIX 5.2 in 64bit mode (which requires a special
         AR flag)
      
      
      4048fe5c
    • unknown's avatar
      Portability fix (for AIX) · b7468a97
      unknown authored
      
      innobase/pars/lexyy.c:
        Add missing include file (Needed for AIX)
      b7468a97
  9. 28 Apr, 2004 6 commits
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 · c008eb04
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.0
      
      
      c008eb04
    • unknown's avatar
      Very small fixes for testsuite (a real_sleep instead of sleep, plus TCP port... · 2a5d6bdc
      unknown authored
      Very small fixes for testsuite (a real_sleep instead of sleep, plus TCP port independency of the result file).
      
      
      mysql-test/r/rpl_server_id1.result:
        be port-independent
      mysql-test/r/rpl_server_id2.result:
        be port-independent
      mysql-test/t/rpl_error_ignored_table.test:
        we want to sleep 2 secs, not more; if we allow ourselves to sleep >=10 seconds, then
        the get_lock() will be aborted and we will arrive to late for the KILL to have
        the desired effect of generating an error code in the binlog.
      mysql-test/t/rpl_server_id1.test:
        be port-independent
      mysql-test/t/rpl_server_id2.test:
        be port-independent
      2a5d6bdc
    • unknown's avatar
      my-medium.cnf.sh: · d30a350d
      unknown authored
        Correct typo, and fix up rest of sentence as well.
      
      
      support-files/my-medium.cnf.sh:
        Correct typo, and fix up rest of sentence as well.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      d30a350d
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 · b1f59020
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.0
      
      
      b1f59020
    • unknown's avatar
      A new option --replicate-same-server-id to force a slave to execute queries originating from itself · 87a93a31
      unknown authored
      (WL#794). This can be of interest in some recovery-from-backup scenarios, and also when you have
      two databases in one mysqld, having a certain similarity and you want one db to be updated when the other is
      (some sort of trigger).
      Plus small fix for BUG#3568 "MySQL server crashes when built --with-debug and CHANGE MASTER +MASTER_POS_WAIT"
      
      
      sql/mysqld.cc:
        new option --replicate-same-server-id
      sql/slave.cc:
        new option replicate_same_server_id, to force a slave to execute its own queries.
        Small fix for BUG#3568 "MySQL server crashes when built --with-debug and CHANGE MASTER +MASTER_POS_WAIT"
      sql/slave.h:
        new option --replicate-same-server-id
      87a93a31
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 7afbb734
      unknown authored
      into mysql.com:/home/my/mysql-4.0
      
      
      7afbb734