1. 05 Apr, 2006 5 commits
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0-bug5390 · 0d0e4c42
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.1-bug5390
      
      
      mysql-test/r/information_schema.result:
        Auto merged
      mysql-test/t/information_schema.test:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/share/charsets/Index.xml:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/table.h:
        Auto merged
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Auto merged
      sql/lock.cc:
        BUG#5390 - problems with merge tables
        Manual merge from 5.0.
      0d0e4c42
    • unknown's avatar
      BUG#5390 - problems with merge tables · 23549493
      unknown authored
      Additional fix for INSERT DELAYED with subselect.
      Originally detected in 5.1, but 5.0 could also be affected.
      The user thread creates a dummy table object,
      which is not included in the lock. The 'real' table is
      opened and locked by the 'delayed' system thread.
      The dummy object is now marked as not locked and this is
      tested in mysql_lock_have_duplicate().
      
      
      sql/lock.cc:
        BUG#5390 - problems with merge tables
        Additional fix for INSERT DELAYED with subselect.
        The user thread creates a dummy table object,
        which is not included in the lock.
        Changed to safer asserts.
      sql/sql_insert.cc:
        BUG#5390 - problems with merge tables
        Marked the dummy table object as not being
        included in the lock.
      23549493
    • unknown's avatar
      Makefile.am: · ac28585c
      unknown authored
        After merge correction
      
      
      libmysqld/Makefile.am:
        After merge correction
      ac28585c
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · 6fa55915
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-bug5390
      
      
      sql/table.h:
        Auto merged
      6fa55915
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/tmp_merge · bae996f6
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
      
      
      config/ac-macros/yassl.m4:
        Auto merged
      libmysql/Makefile.am:
        Auto merged
      libmysql_r/Makefile.am:
        Auto merged
      netware/BUILD/compile-linux-tools:
        Auto merged
      bae996f6
  2. 04 Apr, 2006 19 commits
  3. 03 Apr, 2006 14 commits
  4. 02 Apr, 2006 1 commit
    • unknown's avatar
      Makefile.am: · 6de1d9d3
      unknown authored
        Install Perl mysql-test-run into test directory
      
      
      mysql-test/Makefile.am:
        Install Perl mysql-test-run into test directory
      6de1d9d3
  5. 01 Apr, 2006 1 commit