1. 20 Oct, 2003 3 commits
    • unknown's avatar
      >255 keys support in frm · 572e18ae
      unknown authored
      572e18ae
    • unknown's avatar
      oops forgot to commit ft_parser.c :-[] · 293a61ed
      unknown authored
      
      myisam/ft_parser.c:
        oops forgot to commit this file :-[]
      293a61ed
    • unknown's avatar
      FULLTEXT: correct charset support (UTF included, UCS2 - not) · 228f4a43
      unknown authored
      code cleanup
      
      
      include/m_ctype.h:
        my_mbcharlen_8bit() { return 1 }
      mysql-test/r/fulltext.result:
        fulltext on UTF
      mysql-test/t/fulltext.test:
        fulltext on UTF
      sql/item_cmpfunc.h:
        cleanup
      sql/sql_table.cc:
        FULLTEXT: UCS2 is not allowed
      sql/sql_yacc.yy:
        FULLTEXT: code cleanup
      strings/ctype-bin.c:
        my_mbcharlen_8bit() { return 1 }
      strings/ctype-latin1.c:
        my_mbcharlen_8bit() { return 1 }
      strings/ctype-simple.c:
        my_mbcharlen_8bit() { return 1 }
      strings/ctype-tis620.c:
        my_mbcharlen_8bit() { return 1 }
      strings/ctype-utf8.c:
        hack: (to be fixed properly later) all multi-byte sequences are considered isalpha() now
      228f4a43
  2. 17 Oct, 2003 1 commit
  3. 16 Oct, 2003 1 commit
  4. 15 Oct, 2003 7 commits
    • unknown's avatar
      249798d8
    • unknown's avatar
      cleanup · b1124529
      unknown authored
      
      myisam/ft_update.c:
        unused parameter removed
      myisam/ftdefs.h:
        unused parameter removed
      myisam/mi_check.c:
        unused parameter removed
      mysys/Makefile.am:
        unused file removed from Makefile
      b1124529
    • unknown's avatar
      stricter checks on FULLTEXT index creating · 845e9f55
      unknown authored
      845e9f55
    • unknown's avatar
      merged · b192ab5e
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      myisam/myisamdef.h:
        Auto merged
      sql/ha_berkeley.cc:
        Auto merged
      sql/ha_innodb.h:
        Auto merged
      sql/ha_myisam.cc:
        Auto merged
      sql/handler.h:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_test.cc:
        Auto merged
      sql/table.cc:
        Auto merged
      b192ab5e
    • unknown's avatar
      Merge hfisk@bk-internal.mysql.com:/home/bk/mysql-4.1 · 9456073f
      unknown authored
      into mysql.com:/usr/home/harry/mysqlstuff/mysql-4.1
      
      
      9456073f
    • unknown's avatar
      fil0fil.c: · 59b62b86
      unknown authored
        Visual C++ apparently does not know what -1LL (= -1 in longlong type) means
      
      
      innobase/fil/fil0fil.c:
        Visual C++ apparently does not know what -1LL (= -1 in longlong type) means
      59b62b86
    • unknown's avatar
      Add in bit_xor function (approved by Sergei) · acb47c93
      unknown authored
      
      sql/item_sum.cc:
        Add in bit_xor class functions.
      sql/item_sum.h:
        Add bit_xor class.
      sql/lex.h:
        Add in bit_xor symbol.
      sql/sql_yacc.yy:
        Add in bit_xor function
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      acb47c93
  5. 14 Oct, 2003 5 commits
    • unknown's avatar
      os0file.c: · a14c1e41
      unknown authored
        Fix Visual C++ compilation errors reported by Miguel
      
      
      innobase/os/os0file.c:
        Fix Visual C++ compilation errors reported by Miguel
      a14c1e41
    • unknown's avatar
      #ifdef removed · bbfa68d1
      unknown authored
      comment clarified
      
      
      bbfa68d1
    • unknown's avatar
      "phrase search" should not match partial words (it should not match 'paraphrase searches') · f19fff63
      unknown authored
      
      myisam/ft_parser.c:
        word definition moved to ftdefs.h
      myisam/ftdefs.h:
        word definition moved to ftdefs.h
      f19fff63
    • unknown's avatar
      row0purge.c, row0mysql.c, os0file.c, os0file.h, fil0fil.h, fil0fil.c: · d9709ffe
      unknown authored
        IMPORT TABLESPACE must reset lsns if they are too high
      ha_innodb.cc:
        DISCARD/IMPORT TABLESPACE must have a TL_WRITE lock on the table
      
      
      sql/ha_innodb.cc:
        DISCARD/IMPORT TABLESPACE must have a TL_WRITE lock on the table
      innobase/fil/fil0fil.c:
        IMPORT TABLESPACE must reset lsns if they are too high
      innobase/include/fil0fil.h:
        IMPORT TABLESPACE must reset lsns if they are too high
      innobase/include/os0file.h:
        IMPORT TABLESPACE must reset lsns if they are too high
      innobase/os/os0file.c:
        IMPORT TABLESPACE must reset lsns if they are too high
      innobase/row/row0mysql.c:
        IMPORT TABLESPACE must reset lsns if they are too high
      innobase/row/row0purge.c:
        IMPORT TABLESPACE must reset lsns if they are too high
      d9709ffe
    • unknown's avatar
  6. 13 Oct, 2003 4 commits
    • unknown's avatar
      sql_yacc.yy: · 184ebe59
      unknown authored
        Add DISCARD etc. in the keyword: rule of sql_yacc.yy
      sql_table.cc:
        Add comment that DISCARD/IMPORT TABLESPACE is always the only clause in an ALTER TABLE
      
      
      sql/sql_table.cc:
        Add comment that DISCARD/IMPORT TABLESPACE is always the only clause in an ALTER TABLE
      sql/sql_yacc.yy:
        Add DISCARD etc. in the keyword: rule of sql_yacc.yy
      184ebe59
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 692820cc
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-group_concat-4.1
      
      
      692820cc
    • unknown's avatar
      Many files: · d212ba60
      unknown authored
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
        Track crash in buf_LRU_block_remove_hashed_page + 1807 reported in MySQL-3.23.5x
      
      
      sql/ha_innodb.cc:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      sql/sql_class.cc:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      sql/sql_parse.cc:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      sql/sql_table.cc:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      sql/ha_innodb.h:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      sql/handler.h:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      sql/lex.h:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      sql/mysql_priv.h:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      sql/sql_class.h:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      sql/sql_lex.h:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      sql/sql_yacc.yy:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      innobase/ha/ha0ha.c:
        Track crash in buf_LRU_block_remove_hashed_page + 1807 reported in MySQL-3.23.5x
      innobase/ha/hash0hash.c:
        Track crash in buf_LRU_block_remove_hashed_page + 1807 reported in MySQL-3.23.5x
      innobase/buf/buf0buf.c:
        Track crash in buf_LRU_block_remove_hashed_page + 1807 reported in MySQL-3.23.5x
      innobase/buf/buf0flu.c:
        Track crash in buf_LRU_block_remove_hashed_page + 1807 reported in MySQL-3.23.5x
      innobase/buf/buf0lru.c:
        Track crash in buf_LRU_block_remove_hashed_page + 1807 reported in MySQL-3.23.5x
      innobase/buf/buf0rea.c:
        Track crash in buf_LRU_block_remove_hashed_page + 1807 reported in MySQL-3.23.5x
      innobase/btr/btr0btr.c:
        Track crash in buf_LRU_block_remove_hashed_page + 1807 reported in MySQL-3.23.5x
      innobase/btr/btr0sea.c:
        Track crash in buf_LRU_block_remove_hashed_page + 1807 reported in MySQL-3.23.5x
      innobase/fil/fil0fil.c:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      innobase/include/buf0buf.h:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      innobase/include/ha0ha.h:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      innobase/include/hash0hash.h:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      innobase/include/row0mysql.h:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      innobase/include/buf0buf.ic:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      innobase/include/ha0ha.ic:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      innobase/include/ibuf0ibuf.ic:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      innobase/page/page0page.c:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      innobase/row/row0mysql.c:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      innobase/row/row0purge.c:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      innobase/row/row0uins.c:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      innobase/row/row0umod.c:
        ALTER TABLE ... DISCARD/IMPORT TABLESPACE
      d212ba60
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 2c7948dc
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-group_concat-4.1
      
      
      2c7948dc
  7. 12 Oct, 2003 2 commits
    • unknown's avatar
      wrong ER_TOO_BIG_FOR_UNCOMPRESS error in UNCOMPRESS() fixed. · 1862f671
      unknown authored
      typo in error message text corrected.
      new tests added
      
      
      mysql-test/r/func_compress.result:
        new tests added
      mysql-test/t/func_compress.test:
        new tests added
      sql/item_strfunc.cc:
        max size of uncompressed data is max_allowed_packet not 8K
      sql/share/czech/errmsg.txt:
        typo fixed
      sql/share/danish/errmsg.txt:
        typo fixed
      sql/share/dutch/errmsg.txt:
        typo fixed
      sql/share/english/errmsg.txt:
        typo fixed
      sql/share/estonian/errmsg.txt:
        typo fixed
      sql/share/french/errmsg.txt:
        typo fixed
      sql/share/german/errmsg.txt:
        typo fixed
      sql/share/greek/errmsg.txt:
        typo fixed
      sql/share/hungarian/errmsg.txt:
        typo fixed
      sql/share/italian/errmsg.txt:
        typo fixed
      sql/share/japanese/errmsg.txt:
        typo fixed
      sql/share/korean/errmsg.txt:
        typo fixed
      sql/share/norwegian-ny/errmsg.txt:
        typo fixed
      sql/share/norwegian/errmsg.txt:
        typo fixed
      sql/share/polish/errmsg.txt:
        typo fixed
      sql/share/portuguese/errmsg.txt:
        typo fixed
      sql/share/romanian/errmsg.txt:
        typo fixed
      sql/share/russian/errmsg.txt:
        typo fixed
      sql/share/serbian/errmsg.txt:
        typo fixed
      sql/share/slovak/errmsg.txt:
        typo fixed
      sql/share/spanish/errmsg.txt:
        typo fixed
      sql/share/swedish/errmsg.txt:
        typo fixed
      sql/share/ukrainian/errmsg.txt:
        typo fixed
      1862f671
    • unknown's avatar
      fixed fix_fields() parameters for GROUP_CONCAT() ORDER BY clause · 6159df3e
      unknown authored
      (BUG#1537)
      
      
      mysql-test/r/func_gconcat.result:
        test of BUG#1537
      mysql-test/t/func_gconcat.test:
        test of BUG#1537
      sql/item_sum.cc:
        passing correct address of pointer to item to fix_dields(), using that addres to get access to item after fix_fields
      6159df3e
  8. 11 Oct, 2003 2 commits
    • unknown's avatar
      mysqld.cc: · b297e764
      unknown authored
        Fix error in --show-slave-auth-info help string.
      
      
      sql/mysqld.cc:
        Fix error in --show-slave-auth-info help string.
      b297e764
    • unknown's avatar
      key_map with more that 64 bits width · 2e1115ed
      unknown authored
      
      sql/field.cc:
        typedef Bitmap<64> key_map
        all tests pass
      sql/ha_berkeley.cc:
        typedef Bitmap<64> key_map
        all tests pass
      sql/ha_berkeley.h:
        typedef Bitmap<64> key_map
        all tests pass
      sql/item.cc:
        typedef Bitmap<64> key_map
        all tests pass
      sql/item_func.cc:
        typedef Bitmap<64> key_map
        all tests pass
      sql/opt_sum.cc:
        typedef Bitmap<64> key_map
        all tests pass
      sql/sql_delete.cc:
        typedef Bitmap<64> key_map
        all tests pass
      sql/sql_show.cc:
        typedef Bitmap<64> key_map
        all tests pass
      sql/sql_test.cc:
        typedef Bitmap<64> key_map
        all tests pass
      sql/sql_update.cc:
        typedef Bitmap<64> key_map
        all tests pass
      include/my_bitmap.h:
        more bitmap methods
      mysys/my_bitmap.c:
        more bitmap methods
      sql/field.h:
        init bitmaps
      sql/ha_innodb.h:
        optimization
      sql/ha_isam.cc:
        optimization
      sql/ha_myisam.cc:
        optimization
      sql/ha_myisammrg.cc:
        optimization
      sql/handler.h:
        optimization
      sql/mysqld.cc:
        bitmap_init() interface changed
      sql/opt_range.cc:
        optimization
      sql/opt_range.h:
        optimization
      sql/slave.cc:
        bitmap_init() interface changed
      sql/sql_base.cc:
        optimization
      sql/sql_select.cc:
        init bitmaps
        using const for bitmaps whenever possible
      sql/sql_select.h:
        cleanup
      sql/table.cc:
        always init bitmaps
      BitKeeper/etc/ignore:
        Added sql/udf_example.so to the ignore list
      sql/mysql_priv.h:
        use Bitmap over ulonglong by default
      2e1115ed
  9. 10 Oct, 2003 1 commit
  10. 09 Oct, 2003 4 commits
    • unknown's avatar
      Don't show Slave_IO_State in the testsuite (replace it with #) because it can't be predicted. · bc8f801b
      unknown authored
      I manually edited rpl_openssl.result because the test is skipped on my
      machine. Hope it's correct.
      
      
      mysql-test/r/rpl000015.result:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/r/rpl_error_ignored_table.result:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/r/rpl_flush_log_loop.result:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/r/rpl_loaddata.result:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/r/rpl_log.result:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/r/rpl_log_pos.result:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/r/rpl_max_relay_size.result:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/r/rpl_openssl.result:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/r/rpl_replicate_do.result:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/r/rpl_reset_slave.result:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/r/rpl_rotate_logs.result:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/r/rpl_trunc_binlog.result:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/r/rpl_until.result:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/t/rpl000015.test:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/t/rpl_empty_master_crash.test:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/t/rpl_error_ignored_table.test:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/t/rpl_flush_log_loop.test:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/t/rpl_loaddata.test:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/t/rpl_log.test:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/t/rpl_log_pos.test:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/t/rpl_max_relay_size.test:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/t/rpl_openssl.test:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/t/rpl_redirect.test:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/t/rpl_replicate_do.test:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/t/rpl_reset_slave.test:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/t/rpl_rotate_logs.test:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/t/rpl_trunc_binlog.test:
        Don't show Slave_IO_State because it can't be predicted.
      mysql-test/t/rpl_until.test:
        Don't show Slave_IO_State because it can't be predicted.
      bc8f801b
    • unknown's avatar
      Merge gbichot@213.136.52.20:/home/bk/mysql-4.1 · 029b5c2a
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.1
      
      
      029b5c2a
    • unknown's avatar
      Tiny cleanup after the push of WL#1098 "Seconds_behind_master in SHOW SLAVE STATUS": · 9b194438
      unknown authored
      a better comment, and replacing an assignment by an equivalent simpler one.
      
      
      sql/log_event.cc:
        a better comment, and replacing an assignment by an equivalent simpler one.
      9b194438
    • unknown's avatar
      os0file.h: · d2aa1ab3
      unknown authored
        Fix the Windows compilation error reported by Miguel 1.5 hours ago
      
      
      innobase/include/os0file.h:
        Fix the Windows compilation error reported by Miguel 1.5 hours ago
      d2aa1ab3
  11. 08 Oct, 2003 10 commits
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1 · ce85c733
      unknown authored
      into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
      
      
      ce85c733
    • unknown's avatar
      errmsg.txt: · 67e33060
      unknown authored
        Add Stefan's new translations.
      
      
      sql/share/german/errmsg.txt:
        Add Stefan's new translations.
      67e33060
    • unknown's avatar
      Merge gbichot@213.136.52.20:/home/bk/mysql-4.1 · 25363c81
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.1
      
      
      25363c81
    • unknown's avatar
      Final push for WL#1098: · a7a7a8ca
      unknown authored
      "Add a column "Timestamp_of_last_master_event_executed" in SHOW SLAVE STATUS".
      Finally this is adding
      - Slave_IO_State (a copy of the State column of SHOW PROCESSLIST for the I/O thread,
      so that the users, most of the time, has enough info with only SHOW SLAVE STATUS).
      - Seconds_behind_master. When the slave connects to the master it does SELECT UNIX_TIMESTAMP()
      on the master, computes the absolute difference between the master's and the slave's clock.
      It records the timestamp of the last event executed by the SQL thread, and does a
      small computation to find the number of seconds by which the slave is late.
      
      
      mysql-test/r/rpl000015.result:
        result update
      mysql-test/r/rpl_empty_master_crash.result:
        result update
      mysql-test/r/rpl_error_ignored_table.result:
        result update
      mysql-test/r/rpl_flush_log_loop.result:
        result update
      mysql-test/r/rpl_loaddata.result:
        result update
      mysql-test/r/rpl_log.result:
        result update
      mysql-test/r/rpl_log_pos.result:
        result update
      mysql-test/r/rpl_max_relay_size.result:
        result update
      mysql-test/r/rpl_redirect.result:
        result update
      mysql-test/r/rpl_replicate_do.result:
        result update
      mysql-test/r/rpl_reset_slave.result:
        result update
      mysql-test/r/rpl_rotate_logs.result:
        result update
      mysql-test/r/rpl_trunc_binlog.result:
        result update
      mysql-test/r/rpl_until.result:
        result update
      mysql-test/t/rpl000015.test:
        update to be independant of the new column Seconds_behind_master in SHOW SLAVE STATUS
      mysql-test/t/rpl_empty_master_crash.test:
        update to be independant of the new column Seconds_behind_master in SHOW SLAVE STATUS
      mysql-test/t/rpl_error_ignored_table.test:
        update to be independant of the new column Seconds_behind_master in SHOW SLAVE STATUS
      mysql-test/t/rpl_flush_log_loop.test:
        update to be independant of the new column Seconds_behind_master in SHOW SLAVE STATUS
      mysql-test/t/rpl_loaddata.test:
        update to be independant of the new column Seconds_behind_master in SHOW SLAVE STATUS
      mysql-test/t/rpl_log.test:
        update to be independant of the new column Seconds_behind_master in SHOW SLAVE STATUS
      mysql-test/t/rpl_log_pos.test:
        update to be independant of the new column Seconds_behind_master in SHOW SLAVE STATUS
      mysql-test/t/rpl_max_relay_size.test:
        update to be independant of the new column Seconds_behind_master in SHOW SLAVE STATUS
      mysql-test/t/rpl_openssl.test:
        update to be independant of the new column Seconds_behind_master in SHOW SLAVE STATUS
      mysql-test/t/rpl_redirect.test:
        update to be independant of the new column Seconds_behind_master in SHOW SLAVE STATUS
      mysql-test/t/rpl_replicate_do.test:
        update to be independant of the new column Seconds_behind_master in SHOW SLAVE STATUS
      mysql-test/t/rpl_reset_slave.test:
        update to be independant of the new column Seconds_behind_master in SHOW SLAVE STATUS
      mysql-test/t/rpl_rotate_logs.test:
        update to be independant of the new column Seconds_behind_master in SHOW SLAVE STATUS
      mysql-test/t/rpl_trunc_binlog.test:
        update to be independant of the new column Seconds_behind_master in SHOW SLAVE STATUS
      mysql-test/t/rpl_until.test:
        update to be independant of the new column Seconds_behind_master in SHOW SLAVE STATUS
      sql/log_event.cc:
        when the SQL thread executes an event, we record its timestamp
      sql/slave.cc:
        in check_master_version() we know read the master's clock, to know the clock difference
        with the slave.
        In show_master_info() we send the state of the I/O thread, and compute the number of
        seconds by which the slave is late.
      sql/slave.h:
        timestamp of the last master's event executed by the SQL thread,
        and difference between the clocks of the master and slave.
      sql/sql_repl.cc:
        clear the Seconds_behind_master column of SHOW SLAVE STATUS when RESET SLAVE or CHANGE MASTER.
      a7a7a8ca
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1 · 40bb6d8c
      unknown authored
      into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
      
      
      BitKeeper/deleted/.del-MYSQL.ICO~d93519b5f0d6ee1:
        Auto merged
      40bb6d8c
    • unknown's avatar
      deleted conflicting file · 21713178
      unknown authored
      
      BitKeeper/deleted/.del-MYSQL.ICO~d93519b5f0d6ee1:
        Delete: VC++Files/mysqlshutdown/MYSQL.ICO
      21713178
    • unknown's avatar
      Merge · e1042c85
      unknown authored
      
      BitKeeper/deleted/.del-mysql.ico:
        Delete: VC++Files/mysqlshutdown/mysql.ico
      e1042c85
    • unknown's avatar
      Portability fix · 617e09ab
      unknown authored
      617e09ab
    • unknown's avatar
      Merge gbichot@213.136.52.20:/home/bk/mysql-4.1 · 198e1b92
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.1
      
      
      198e1b92
    • unknown's avatar
      Indentation cleanups · d1d07c99
      unknown authored
      Remove wait_if_global_read_lock on commit as this can cause deadlocks
      
      
      BUILD/FINISH.sh:
        Cleanup
      BUILD/SETUP.sh:
        Cleanup
      BUILD/compile-pentium-valgrind-max:
        Don't write message twice
      mysql-test/r/innodb.result:
        Removed failure as this can cause deadlocks
      mysql-test/r/rpl_max_relay_size.result:
        Make test repeatable
      mysql-test/t/innodb.test:
        Removed failure as this can cause deadlocks
      mysql-test/t/rpl_max_relay_size.test:
        Removed failure as this can cause deadlocks
      sql/handler.cc:
        Remove wait_if_global_read_lock as this can cause deadlocks
      sql/opt_range.cc:
        Indentation cleanup
      sql/sql_db.cc:
        Comment cleanup
      sql/sql_parse.cc:
        Comment cleanup
      sql/sql_repl.cc:
        Indentation cleanup
      sql/sql_select.cc:
        Indentation cleanup
      d1d07c99