An error occurred fetching the project authors.
  1. 29 Mar, 2006 2 commits
  2. 28 Mar, 2006 2 commits
  3. 27 Mar, 2006 1 commit
    • unknown's avatar
      removed rpl_ndb_sp007 test as it uses savepoints which is only supported by innodb · ed4e3306
      unknown authored
      compile error fixes
      
      
      BitKeeper/deleted/.del-rpl_ndb_sp007.test~72c66392eed0d74:
        Delete: mysql-test/t/rpl_ndb_sp007.test
      BitKeeper/deleted/.del-rpl_ndb_sp007.result~b1b713abfd655893:
        Delete: mysql-test/r/rpl_ndb_sp007.result
      mysql-test/t/disabled.def:
        removed rpl_ndb_sp007 test as it uses savepoints which is only supported by innodb
      sql/ha_ndbcluster.cc:
        compile error fixes
      ed4e3306
  4. 24 Mar, 2006 2 commits
  5. 23 Mar, 2006 3 commits
  6. 18 Mar, 2006 1 commit
  7. 14 Mar, 2006 2 commits
  8. 09 Mar, 2006 2 commits
  9. 08 Mar, 2006 2 commits
  10. 07 Mar, 2006 2 commits
    • unknown's avatar
      Fix for bug#15447 Partitions: NULL is treated as zero · 74e0cfd1
      unknown authored
        NULL value handling
      
      
      mysql-test/r/ndb_partition_error.result:
        Fix for bug#15447 Partitions: NULL is treated as zero
          test case
      mysql-test/r/partition.result:
        Fix for bug#15447 Partitions: NULL is treated as zero
          test case
      mysql-test/t/ndb_partition_error.test:
        Fix for bug#15447 Partitions: NULL is treated as zero
          test case
      mysql-test/t/partition.test:
        Fix for bug#15447 Partitions: NULL is treated as zero
          test case
      sql/partition_element.h:
        Fix for bug#15447 Partitions: NULL is treated as zero
          added null value flag to partition_element object
      sql/partition_info.h:
        Fix for bug#15447 Partitions: NULL is treated as zero
          added null value flag to partition_info object
          added has_null partition id variable
      74e0cfd1
    • unknown's avatar
      Bug #16874 memory leaks in rpl_row_basic_7ndb.test · dbed8f95
      unknown authored
      - free ndb shares at server shutdown
      - free_table_share at free of ndb_share
      
      dbed8f95
  11. 01 Mar, 2006 2 commits
    • unknown's avatar
      Bug #17827 cluster: rename of several tables in one statement, gets multiply logged · b9764e94
      unknown authored
      - redo log table query for log, split into separate entries per rename, to avoid duplicates, also to only log renames that relate to ndb tables
      
      
      sql/ha_ndbcluster_binlog.h:
        Bug #17827  	cluster: rename of several tables in one statement, gets multiply logged
      b9764e94
    • unknown's avatar
      Bug #16385 Partitions: crash when updating a range partitioned NDB table · 22aa6a33
      unknown authored
      Bug #17806 Update on NDB table with list partition causes mysqld to core
      - modified complemented_pk_read to be complemented_read, and handle also hidden key
      
      
      mysql-test/r/ndb_partition_range.result:
        Bug #16385 Partitions: crash when updating a range partitioned NDB table
        Bug #17806 Update on NDB table with list partition causes mysqld to core
      mysql-test/t/ndb_partition_range.test:
        Bug #16385 Partitions: crash when updating a range partitioned NDB table
        Bug #17806 Update on NDB table with list partition causes mysqld to core
      sql/ha_ndbcluster.h:
        Bug #16385 Partitions: crash when updating a range partitioned NDB table
        Bug #17806 Update on NDB table with list partition causes mysqld to core
      22aa6a33
  12. 28 Feb, 2006 4 commits
    • unknown's avatar
      Bug #17499 continued · c1e18c16
      unknown authored
      - moved initialization of used_partitions
      - more tests
      
      + removed reference to fixed bugs
      
      
      mysql-test/r/ndb_partition_range.result:
        Bug #17499 continued
        - more testing
      mysql-test/t/disabled.def:
        removed reference to fixed bugs
      mysql-test/t/ndb_partition_range.test:
        Bug #17499 continued
        - more testing
      sql/ha_ndbcluster.cc:
        Bug #17499 continued
        - moved initialization of used_partitions
      sql/sql_partition.cc:
        Bug #17499 continued
        - moved initialization of used_partitions
      c1e18c16
    • unknown's avatar
      Bug#17499, complementing patch · 30ec85d9
      unknown authored
      30ec85d9
    • unknown's avatar
      Bug #17499 Alter table of ndb partitioned tables causes mysqld to core · 5733d916
      unknown authored
      - moved used_partitions initialization
      
      5733d916
    • unknown's avatar
      Bug #17763 mysqld cores with list partitioning if update to missing partition · d6e2cc1a
      unknown authored
      - error string wrongly formatted
      
      
      mysql-test/r/ndb_partition_error.result:
        Bug #17763 mysqld cores with list partitioning if update to missing partition
      mysql-test/t/ndb_partition_error.test:
        Bug #17763 mysqld cores with list partitioning if update to missing partition
      d6e2cc1a
  13. 27 Feb, 2006 1 commit
    • unknown's avatar
      Bug#16795 ndb_cache_multi2 · 93f7eca4
      unknown authored
       - Change && to ||
       - Check for return value != 0 in "ndb->init()"
      
      
      mysql-test/r/ndb_cache_multi2.result:
        Update test result
      mysql-test/t/ndb_cache_multi2.test:
        Update test case
        - add printouts for what server the queries are from
        - Run the query from "while" once on server1 to cache it
      sql/ha_ndbcluster.cc:
        && => ||, to call both the function "thd->store_global()" and "ndb->init()" 
        ndb_init returns 0 on sucess. Fail if not zero.
      93f7eca4
  14. 26 Feb, 2006 1 commit
    • unknown's avatar
      Cleanups · 29afba7c
      unknown authored
      Don't run upgrade.test with embedded server as it requires mysqlcheck
      
      
      mysql-test/r/upgrade.result:
        Change database names to start with mysqltest
      mysql-test/t/upgrade.test:
        Change database names to start with mysqltest
        Don't run test with embedded server as it requires mysqlcheck
      sql/ha_ndbcluster.cc:
        Code style cleanups
        more dbugging
      sql/ha_ndbcluster_binlog.cc:
        Free table_share properly in case of errors
        More debugging
      29afba7c
  15. 20 Feb, 2006 1 commit
  16. 17 Feb, 2006 3 commits
  17. 16 Feb, 2006 4 commits
  18. 15 Feb, 2006 1 commit
  19. 14 Feb, 2006 1 commit
    • unknown's avatar
      dbug changes: · d8078c16
      unknown authored
      1. dbug state is now local to a thread
      2. new macros: DBUG_EXPLAIN, DBUG_EXPLAIN_INITIAL,
         DBUG_SET, DBUG_SET_INITIAL, DBUG_EVALUATE, DBUG_EVALUATE_IF
      3. macros are do{}while(0) wrapped
      4. incremental modifications to the dbug state (e.g. "+d,info:-t")
      5. dbug code cleanup, style fixes
      6. _db_on_ and DEBUGGER_ON/OFF removed
      7. rest of MySQL code fixed because of 3 (missing ;) and 6
      8. dbug manual updated
      9. server variable @@debug (global and local) to control dbug from SQL!
      a. -#T to print timestamps in the log
      
      
      BitKeeper/deleted/.del-readme.prof~2f3bae1550a0038d:
        Delete: dbug/readme.prof
      client/mysqlslap.c:
        typo fixed
      configure.in:
        test for sleep() too
      dbug/dbug.c:
        thread local dbug settings
        DBUG_EXPLAIN,DBUG_EXPLAIN_INITIAL,DBUG_SET,DBUG_SET_INITIAL
        style changes to be more in line with MySQL code
        cleanup (many mallocs removed)
        incremental modification of dbug state (e.g. DBUG_PUSH("+t:-d,info"))
        DBUG_SET, _db_explain_
        -#T
      dbug/monty.doc:
        obsolete and duplicate docs removed
      dbug/user.r:
        new features documented
      include/my_dbug.h:
        correct do{}while wrapping
        thread local dbug settings
        DBUG_EXPLAIN,DBUG_EXPLAIN_INITIAL,DBUG_SET,DBUG_SET_INITIAL
        DBUG_EVALUATE,DBUG_EVALUATE_IF
      libmysql/libmysql.c:
        remove _db_on_ and DEBUGGER_ON/OFF
      mysys/my_init.c:
        missed DBUG_RETURN
      mysys/my_thr_init.c:
        bugfix - transaction id's are unsigned
      mysys/testhash.c:
        remove _db_on_ and DEBUGGER_ON/OFF
      sql/ha_myisammrg.cc:
        missed ;
      sql/ha_ndbcluster.cc:
        remove _db_on_ and DEBUGGER_ON/OFF
        missed ;
      sql/ha_ndbcluster_binlog.cc:
        remove _db_on_ and DEBUGGER_ON/OFF
        missed ;
      sql/item_cmpfunc.cc:
        missed ;
      sql/lock.cc:
        missed DBUG_RETURN
      sql/log_event.cc:
        missed ;
      sql/mysqld.cc:
        remove _db_on_ and DEBUGGER_ON/OFF
        missed ;
        DBUG_SET_INITIAL
      sql/opt_range.cc:
        remove _db_on_ and DEBUGGER_ON/OFF
      sql/set_var.cc:
        class sys_var_thd_dbug and "debug" server variable
      sql/set_var.h:
        class sys_var_thd_dbug and "debug" server variable
      sql/slave.cc:
        missed ;
      sql/sql_cache.cc:
        missed ;
      sql/sql_plugin.cc:
        missed ;
      sql/sql_select.cc:
        remove _db_on_ and DEBUGGER_ON/OFF
      storage/heap/hp_test2.c:
        remove _db_on_ and DEBUGGER_ON/OFF
      storage/myisam/ft_eval.c:
        remove _db_on_ and DEBUGGER_ON/OFF
      storage/myisam/ft_test1.c:
        remove _db_on_ and DEBUGGER_ON/OFF
      storage/myisam/mi_open.c:
        remove _db_on_ and DEBUGGER_ON/OFF
        missed ;
      storage/myisam/mi_test1.c:
        remove _db_on_ and DEBUGGER_ON/OFF
      storage/myisam/mi_test2.c:
        remove _db_on_ and DEBUGGER_ON/OFF
      storage/myisam/mi_test3.c:
        remove _db_on_ and DEBUGGER_ON/OFF
      storage/ndb/src/ndbapi/DictCache.cpp:
        missed ;
      storage/ndb/src/ndbapi/NdbTransaction.cpp:
        missed ;
      tests/mysql_client_test.c:
        remove _db_on_ and DEBUGGER_ON/OFF
      d8078c16
  20. 13 Feb, 2006 3 commits