An error occurred fetching the project authors.
  1. 23 Feb, 2011 1 commit
    • Michael Widenius's avatar
      Fixed compiler warnings and some test failures found by buildbot · e4a65e43
      Michael Widenius authored
      dbug/dbug.c:
        Fixed compiler warnings on windows
      mysql-test/r/index_intersect_innodb.result:
        Don't print number of rows as this varies
      mysql-test/suite/funcs_1/r/processlist_val_no_prot.result:
        Update to use new State
      mysql-test/suite/handler/heap.result:
        Update results
      mysql-test/suite/handler/heap.test:
        Changed key used in test as the key 'b' will not guarantee order of the two last elements (as the key value is the same)
      mysql-test/suite/pbxt/r/lock_multi.result:
        Update to use new State
      mysql-test/t/index_intersect.test:
        Don't print number of rows as this varies
      mysql-test/valgrind.supp:
        Added suppression for linux
      mysys/hash.c:
        Fixed compiler warnings on windows
      plugin/handler_socket/handlersocket/database.cpp:
        Fixed compiler warnings
      sql-common/client_plugin.c:
        Changed variable to define to avoid compiler warnings when variable is not used
      sql-common/my_time.c:
        Initialize all my_time elements to avoid compiler warnings
      storage/oqgraph/ha_oqgraph.cc:
        Use right function (to avoid compiler warning)
      storage/pbxt/src/table_xt.cc:
        Initialize variables (to avoid compiler warnings)
      e4a65e43
  2. 04 Dec, 2010 1 commit
  3. 29 Nov, 2010 1 commit
    • Michael Widenius's avatar
      Fixed some compiler warnings found when compiling for windows. · d7f1b1c7
      Michael Widenius authored
      Changed rows_read and rows_sent status variables to be longlong (to avoid compiler warnings)
      
      
      sql/item_func.cc:
        Fixed wrong usage of alias
      sql/item_subselect.cc:
        Changed buffer size to ulonglong to be able detect buffers bigger than size_t
      sql/item_subselect.h:
        Changed buffer size to ulonglong to be able detect buffers bigger than size_t
      sql/multi_range_read.cc:
        Fixed compiler warning by using correct type for function argument
      sql/mysqld.cc:
        Changed rows_read and rows_sent status variables to be longlong
      sql/opt_subselect.h:
        Fixed compiler warning by using correct type for function argument
      sql/sql_class.cc:
        Changed rows_read and rows_sent status variables to be longlong
      sql/sql_class.h:
        Changed rows_read and rows_sent status variables to be longlong
        Changed max_nulls_in_row to uint as this is number of columns in row.
        This fixed some compiler warnings.
      sql/sql_select.cc:
        Added casts to avoid compiler warnings
      storage/heap/ha_heap.cc:
        Initilize different types separate
      storage/oqgraph/ha_oqgraph.cc:
        Fixed argument to store(longlong) to avoid compiler warnings
      d7f1b1c7
  4. 12 Apr, 2010 1 commit
  5. 04 Jan, 2010 2 commits