1. 15 Sep, 2004 1 commit
    • unknown's avatar
      BUG#4775 "Duplicate key requires rollback of transaction" - Improved error... · 38238355
      unknown authored
      BUG#4775 "Duplicate key requires rollback of transaction" - Improved error message telling that transaction is aborted
      BUG#4312 "wrong behaviour on insert .. on duplicate key" functionality disabled
      
      
      mysql-test/r/ndb_insert.result:
        New tests for fduplicate inserts in combination with transaction
        New tests for INSERT IGNORE and REPLACE
      mysql-test/t/ndb_insert.test:
        New tests for fduplicate inserts in combination with transaction
        New tests for INSERT IGNORE and REPLACE
      ndb/src/ndbapi/NdbConnection.cpp:
        Return error 4350 "Transaction already aborted" if execute(Commit) is called when theCommitStatus==Aborted
        Add DBUG_PRINT's
      ndb/src/ndbapi/ndberror.c:
        Add new error message indicating that the transaction already has been aborted.
      sql/ha_ndbcluster.cc:
        Map all error code 0 to 1 in order to catch errors caused by NdbApi returning -1 without having set an error code.
        Use ndb object in THD in get_error_message
        BUG# 4312 Return HA_ERR_WRONG_COMMAND if extra(HA_EXTRA_IGNORE_DUP_KEY) is called
        Only use writeTuple if command is REPLACE
      sql/ha_ndbcluster.h:
        Added member variable to keep track of when HA_EXTRA_IGNORE_DUP_KEY is used, but NDB can't support it.
      38238355
  2. 14 Sep, 2004 8 commits
  3. 13 Sep, 2004 18 commits
  4. 12 Sep, 2004 3 commits
  5. 11 Sep, 2004 4 commits
  6. 10 Sep, 2004 6 commits
    • unknown's avatar
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 9d80a396
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
      
      
      9d80a396
    • unknown's avatar
      removed shaky test case · cd573513
      unknown authored
      cd573513
    • unknown's avatar
      configure.in: · d4e230af
      unknown authored
        bumped up version to 3.5.1
      
      
      configure.in:
        bumped up version to 3.5.1
      d4e230af
    • unknown's avatar
      BUG#4788 - show create table provides incorrect statement. · 7c80446c
      unknown authored
      Added code to adjust the field_length of user variables 
      in dependence on the field type.
      Aded new constants for numeric field widths.
      
      
      include/mysql_com.h:
        BUG#4788 - show create table provides incorrect statement.
        Introduced definitions for default field width of numeric types.
        So common values can be used at different places in the code.
      mysql-test/r/variables.result:
        BUG#4788 - show create table provides incorrect statement.
        New test results.
      mysql-test/t/variables.test:
        BUG#4788 - show create table provides incorrect statement.
        Added a test for the bug.
      sql/item_func.cc:
        BUG#4788 - show create table provides incorrect statement.
        Added code to adjust the field_length of user variables 
        in dependence on the field type.
      sql/sql_parse.cc:
        BUG#4788 - show create table provides incorrect statement.
        Changed numeric literals to the new constants.
      7c80446c
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 0c140b7b
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
      
      
      ndb/src/common/mgmcommon/NdbConfig.c:
        Auto merged
      ndb/src/ndbapi/ClusterMgr.cpp:
        Auto merged
      0c140b7b