An error occurred fetching the project authors.
  1. 28 Oct, 2004 1 commit
    • unknown's avatar
      added test for max limit of 128 attributes in table · 16f24679
      unknown authored
          new define for long signal section size
         bumbed up limit for attributes to 128
          use new define in SectionSegment
          some bug fixing of send fragmented signal +
          make chunk size a multiple the dew define for SectionSegment size
      
      
      mysql-test/r/ndb_basic.result:
        added test for max limit of 128 attributes in table
      mysql-test/t/ndb_basic.test:
        added test for max limit of 128 attributes in table
      ndb/include/kernel/ndb_limits.h:
        new define for long signal section size
      ndb/include/ndbapi/ndbapi_limits.h:
        bumbed up limit for attributes to 128
      ndb/src/kernel/vm/LongSignal.hpp:
        use new define in SectionSegment
      ndb/src/ndbapi/TransporterFacade.cpp:
        some bug fixing of send fragmented signal +
        make chunk size a multiple the dew define for SectionSegment size
      16f24679
  2. 20 Oct, 2004 1 commit
  3. 01 Oct, 2004 1 commit
  4. 31 Aug, 2004 2 commits
    • unknown's avatar
      Review of new pushed code (Indentation fixes and simple optimizations) · efcf75a9
      unknown authored
      Use 'mysqltest' as test database instead of test_$1 or test1,test2 to not accidently delete an important database
      Safety fix for mailformed MERGE files
      
      
      Build-tools/mysql-copyright:
        Print correct file name in case of errors
        Fixed indentation
      include/config-win.h:
        Removed unnecessary #ifdef
      myisammrg/myrg_open.c:
        Don't give a core if merge file contains INSERT_METHOD first (not legal but better safe than sorry)
        Don't set struct variables to zero that are already zero
        Indentation fixes
      mysql-test/r/create.result:
        Use 'mysqltest' as test database
      mysql-test/r/ndb_basic.result:
        Use 'mysqltest' as test database
      mysql-test/r/ndb_blob.result:
        Use 'mysqltest' as test database
      mysql-test/r/ndb_transaction.result:
        Use 'mysqltest' as test database
      mysql-test/r/ps_1general.result:
        Use 'mysqltest' as test database
      mysql-test/r/rpl_charset.result:
        Use 'mysqltest' as test database
      mysql-test/r/rpl_delete_all.result:
        Use 'mysqltest' as test database
      mysql-test/r/show_check.result:
        Use 'mysqltest' as test database
      mysql-test/t/create.test:
        Use 'mysqltest' as test database
      mysql-test/t/ndb_basic.test:
        Use 'mysqltest' as test database
      mysql-test/t/ndb_blob.test:
        Use 'mysqltest' as test database
      mysql-test/t/ndb_transaction.test:
        Use 'mysqltest' as test database
      mysql-test/t/ps_1general.test:
        Use 'mysqltest' as test database
      mysql-test/t/rpl_charset.test:
        Use 'mysqltest' as test database
      mysql-test/t/rpl_delete_all.test:
        Use 'mysqltest' as test database
      mysql-test/t/show_check.test:
        Use 'mysqltest' as test database
      sql/field.h:
        Mark functions that should be deleted as soon as we have a new prototype for store(longlong)
      sql/lock.cc:
        Indentation fix
      sql/sql_base.cc:
        Better comment.
        Break find_item_in_list in case of perfect match
      sql/sql_prepare.cc:
        Simple optimization
      sql/sql_select.cc:
        Portability fix
      efcf75a9
    • unknown's avatar
      Simplified expensive test · c016a159
      unknown authored
      c016a159
  5. 24 Aug, 2004 1 commit
  6. 18 Aug, 2004 1 commit
  7. 31 Jul, 2004 1 commit
  8. 29 Jul, 2004 1 commit
  9. 28 Jul, 2004 1 commit
  10. 22 Jul, 2004 1 commit
  11. 09 Jul, 2004 1 commit
  12. 02 Jul, 2004 1 commit
  13. 25 May, 2004 1 commit
    • unknown's avatar
      Corrected index_flags returned when index are created with USING HASH · 8c5f33fa
      unknown authored
      Updated ndb_ test cases 
      
      
      mysql-test/r/ndb_autodiscover.result:
        Updated to new output of error message
      mysql-test/r/ndb_basic.result:
        Added som order by to sort the result correctly before comparing
      mysql-test/r/ndb_index_unique.result:
        Added test for USING HASH combined with PRIMARY KEY and UNIQUE index
      mysql-test/t/ndb_autodiscover.test:
        Correctede error case
      mysql-test/t/ndb_basic.test:
        Added som order by
      mysql-test/t/ndb_index_unique.test:
        Added test for USING HASH combined with PRIMARY KEY and UNIQUE index
      sql/ha_ndbcluster.cc:
        Added the index flag HA_ONLY_WHOLE_INDEX if index is created with USING HASH.
      8c5f33fa
  14. 17 May, 2004 1 commit
    • unknown's avatar
      Updated ndb_basic test · a7545353
      unknown authored
      mysql-test/r/ndb_basic.result:
        Add more tests to ndb_basic
      mysql-test/t/ndb_basic.test:
        Add more tests to ndb_basic
      a7545353
  15. 10 May, 2004 1 commit
    • unknown's avatar
      Updated ndb_basic · 60df153b
      unknown authored
      mysql-test/r/ndb_basic.result:
        Updated ndb_basic for better coverage
      mysql-test/t/ndb_basic.test:
        Updated ndb_basic for better coverage
      60df153b
  16. 15 Apr, 2004 1 commit
    • unknown's avatar
      Updated mysql-test-run to work with the started NDB Cluster · 7835db87
      unknown authored
      Added one test case for ndb to mysql-test-run, ndb_basic. It will show that
      NDB Cluster is supported.
      
      
      mysql-test/install_test_db.sh:
        Added --skip-ndb wile installing test db
      mysql-test/mysql-test-run.sh:
        To enable NDB use --ndbcluster and to disable it --skip-ndbcluster or --skip-ndb
      mysql-test/r/ndb_basic.result:
        Updated testcase to use all uppercase
      mysql-test/t/ndb_basic.test:
        Updated testcase to use all uppercase
      7835db87