1. 13 Sep, 2005 5 commits
    • unknown's avatar
      Bug#12845 - Stress test: Server crashes on CREATE .. SELECT statement · 738ee005
      unknown authored
      Solution for 5.0.
      Changed calls to open_table(). Requested to ignore
      flush at places where the command did already lock tables.
      This could happen in CREATE ... SELECT and ALTER TABLE.
      
      No test case. The bug can only be triggered by true concurrency.
      The stress test suite provides a test case for this.
      
      
      sql/sql_base.cc:
        Bug#12845 - Stress test: Server crashes on  CREATE .. SELECT statement
        Solution for 5.0.
        Changed open_table() so that ignoring flush requests
        is dependend on the 'flags' parameter as ignoring drop
        request was already. This aims for consistent behaviour.
      sql/sql_table.cc:
        Bug#12845 - Stress test: Server crashes on  CREATE .. SELECT statement
        Solution for 5.0.
        Changed calls to open_table(). Requested to ignore
        flush at places where the command did already lock tables.
        This could happen in CREATE ... SELECT and ALTER TABLE.
      738ee005
    • unknown's avatar
      sql_prepare.cc: · e7b5b5c8
      unknown authored
        VC6 can't handle initializing const in declaration
      
      
      sql/sql_prepare.cc:
        VC6 can't handle initializing const in declaration
      e7b5b5c8
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · b50eb4cd
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      b50eb4cd
    • unknown's avatar
      innochecksum.c: · 276e9f82
      unknown authored
        Changed from C++ comments to C comments
        Did some adaption to MySQL Coding Style
      
      
      extra/innochecksum.c:
        Changed from C++ comments to C comments
        Did some adaption to MySQL Coding Style
      276e9f82
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-clean · 8dc5c95b
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      include/my_global.h:
        Auto merged
      include/my_pthread.h:
        Auto merged
      include/violite.h:
        Auto merged
      mysql-test/r/ndb_autodiscover.result:
        Auto merged
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Auto merged
      ndb/src/ndbapi/SignalSender.cpp:
        Auto merged
      sql-common/client.c:
        Auto merged
      sql/examples/ha_archive.cc:
        Auto merged
      sql/net_serv.cc:
        Auto merged
      vio/vio.c:
        Auto merged
      vio/viosocket.c:
        Auto merged
      vio/viossl.c:
        Auto merged
      configure.in:
        Resolve conflicts
      8dc5c95b
  2. 12 Sep, 2005 35 commits