An error occurred fetching the project authors.
  1. 15 Aug, 2013 1 commit
  2. 10 Aug, 2013 3 commits
  3. 29 Jun, 2013 2 commits
  4. 31 May, 2013 1 commit
  5. 19 May, 2013 4 commits
  6. 08 Mar, 2013 1 commit
  7. 07 Mar, 2013 1 commit
  8. 04 Mar, 2013 1 commit
  9. 02 Mar, 2013 2 commits
  10. 28 Feb, 2013 5 commits
  11. 27 Feb, 2013 2 commits
  12. 21 Feb, 2013 1 commit
  13. 11 Feb, 2013 1 commit
  14. 20 Oct, 2012 1 commit
  15. 16 May, 2011 1 commit
  16. 25 Apr, 2011 1 commit
  17. 14 Apr, 2011 1 commit
  18. 12 Apr, 2011 1 commit
  19. 23 Feb, 2011 1 commit
    • Michael Widenius's avatar
      Fixed compiler warnings and some test failures found by buildbot · 39616eb9
      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)
      39616eb9
  20. 04 Dec, 2010 1 commit
  21. 29 Nov, 2010 1 commit
    • Michael Widenius's avatar
      Fixed some compiler warnings found when compiling for windows. · ab5e4eef
      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
      ab5e4eef
  22. 12 Apr, 2010 1 commit
  23. 04 Jan, 2010 2 commits