An error occurred fetching the project authors.
  1. 07 Nov, 2006 1 commit
  2. 16 Oct, 2006 1 commit
  3. 21 Sep, 2006 1 commit
  4. 07 Feb, 2006 1 commit
    • unknown's avatar
      ndb - bug#15918 fix · 24594865
      unknown authored
      mysql-test/r/ndb_index_unique.result:
        bug#15918 fix
      mysql-test/t/ndb_index_unique.test:
        bug#15918 fix
      ndb/src/kernel/blocks/dbacc/Dbacc.hpp:
        bug#15918 fix
      sql/ha_ndbcluster.cc:
        bug#15918 fix
      sql/ha_ndbcluster.h:
        bug#15918 fix
      24594865
  5. 01 Apr, 2005 1 commit
    • unknown's avatar
      Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902) · db7561ec
      unknown authored
      CAST() now produces warnings when casting a wrong INTEGER or CHAR values. This also applies to implicite string to number casts. (Bug #5912)
      ALTER TABLE now fails in STRICT mode if it generates warnings.
      Inserting a zero date in a DATE, DATETIME or TIMESTAMP column during TRADITIONAL mode now produces an error. (Bug #5933)
      
      
      mysql-test/r/bigint.result:
        New warning added
      mysql-test/r/cast.result:
        Added testing of wrong CAST's of strings to numbers and numbers to strings
      mysql-test/r/create.result:
        Added test for wrong default values (#5902)
      mysql-test/r/func_if.result:
        Changed tests to produce less warnings
      mysql-test/r/func_misc.result:
        New warning
      mysql-test/r/func_str.result:
        Added missing drop table
        Changed test to produce less warnings
        New warnings
      mysql-test/r/ndb_index_unique.result:
        Removed wrong default usage
      mysql-test/r/ps_1general.result:
        Changed tests to produce less warnings
      mysql-test/r/row.result:
        New warnings
      mysql-test/r/rpl_session_var.result:
        Changed tests to produce less warnings
      mysql-test/r/strict.result:
        New tests for CAST() and zero date handling
      mysql-test/r/subselect.result:
        Changed tests to produce less warnings
      mysql-test/r/type_ranges.result:
        Changed tests to produce less warnings
      mysql-test/t/cast.test:
        Added testing of wrong CAST's of strings to numbers and numbers to strings
      mysql-test/t/create.test:
        Added test for wrong default values (#5902)
      mysql-test/t/func_if.test:
        Changed tests to produce less warnings
      mysql-test/t/func_str.test:
        Added missing drop table
        Changed test to produce less warnings
        New warnings
      mysql-test/t/ndb_index_unique.test:
        Removed wrong default usage
      mysql-test/t/ps_1general.test:
        Changed tests to produce less warnings
      mysql-test/t/rpl_session_var.test:
        Changed tests to produce less warnings
      mysql-test/t/strict.test:
        New tests for CAST() and zero date handling
      mysql-test/t/subselect.test:
        Changed tests to produce less warnings
      mysql-test/t/type_ranges.test:
        Changed tests to produce less warnings
      sql/Makefile.am:
        Added new include file
      sql/field.cc:
        Added warnings for zero dates for DATE, DATETIME and TIMESTAMP
        Moved Field_blob::max_length() to a more appropriate position
        Changed type for 'level' in set_warning() to avoid casts
      sql/field.h:
        Changed type for 'level' in set_warning() to avoid casts
      sql/field_conv.cc:
        Copy date and datetime fields through string in 'traditional' mode to detect zero dates
      sql/item.cc:
        Removed compiler warnings
        Give warnings for wrong CAST of strings -> number
      sql/item.h:
        Moved Item_string::val_real() and ::val_int() to item.cc
      sql/item_row.cc:
        Better detection of null values (which doesn't produce warnings)
      sql/item_sum.cc:
        Better detection of null values (which doesn't produce warnings)
      sql/item_timefunc.cc:
        Give warnings for wrong CAST of number -> string
      sql/my_decimal.cc:
        Fixed typo in comment
      sql/mysql_priv.h:
        Removed prototype for static function
        Moved defines for error handling to sql_error.h (to be able to use these in field.h)
      sql/mysqld.cc:
        Simplify code
      sql/sql_class.h:
        Moved to sql_error.h
      sql/sql_load.cc:
        Removed wrong cast
      sql/sql_parse.cc:
        Fixed wrong printf()
      sql/sql_table.cc:
        Made mysql_prepare_table() static
        Changed references to pointers to make code more readable
        ALTER TABLE now aborts if one gets warnings in STRICT mode
      sql/time.cc:
        Fixed possible wrong call
      sql/unireg.cc:
        Removed one call to current_thd
        Give errors if one uses a wrong DEFAULT value
      db7561ec
  6. 26 Jan, 2005 2 commits
  7. 30 Nov, 2004 3 commits
    • unknown's avatar
      fixed error in test result · be733ad1
      unknown authored
          added extra calls to retrieve connectstring used
          reengineered connect somewhat to make retries etc explicit
      
      
      mysql-test/r/ndb_index_unique.result:
        fixed error in test result
      ndb/include/mgmapi/mgmapi.h:
        added extra calls to retrieve connectstring used
      ndb/include/mgmcommon/ConfigRetriever.hpp:
        added extra calls to retrieve connectstring used
      ndb/include/ndbapi/ndb_cluster_connection.hpp:
        added extra calls to retrieve connectstring used
        reengineered connect somewhat to make retries etc explicit
      ndb/src/common/mgmcommon/ConfigRetriever.cpp:
        added extra calls to retrieve connectstring used
      ndb/src/mgmapi/mgmapi.cpp:
        added extra calls to retrieve connectstring used
      ndb/src/mgmclient/CommandInterpreter.cpp:
        moved parse of quit to avoid connect before
      ndb/src/ndbapi/Ndbinit.cpp:
        reengineered connect somewhat to make retries etc explicit
      ndb/src/ndbapi/ndb_cluster_connection.cpp:
        added extra calls to retrieve connectstring used
        reengineered connect somewhat to make retries etc explicit
      ndb/tools/listTables.cpp:
        reengineered connect somewhat to make retries etc explicit
      sql/ha_ndbcluster.cc:
        added extra calls to retrieve connectstring used
        reengineered connect somewhat to make retries etc explicit
      be733ad1
    • unknown's avatar
      ndb - Fixed INCORRECT result file for unique index test · 857bd559
      unknown authored
      mysql-test/r/ndb_index_unique.result:
        Fixed INCORRECT result file for unique index test! SHAME!
      857bd559
    • unknown's avatar
      ndb - fixed long overdue problems with unique indexes and null values · 94a5379f
      unknown authored
      mysql-test/r/ndb_index_unique.result:
        Test of unique index and null
      mysql-test/t/ndb_index_unique.test:
        Test of unique index and null
      sql/ha_ndbcluster.cc:
        Fixed long overdue problems with unique indexes and null values
      94a5379f
  8. 22 Nov, 2004 2 commits
  9. 18 Nov, 2004 1 commit
  10. 02 Sep, 2004 1 commit
  11. 31 Aug, 2004 1 commit
  12. 13 Aug, 2004 1 commit
  13. 25 May, 2004 1 commit
    • unknown's avatar
      Corrected index_flags returned when index are created with USING HASH · 5a995429
      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.
      5a995429
  14. 11 May, 2004 1 commit
    • unknown's avatar
      Updated ndb_* test cases · cc7353f5
      unknown authored
      Added two new, ndb_replace and ndb_minmax
      
      
      mysql-test/r/ndb_index.result:
        Disable query, since index used is case sensitive
      mysql-test/r/ndb_index_ordered.result:
        Correct faulty CREATE TABLE statement
      mysql-test/r/ndb_index_unique.result:
        Correct faulty CREATE TABLE statement
      mysql-test/t/ndb_index.test:
        Disable query, since index used is case sensitive
      mysql-test/t/ndb_index_ordered.test:
        Correct faulty CREATE TABLE statement
      mysql-test/t/ndb_index_unique.test:
        Correct faulty CREATE TABLE statement
      cc7353f5
  15. 29 Apr, 2004 1 commit