1. 05 Apr, 2006 5 commits
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0-bug5390 · eadd7a64
      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.
      eadd7a64
    • unknown's avatar
      BUG#5390 - problems with merge tables · d04f33a7
      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.
      d04f33a7
    • unknown's avatar
      Makefile.am: · 8c2ef07b
      unknown authored
        After merge correction
      
      
      libmysqld/Makefile.am:
        After merge correction
      8c2ef07b
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · 63ca7883
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-bug5390
      
      
      sql/table.h:
        Auto merged
      63ca7883
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/tmp_merge · a25758b5
      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
      a25758b5
  2. 04 Apr, 2006 19 commits
  3. 03 Apr, 2006 14 commits
  4. 02 Apr, 2006 1 commit
    • unknown's avatar
      Makefile.am: · c8fb1c17
      unknown authored
        Install Perl mysql-test-run into test directory
      
      
      mysql-test/Makefile.am:
        Install Perl mysql-test-run into test directory
      c8fb1c17
  5. 01 Apr, 2006 1 commit