An error occurred fetching the project authors.
  1. 12 Apr, 2007 1 commit
  2. 20 Mar, 2007 1 commit
    • unknown's avatar
      BUG#21699 DROP last DATAFILE from TABLESPACE even though there are still table... · 4c073230
      unknown authored
      BUG#21699 DROP last DATAFILE from TABLESPACE even though there are still table in it. And it gives the cofusing error message.
      
      
      mysql-test/r/ndb_dd_basic.result:
        adding some test result for increasing test codes.
      mysql-test/t/ndb_dd_basic.test:
        adding some test codes for nodatafile in tablespace.
      storage/ndb/include/kernel/signaldata/Extent.hpp:
        Add NoDatafile error code when allocating extent.
      storage/ndb/src/kernel/blocks/tsman.cpp:
        when there is no datafile in spacefile , it should return NoDatafile error code, rather than NoExtentAvailable.
      storage/ndb/src/ndbapi/ndberror.c:
        add no datafile error code and corresponding error message for NoDatafile
      4c073230
  3. 10 Sep, 2006 1 commit
    • unknown's avatar
      ndb - bug#20612 ins-del fix in tup · e1876e84
      unknown authored
      storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        allocate separate copy tuple for delete after insert or update in same tx, instead of sharing pointer to same copy tuple.  this is an easy fix independent of commit/abort order of operations
      mysql-test/r/ndb_dd_basic.result:
        test INS-DEL via assert in disk data code
      mysql-test/t/ndb_dd_basic.test:
        test INS-DEL via assert in disk data code
      e1876e84
  4. 30 Aug, 2006 1 commit
    • unknown's avatar
      Had issues with older clone where I could not pull latest patches. So I pulled... · a6c63a71
      unknown authored
      Had issues with older clone where I could not pull latest patches. So I pulled a fresh clone. Moved updated test cases over and restested. Therefore I have to do a new commit for these files.
      
      
      BitKeeper/deleted/.del-ndb_dd_advance.test:
        Delete: mysql-test/t/ndb_dd_advance.test
      BitKeeper/deleted/.del-ndb_dd_advance2.test:
        Delete: mysql-test/t/ndb_dd_advance2.test
      BitKeeper/deleted/.del-ndb_dd_advance.result:
        Delete: mysql-test/r/ndb_dd_advance.result
      BitKeeper/deleted/.del-ndb_dd_advance2.result:
        Delete: mysql-test/r/ndb_dd_advance2.result
      mysql-test/t/ndb_dd_alter.test:
        Moved from problem clone to new clone
      mysql-test/r/ndb_dd_alter.result:
        Moved from problem clone to new clone
      mysql-test/t/ndb_dd_sql_features.test:
        Moved from problem clone to new clone
      mysql-test/r/ndb_dd_sql_features.result:
        Moved from problem clone to new clone
      mysql-test/r/ndb_dd_basic.result:
        Moved from problem clone to new clone
      mysql-test/t/ndb_dd_dump.test:
        Moved from problem clone to new clone
      mysql-test/t/ndb_dd_basic.test:
        Moved from problem clone to new clone
      mysql-test/t/ndb_dd_disk2memory.test:
        Moved from problem clone to new clone
      mysql-test/r/ndb_dd_disk2memory.result:
        Moved from problem clone to new clone
      a6c63a71
  5. 24 Apr, 2006 1 commit
    • unknown's avatar
      bug#18604 create logfile for MyISAM tables · 8b308fbb
      unknown authored
      - changed alter tablespace truct to work with handlerton pointer (to avoid crash in parser on unknown db type"
      - pushed warnings when default storage engine is used and/or tablespace stuff is not supported by storage engine
      
      
      mysql-test/r/ndb_dd_basic.result:
        bug#18604 create logfile for MyISAM tables
      mysql-test/t/ndb_dd_basic.test:
        bug#18604 create logfile for MyISAM tables
      8b308fbb
  6. 01 Feb, 2006 1 commit
  7. 11 Jan, 2006 3 commits
    • unknown's avatar
      Changes done from Jonas's review of pervious commit · bbed1ba9
      unknown authored
      mysql-test/t/ndb_dd_basic.test:
        Changed test.t1 back to t1 per Jonas's review
      mysql-test/r/ndb_dd_basic.result:
        Changed test.t1 back to t1 per Jonas's review
      bbed1ba9
    • unknown's avatar
      Test clean up and moving over from old clone. · 0c64879d
      unknown authored
      mysql-test/t/ndb_dd_basic.test:
        Rename: mysql-test/t/ndb_basic_disk.test -> mysql-test/t/ndb_dd_basic.test
      mysql-test/r/ndb_dd_basic.result:
        Rename: mysql-test/r/ndb_basic_disk.result -> mysql-test/r/ndb_dd_basic.result
      mysql-test/t/ndb_dd_ddl.test:
        New Disk Data DDL Test case. Formally know as ndb_dd_dupcase.test
      mysql-test/r/ndb_dd_ddl.result:
        New Disk Data DDL Test case. Formally know as ndb_dd_dupcase.test
      0c64879d
    • unknown's avatar
      wl2723 - ndb opt. nr · 641ce5e9
      unknown authored
      mysql-test/t/rpl_multi_engine.test:
        merge fix
      libmysqld/sql_tablespace.cc:
        New BitKeeper file ``libmysqld/sql_tablespace.cc''
      mysql-test/r/ndb_basic_disk.result:
        New BitKeeper file ``mysql-test/r/ndb_basic_disk.result''
      mysql-test/t/ndb_basic_disk.test:
        New BitKeeper file ``mysql-test/t/ndb_basic_disk.test''
      sql/sql_tablespace.cc:
        New BitKeeper file ``sql/sql_tablespace.cc''
      storage/ndb/src/kernel/blocks/OptNR.txt:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/OptNR.txt''
      storage/ndb/src/kernel/vm/mem.txt:
        New BitKeeper file ``storage/ndb/src/kernel/vm/mem.txt''
      storage/ndb/src/kernel/vm/ndbd_malloc_impl.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/vm/ndbd_malloc_impl.cpp''
      storage/ndb/src/kernel/vm/ndbd_malloc_impl.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/vm/ndbd_malloc_impl.hpp''
      storage/ndb/tools/ndb_error_reporter:
        New BitKeeper file ``storage/ndb/tools/ndb_error_reporter''
      641ce5e9