1. 15 Sep, 2004 7 commits
    • unknown's avatar
      ndb: set column type sets column defaults · b82dede5
      unknown authored
      b82dede5
    • unknown's avatar
      delete unnecessary include my_sys.h · 4f5bbc54
      unknown authored
      4f5bbc54
    • unknown's avatar
      ndb_init() to all ndb programs · 3664c673
      unknown authored
      
      ndb/examples/ndbapi_async_example/ndbapi_async.cpp:
        ndb_init()
      ndb/examples/ndbapi_example1/ndbapi_example1.cpp:
        ndb_init()
      ndb/examples/ndbapi_example2/ndbapi_example2.cpp:
        ndb_init()
      ndb/examples/ndbapi_example3/ndbapi_example3.cpp:
        ndb_init()
      ndb/examples/ndbapi_example4/ndbapi_example4.cpp:
        ndb_init()
      ndb/examples/ndbapi_example5/ndbapi_example5.cpp:
        ndb_init()
      ndb/examples/ndbapi_scan_example/ndbapi_scan.cpp:
        ndb_init()
      ndb/examples/select_all/select_all.cpp:
        ndb_init()
      ndb/include/ndb_global.h:
        ndb_init()
      ndb/src/common/util/Makefile.am:
        ndb_init()
      ndb/src/kernel/blocks/backup/read.cpp:
        ndb_init()
      ndb/src/kernel/blocks/backup/restore/main.cpp:
        ndb_init()
      ndb/src/kernel/main.cpp:
        ndb_init()
      ndb/src/kernel/vm/Configuration.cpp:
        ndb_init()
      ndb/src/mgmclient/main.cpp:
        ndb_init()
      ndb/src/mgmsrv/main.cpp:
        ndb_init()
      ndb/src/mgmsrv/mkconfig/mkconfig.cpp:
        ndb_init()
      ndb/src/ndbapi/Ndbinit.cpp:
        ndb_init()
      ndb/test/ndbapi/acid.cpp:
        ndb_init()
      ndb/test/ndbapi/acid2.cpp:
        ndb_init()
      ndb/test/ndbapi/benchronja.cpp:
        ndb_init()
      ndb/test/ndbapi/bulk_copy.cpp:
        ndb_init()
      ndb/test/ndbapi/cdrserver.cpp:
        ndb_init()
      ndb/test/ndbapi/celloDb.cpp:
        ndb_init()
      ndb/test/ndbapi/create_all_tabs.cpp:
        ndb_init()
      ndb/test/ndbapi/create_tab.cpp:
        ndb_init()
      ndb/test/ndbapi/drop_all_tabs.cpp:
        ndb_init()
      ndb/test/ndbapi/flexAsynch.cpp:
        ndb_init()
      ndb/test/ndbapi/flexBench.cpp:
        ndb_init()
      ndb/test/ndbapi/flexHammer.cpp:
        ndb_init()
      ndb/test/ndbapi/flexScan.cpp:
        ndb_init()
      ndb/test/ndbapi/flexTT.cpp:
        ndb_init()
      ndb/test/ndbapi/flexTimedAsynch.cpp:
        ndb_init()
      ndb/test/ndbapi/flex_bench_mysql.cpp:
        ndb_init()
      ndb/test/ndbapi/index.cpp:
        ndb_init()
      ndb/test/ndbapi/index2.cpp:
        ndb_init()
      ndb/test/ndbapi/initronja.cpp:
        ndb_init()
      ndb/test/ndbapi/interpreterInTup.cpp:
        ndb_init()
      ndb/test/ndbapi/mainAsyncGenerator.cpp:
        ndb_init()
      ndb/test/ndbapi/msa.cpp:
        ndb_init()
      ndb/test/ndbapi/restarter.cpp:
        ndb_init()
      ndb/test/ndbapi/restarter2.cpp:
        ndb_init()
      ndb/test/ndbapi/restarts.cpp:
        ndb_init()
      ndb/test/ndbapi/size.cpp:
        ndb_init()
      ndb/test/ndbapi/slow_select.cpp:
        ndb_init()
      ndb/test/ndbapi/testBackup.cpp:
        ndb_init()
      ndb/test/ndbapi/testBasic.cpp:
        ndb_init()
      ndb/test/ndbapi/testBasicAsynch.cpp:
        ndb_init()
      ndb/test/ndbapi/testBlobs.cpp:
        ndb_init()
      ndb/test/ndbapi/testDataBuffers.cpp:
        ndb_init()
      ndb/test/ndbapi/testDeadlock.cpp:
        ndb_init()
      ndb/test/ndbapi/testDict.cpp:
        ndb_init()
      ndb/test/ndbapi/testGrep.cpp:
        ndb_init()
      ndb/test/ndbapi/testGrepVerify.cpp:
        ndb_init()
      ndb/test/ndbapi/testIndex.cpp:
        ndb_init()
      ndb/test/ndbapi/testInterpreter.cpp:
        ndb_init()
      ndb/test/ndbapi/testMgm.cpp:
        ndb_init()
      ndb/test/ndbapi/bank/bankCreator.cpp:
        ndb_init()
      ndb/test/ndbapi/bank/bankMakeGL.cpp:
        ndb_init()
      ndb/test/ndbapi/bank/bankSumAccounts.cpp:
        ndb_init()
      ndb/test/ndbapi/bank/bankTimer.cpp:
        ndb_init()
      ndb/test/ndbapi/bank/bankTransactionMaker.cpp:
        ndb_init()
      ndb/test/ndbapi/bank/bankValidateAllGLs.cpp:
        ndb_init()
      ndb/test/ndbapi/bank/testBank.cpp:
        ndb_init()
      ndb/test/ndbapi/testNdbApi.cpp:
        ndb_init()
      ndb/test/ndbapi/testNodeRestart.cpp:
        ndb_init()
      ndb/test/ndbapi/testOIBasic.cpp:
        ndb_init()
      ndb/test/ndbapi/testOperations.cpp:
        ndb_init()
      ndb/test/ndbapi/testOrderedIndex.cpp:
        ndb_init()
      ndb/test/ndbapi/testReadPerf.cpp:
        ndb_init()
      ndb/test/ndbapi/testRestartGci.cpp:
        ndb_init()
      ndb/test/ndbapi/testScan.cpp:
        ndb_init()
      ndb/test/ndbapi/testScanInterpreter.cpp:
        ndb_init()
      ndb/test/ndbapi/testScanPerf.cpp:
        ndb_init()
      ndb/test/ndbapi/testSystemRestart.cpp:
        ndb_init()
      ndb/test/ndbapi/testTimeout.cpp:
        ndb_init()
      ndb/test/ndbapi/testTransactions.cpp:
        ndb_init()
      ndb/test/ndbapi/test_event.cpp:
        ndb_init()
      ndb/test/run-test/main.cpp:
        ndb_init()
      ndb/test/src/NDBT_Test.cpp:
        ndb_init()
      ndb/test/tools/copy_tab.cpp:
        ndb_init()
      ndb/test/tools/cpcc.cpp:
        ndb_init()
      ndb/test/tools/create_index.cpp:
        ndb_init()
      ndb/test/tools/hugoCalculator.cpp:
        ndb_init()
      ndb/test/tools/hugoFill.cpp:
        ndb_init()
      ndb/test/tools/hugoLoad.cpp:
        ndb_init()
      ndb/test/tools/hugoLockRecords.cpp:
        ndb_init()
      ndb/test/tools/hugoPkDelete.cpp:
        ndb_init()
      ndb/test/tools/hugoPkRead.cpp:
        ndb_init()
      ndb/test/tools/hugoPkReadRecord.cpp:
        ndb_init()
      ndb/test/tools/hugoPkUpdate.cpp:
        ndb_init()
      ndb/test/tools/hugoScanRead.cpp:
        ndb_init()
      ndb/test/tools/hugoScanUpdate.cpp:
        ndb_init()
      ndb/test/tools/restart.cpp:
        ndb_init()
      ndb/test/tools/transproxy.cpp:
        ndb_init()
      ndb/test/tools/verify_index.cpp:
        ndb_init()
      ndb/tools/delete_all.cpp:
        ndb_init()
      ndb/tools/desc.cpp:
        ndb_init()
      ndb/tools/drop_index.cpp:
        ndb_init()
      ndb/tools/drop_tab.cpp:
        ndb_init()
      ndb/tools/listTables.cpp:
        ndb_init()
      ndb/tools/ndbsql.cpp:
        ndb_init()
      ndb/tools/select_all.cpp:
        ndb_init()
      ndb/tools/select_count.cpp:
        ndb_init()
      ndb/tools/waiter.cpp:
        ndb_init()
      3664c673
    • unknown's avatar
      fixed cosmetic printouts · 41854336
      unknown authored
      41854336
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 5f156dbd
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb
      
      5f156dbd
    • unknown's avatar
      bug, forgot to set to zero · a94d16fd
      unknown authored
      a94d16fd
    • unknown's avatar
      Restoring old code to be used with 4.0 server if 4.1-compient query fails. · 63bb0212
      unknown authored
      Restoring displaying database and user which was removed in a mistake
      in the previous change.
      
      63bb0212
  2. 14 Sep, 2004 26 commits
    • unknown's avatar
    • unknown's avatar
      Fix warnings reported by aclocal > 1.8 (Underquoted definition of ...) · a8bb112e
      unknown authored
      
      acinclude.m4:
        Fix warnings reported by aclocal > 1.8
      configure.in:
        Fix warnings reported by aclocal > 1.8
      a8bb112e
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · 97d39671
      unknown authored
      into mysql.com:/home/mydev/mysql-4.1-bug5318
      
      97d39671
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1 · 447091f7
      unknown authored
      into kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-4.1
      
      447091f7
    • unknown's avatar
    • unknown's avatar
      Added testcase for select count() during transaction with failures · ccddfc8e
      unknown authored
      added fix for keeping "records" up to date when execute() fails
      
      
      mysql-test/r/ndb_insert.result:
        Added testcase for select count() during transaction with failures
      mysql-test/t/ndb_insert.test:
        Added testcase for select count() during transaction with failures
      sql/ha_ndbcluster.cc:
        added fix for keeping "records" up to date when execute() fails
      sql/ha_ndbcluster.h:
        added fix for keeping "records" up to date when execute() fails
      ccddfc8e
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · d2774080
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
      
      d2774080
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 7a68a4ba
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
      
      7a68a4ba
    • unknown's avatar
      new method to set size of local table data · de9882e3
      unknown authored
      clearer configure description texts
      changed Ndb_local_table_info to use create, destroy metods and hidden constructor/destructor
      move definition if Thd_ndb to .h file and changes seize/release to operate on Thd_ndb instead of Ndb objects
      moved allocation/deletion of Ndb objects to Thd_ndb
      
      
      ndb/include/ndbapi/NdbDictionary.hpp:
        new method to set size of local table data
      ndb/src/mgmsrv/ConfigInfo.cpp:
        clearer configure description texts
      ndb/src/ndbapi/DictCache.cpp:
        changed Ndb_local_table_info to use create, destroy metods and hidden constructor/destructor
      ndb/src/ndbapi/DictCache.hpp:
        changed Ndb_local_table_info to use create, destroy metods and hidden constructor/destructor
      ndb/src/ndbapi/NdbDictionary.cpp:
        new method to set size of local table data
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        new method to set size of local table data
      ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        new method to set size of local table data
      sql/ha_ndbcluster.cc:
        new method to set size of local table data
        moved allocation/deletion of Ndb objects to Thd_ndb
      sql/ha_ndbcluster.h:
        move definition if Thd_ndb to .h file and changes seize/release to operate on Thd_ndb instead of Ndb objects
      de9882e3
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · b993de89
      unknown authored
      into mysql.com:/home/mydev/mysql-4.1-bug5318
      
      b993de89
    • unknown's avatar
      BUG#5318 - failure: 'IGNORE_SPACE' affects numeric values after DEFAULT. · efba2225
      unknown authored
      Added a check to recover from IGNORE_SPACE in this situation: 
      <ident-character(s)><space><dot><ident-character(s)>
      The ignored space led to the false identification of the dot
      as an ident separator (like "db.table").
      
      
      mysql-test/r/sql_mode.result:
        BUG#5318 - failure: 'IGNORE_SPACE' affects numeric values after DEFAULT.
        Added the test results.
      mysql-test/t/sql_mode.test:
        BUG#5318 - failure: 'IGNORE_SPACE' affects numeric values after DEFAULT.
        Added new tests for the bug.
      sql/sql_lex.cc:
        BUG#5318 - failure: 'IGNORE_SPACE' affects numeric values after DEFAULT.
        Added code to recover from skipped spaces in mode IGNORE_SPACES,
        when testing for an ident separator (which happens to be a dot).
      efba2225
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1 · 92cca4f0
      unknown authored
      into mysql.com:/M41/mysql-4.1
      
      92cca4f0
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · b097a831
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
      
      b097a831
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 292710ef
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      292710ef
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 5e979e11
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b5497
      
      5e979e11
    • unknown's avatar
      moved all ndb thread specific data into new placeholder · 81e97da3
      unknown authored
      new methods to keep "records" up to date
      unset flag HA_NOT_EXACT_COUNT to make handler read "records" field, for count() optim and join optimization
      new methods to keep "records" up to datecorrect record field in ndbcluster handler
      new method for ndbcluster handler to store/retrieve table and thread specific data
      changed local hash to store new table_info object, with placeholders for local data, instead of TableImpl
      hanged deleteKey to return ponter to deleted object
      moved heavy global cache fetch from inline to separate method
      
      
      mysql-test/r/ndb_alter_table.result:
        correct record field in ndbcluster handler
      mysql-test/r/ndb_blob.result:
        correct record field in ndbcluster handler
      ndb/include/ndbapi/NdbDictionary.hpp:
        new method for ndbcluster handler to store/retrieve table and thread specific data
      ndb/src/ndbapi/DictCache.cpp:
        changed local hash to store new table_info object, with placeholders for local data, instead of TableImpl
      ndb/src/ndbapi/DictCache.hpp:
        changed local hash to store new table_info object, with placeholders for local data, instead of TableImpl
      ndb/src/ndbapi/Ndb.cpp:
        replaced method DictionaryImpl::getTable with DictionaryImpl::get_local_table_info
      ndb/src/ndbapi/NdbDictionary.cpp:
        new method for ndbcluster handler to store/retrieve table and thread specific data
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        changed local hash to store new table_info object, with placeholders for local data, instead of TableImpl
        moved heavy global cache fetch from inline to separate method
      ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        replaced method DictionaryImpl::getTable with DictionaryImpl::get_local_table_info
      ndb/src/ndbapi/NdbLinHash.hpp:
        changed deleteKey to return ponter to deleted object
      sql/ha_ndbcluster.cc:
        moved all ndb thread specific data into new placeholder
        new methods to keep "records" up to date
        unset flag HA_NOT_EXACT_COUNT to make handler read "records" field, for count() optim and join optimization
      sql/ha_ndbcluster.h:
        new methods to keep "records" up to date
      sql/sql_class.h:
        moved all ndb thread specific data into new placeholder
      81e97da3
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 9fd666b4
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b5497
      
      
      sql/item_strfunc.cc:
        Auto merged
      9fd666b4
    • unknown's avatar
      ctype-ucs2.c: · 5afa005e
      unknown authored
        Bug#5523 Test failure: 'ctype_uca'
        Type cast should have been applied to shift and bit-and operation results, not to min_sort_char/max_sort_char before the operation.
      
      
      strings/ctype-ucs2.c:
        Bug#5523 Test failure: 'ctype_uca'
        Type cast should have been applied to shift and bit-and operation results, not to min_sort_char/max_sort_char before the operation.
      5afa005e
    • unknown's avatar
      Syntax correction for bug#5560. · d81b7935
      unknown authored
      
      tests/client_test.c:
        Pointer arithmetic on array names is not allowed in all compilers,
        rather use array elements and the address operator (bug#5560).
      d81b7935
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · d496b440
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      d496b440
    • unknown's avatar
      removed printout · 042b3cd7
      unknown authored
      042b3cd7
    • unknown's avatar
      51f1e0eb
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 1cb7f2a5
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.5396
      
      1cb7f2a5
    • unknown's avatar
      Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1 · d6aaae6b
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.5396
      
      d6aaae6b
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · a5519cda
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.4815
      
      a5519cda
    • unknown's avatar
      Merging · 5bdd52ba
      unknown authored
      
      sql/sql_table.cc:
        Auto merged
      5bdd52ba
  3. 13 Sep, 2004 7 commits