1. 25 Jan, 2003 2 commits
    • unknown's avatar
      Merge with 3.23.55 · 49e0eea5
      unknown authored
      
      BitKeeper/deleted/.del-net.c~ef21d6402bb882f9:
        Auto merged
      innobase/os/os0file.c:
        Auto merged
      libmysql/Makefile.am:
        Auto merged
      scripts/make_binary_distribution.sh:
        Auto merged
      sql/log.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      Build-tools/Do-compile:
        Use local version
      Makefile.am:
        remove double libmysql_r
      configure.in:
        Use local
      libmysql/libmysql.c:
        Dont abort connection if too big packet error
      sql/ha_innodb.cc:
        use local
      sql/net_serv.cc:
        use local
      sql/sql_parse.cc:
        Merge with 3.23.55 (fix double free of user)
      49e0eea5
    • unknown's avatar
      Added timeout for wait_for_master_pos · db47e4ca
      unknown authored
      Fixed comparision of log-binary name to handle comparison when file name extension wraps from .999 to .1000
      Don't replicate CREATE/DROP DATABASE if wild_xxx_table=database.% is used.
      
      
      mysql-test/r/rpl000009.result:
        Fixed replication test after fixing replication of DROP/CREATE DATABASE
      mysql-test/t/rpl000009.test:
        Fixed replication test after fixing replication of DROP/CREATE DATABASE
      sql/item_create.cc:
        Added timeout for wait_for_master_pos
      sql/item_create.h:
        Added timeout for wait_for_master_pos
      sql/item_func.cc:
        Added timeout for wait_for_master_pos
      sql/item_func.h:
        Added timeout for wait_for_master_pos
      sql/lex.h:
        Added timeout for wait_for_master_pos
      sql/slave.h:
        Added timeout for wait_for_master_pos
        Don't replicate CREATE/DROP DATABASE if wild_xxx_table=database.% is used.
      sql/sql_parse.cc:
        Don't replicate CREATE/DROP DATABASE if wild_xxx_table=database.% is used.
      sql/sql_repl.cc:
        Fixed comparision of log-binary name to handle comparison when file name extension wraps from .999 to .1000
      db47e4ca
  2. 24 Jan, 2003 2 commits
  3. 23 Jan, 2003 7 commits
  4. 22 Jan, 2003 1 commit
  5. 21 Jan, 2003 8 commits
  6. 20 Jan, 2003 4 commits
    • unknown's avatar
      ha_innobase.cc: · c0dd9d0a
      unknown authored
        Backport from 4.0: convert TL_READ_NO_INSERT to TL_READ to allow concurrent inserts to the table in INSERT INTO ... SELECT ... FROM table
      
      
      sql/ha_innobase.cc:
        Backport from 4.0: convert TL_READ_NO_INSERT to TL_READ to allow concurrent inserts to the table in INSERT INTO ... SELECT ... FROM table
      c0dd9d0a
    • unknown's avatar
      ha_innodb.cc: · d5833961
      unknown authored
        Convert TL_READ_NO_INSERT to TL_READ to allow concurrent inserts to the table in INSERT INTO ... SELECT ... FROM table
      
      
      sql/ha_innodb.cc:
        Convert TL_READ_NO_INSERT to TL_READ to allow concurrent inserts to the table in INSERT INTO ... SELECT ... FROM table
      d5833961
    • unknown's avatar
      os0file.c: · fb466c17
      unknown authored
        Fix an assertion about ERROR_LOCK_VIOLATION 33 in file write if InnoDB Hot Backup is run concurrently with mysqld in Windows
      
      
      innobase/os/os0file.c:
        Fix an assertion about ERROR_LOCK_VIOLATION 33 in file write if InnoDB Hot Backup is run concurrently with mysqld in Windows
      fb466c17
    • unknown's avatar
      Fixed bug with EXPLAIN on empty table · f6cbace9
      unknown authored
      
      mysql-test/r/explain.result:
        test of bug with EXPLAIN on empty table
      mysql-test/t/explain.test:
        test of bug with EXPLAIN on empty table
      f6cbace9
  7. 19 Jan, 2003 2 commits
  8. 18 Jan, 2003 6 commits
    • unknown's avatar
      Merge with 3.23 to get bug fix for SHOW PROCESSLIST + running thread · b2ba400f
      unknown authored
      
      myisam/mi_create.c:
        Auto merged
      sql/log.cc:
        Auto merged
      innobase/btr/btr0sea.c:
        Merge with 3.23 (use local file)
      sql/slave.cc:
        merge with 3.23
      sql/sql_db.cc:
        Merge with 3.23
      sql/sql_parse.cc:
        Merge with 3.23
      b2ba400f
    • unknown's avatar
    • unknown's avatar
      Only set thd->query to 0 if LOCK_thread_count is hold · bd705492
      unknown authored
      This fixes a possible core dump problem in SHOW PROCESSLIST
      
      
      sql/slave.cc:
        Only set thd->query to 0 if LOCK_thread_count is hold
      sql/sql_db.cc:
        Only set thd->query to 0 if LOCK_thread_count is hold
        Also first set query_length, then query
      sql/sql_parse.cc:
        Indentation changes
      bd705492
    • unknown's avatar
      Merge heikki@work.mysql.com:/home/bk/mysql · d803ae0a
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql
      
      
      d803ae0a
    • unknown's avatar
      btr0sea.c: · 99b31444
      unknown authored
        Backport from 4.0: fix bug in adaptive hash index search
      
      
      innobase/btr/btr0sea.c:
        Backport from 4.0: fix bug in adaptive hash index search
      99b31444
    • unknown's avatar
      btr0sea.h, btr0sea.c: · 43523184
      unknown authored
        Fix a crash in page_dir_find_owner_slot if an adaptive hash index search coincides with purge or an insert
      
      
      innobase/btr/btr0sea.c:
        Fix a crash in page_dir_find_owner_slot if an adaptive hash index search coincides with purge or an insert
      innobase/include/btr0sea.h:
        Fix a crash in page_dir_find_owner_slot if an adaptive hash index search coincides with purge or an insert
      43523184
  9. 17 Jan, 2003 8 commits