1. 18 Nov, 2013 1 commit
    • Sergey Vojtovich's avatar
      MDEV-5182 - build of 10.0.4/r3863 fails @ 'cmake' with · 160236f8
      Sergey Vojtovich authored
                  -DINSTALL_SYSCONFDIR/-DDEFAULT_SYSCONFDIR specified
      
      The reason for a bug is in support-files/CMakeLists.txt that tries to
      install files in INSTALL_SYSCONF2DIR, without checking whether this
      variable is actually defined. 
      
      Normally INSTALL_SYSCONF2DIR is always defined if INSTALL_SYSCONFDIR is
      defined, and support-files/CMakeLists.txt assumes that. But when one
      specifies INSTALL_SYSCONFDIR manually on the command line, this
      assumption might be broken.
      160236f8
  2. 20 Nov, 2013 1 commit
  3. 19 Nov, 2013 6 commits
  4. 15 Nov, 2013 3 commits
  5. 14 Nov, 2013 8 commits
  6. 13 Nov, 2013 13 commits
  7. 12 Nov, 2013 2 commits
    • Sergei Golubchik's avatar
      MDEV-5113 Wrong result (extra row) and valgrind warnings in... · 441192bf
      Sergei Golubchik authored
      MDEV-5113 Wrong result (extra row) and valgrind warnings in Item_maxmin_subselect::any_value on 2nd execution of PS with SELECT subquery
      
      When setting Item_func_not_all::test_sum_item or Item_func_not_all::test_sub_item,
      reset the other one to NULL - they can never be set both. When a PS is reexecuted,
      different executions might be optimized differently and a wrong test_su*_item
      might stay set from the previous execution.
      441192bf
    • Sergey Petrunya's avatar
      MDEV-5257: MIN/MAX Optimization (Select tables optimized away) does not work for DateTime · 88bf8b9c
      Sergey Petrunya authored
      - MIN/MAX optimizer does a check whether a "field CMP const" comparison uses a constant 
        that's longer than the field it is compared to.  Make this check only for string columns,
        also compare character lengths, not byte lengths.
      88bf8b9c
  8. 11 Nov, 2013 6 commits