1. 04 Sep, 2015 8 commits
  2. 03 Sep, 2015 6 commits
  3. 02 Sep, 2015 7 commits
  4. 01 Sep, 2015 4 commits
    • Alexander Barkov's avatar
    • Monty's avatar
      Fixed errors and bugs found by valgrind: · 4f0255cb
      Monty authored
      - If run with valgrind, mysqltest will now wait longer when syncronizing slave with master
      - Ensure that we wait with cleanup() until slave thread has stopped.
      - Added signal_thd_deleted() to signal close_connections() that all THD's has been freed.
      - Check in handle_fatal_signal() that we don't use variables that has been freed.
      - Increased some timeouts when run with --valgrind
      
      Other things:
      - Fixed wrong test in one_thread_per_connection_end() if galera is used.
      - Removed not needed calls to THD_CHECK_SENTRY() when we are calling 'delete thd'.
      4f0255cb
    • Monty's avatar
      MDEV-6152: Remove calls to current_thd while creating Item · 56aa1998
      Monty authored
      Part 5: Removing calls to current_thd in net_read calls, creating fields,
              query_cache, acl and some other places where thd was available
      56aa1998
    • Alexander Barkov's avatar
      MDEV-8722 The patch for MDEV-8688 disabled equal field propagation for... · 8ea9b8c0
      Alexander Barkov authored
      MDEV-8722 The patch for MDEV-8688 disabled equal field propagation for temporal column and BETWEEN and IN
      Item::cmp_context was inconsistently used in combination with cmp_type()
      and result_type() in different places of the code. Fixed to use cmp_type()
      in all places where cmp_context is involved, to avoid unexpected results
      for temporal data types (which have result_type()==STRING_RESULT and
      cmp_type==TIME_RESULT).
      8ea9b8c0
  5. 31 Aug, 2015 2 commits
  6. 29 Aug, 2015 5 commits
  7. 28 Aug, 2015 1 commit
  8. 27 Aug, 2015 2 commits
    • Monty's avatar
      MDEV-6152: Remove calls to current_thd while creating Item · 3bca8db4
      Monty authored
      - Part 4: Removing calls to sql_alloc() and sql_calloc()
      
      Other things:
      - Added current_thd in some places to make it clear that it's called (easier to remove later)
      - Move memory allocation from Item_func_case::fix_length_and_dec() to Item_func_case::fix_fields()
      - Added mem_root to some new calls
      - Fixed some wrong UNINIT_VAR() calls
      - Fixed a bug in generate_partition_syntax() in case of errors
      - Added mem_root to argument to new thread_info
      - Simplified my_parse_error() call in sql_yacc.yy
      3bca8db4
    • Monty's avatar
      MDEV-6152: Remove calls to current_thd while creating Item · 3cb578c0
      Monty authored
      - Part 3: Adding mem_root to push_back() and push_front()
      
      Other things:
      - Added THD as an argument to some partition functions.
      - Added memory overflow checking for XML tag's in read_xml()
      3cb578c0
  9. 26 Aug, 2015 5 commits