1. 19 Nov, 2016 2 commits
  2. 18 Nov, 2016 4 commits
  3. 17 Nov, 2016 5 commits
    • Sergey Vojtovich's avatar
      Update libmariadb · 84fd0bc4
      Sergey Vojtovich authored
      84fd0bc4
    • Sergey Vojtovich's avatar
      Mark spider tests big · e1caf318
      Sergey Vojtovich authored
      Due to high memory reqirements spider tests fail often on automated testing
      VM's due to rather limited resource allocation.
      
      For example with 10.2 spider needs at least 200M * 8 mysqld instances = 1.6Gb
      RAM per mtr instance. With --parallel=4 it needs 6.4Gb, while appropriate hosts
      have just 3Gb.
      e1caf318
    • Daniel Black's avatar
      MDEV-5725: mysqld embedded libraries into libmariadbd19 Deb package · 7072ca1f
      Daniel Black authored
      libmariadbd19 was intended to be added as the package that
      included the libmysqld shared library. This was missing
      from the debian control file.
      
      The libmariadbd-dev package requires libmariadbd19 to provide
      the shared library.
      
      The shared libraries for embedded mysql will go into the libmariadbd18
      package rather than the libmariadbd-dev development package.
      
      /usr/bin/mariadb_config is a executable that assists embedded developers
      to use the correctly correct header and library files during their
      development.
      Signed-off-by: default avatarDaniel Black <daniel.black@au.ibm.com>
      7072ca1f
    • Daniel Black's avatar
      MDEV-5725: Don't install private mysql header files · 2387c91b
      Daniel Black authored
      Previously private/*.h where included in the package. These represent internal
      mysqld structures that aren't guarenteed to provide a stable ABI.
      
      There aren't intended to be used by embedded mysqld applications so
      they have been removed.
      Signed-off-by: default avatarDaniel Black <daniel.black@au.ibm.com>
      2387c91b
    • Igor Babaev's avatar
      Fixed bug mdev-11103. · 691214ae
      Igor Babaev authored
      The class Item_func_nop_all missed an implementation
      of the virtual method get_copy.
      As a result if the condition that can be pushed into
      into a materialized view / derived table contained
      an ANY subselect then the pushdown condition was built
      incorrectly.
      691214ae
  4. 16 Nov, 2016 6 commits
  5. 15 Nov, 2016 4 commits
    • Igor Babaev's avatar
      Made the result output deterministic. · 0b869814
      Igor Babaev authored
      0b869814
    • Igor Babaev's avatar
      Fixed bug mdev-11072. · 68e7d92c
      Igor Babaev authored
      In a general case the conditions with outer fields cannot
      be pushed into materialized views / derived tables.
      However if the outer field in the condition refers to a
      single row table then the condition may be pushable.
      In this case a special care should be taken for outer
      fields when pushing the condition into a materialized view /
      derived table.
      68e7d92c
    • Alexey Botchkov's avatar
      MDEV-9143 JSON_xxx functions. · ebe5ebba
      Alexey Botchkov authored
              The rest of mysql/json functions implemented.
              CAST AS JSON implemented.
      ebe5ebba
    • Sergey Vojtovich's avatar
      InnoDB cleanups · 1122c1f0
      Sergey Vojtovich authored
      - added missing backslash
      - removed duplicate definition of UT_LOW_PRIORITY_CPU/UT_RESUME_PRIORITY_CPU
      - removed duplicate UT_RESUME_PRIORITY_CPU call
      1122c1f0
  6. 13 Nov, 2016 2 commits
  7. 10 Nov, 2016 4 commits
  8. 09 Nov, 2016 2 commits
  9. 08 Nov, 2016 3 commits
  10. 07 Nov, 2016 8 commits