1. 17 Nov, 2016 3 commits
    • 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
  2. 16 Nov, 2016 5 commits
  3. 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
  4. 13 Nov, 2016 2 commits
  5. 10 Nov, 2016 4 commits
  6. 09 Nov, 2016 2 commits
  7. 08 Nov, 2016 3 commits
  8. 07 Nov, 2016 12 commits
  9. 06 Nov, 2016 1 commit
  10. 04 Nov, 2016 2 commits
  11. 03 Nov, 2016 2 commits