1. 30 Aug, 2021 1 commit
  2. 27 Aug, 2021 1 commit
  3. 26 Aug, 2021 1 commit
  4. 25 Aug, 2021 7 commits
  5. 24 Aug, 2021 2 commits
  6. 23 Aug, 2021 10 commits
  7. 21 Aug, 2021 1 commit
  8. 20 Aug, 2021 3 commits
    • Faustin Lammler's avatar
      Unused flag creates cleaning issue (piuparts) · 557bb344
      Faustin Lammler authored
      The "$mysql_statedir/debian-$MAJOR_VER.flag" is not used by any
      maintainer script ("$mysql_datadir/debian-$MAJOR_VER.flag" is used,
      https://github.com/MariaDB/server/blob/10.6/debian/mariadb-server-10.6.postinst#L164).
      
      See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=985870
      
      Fix also some minor typo.
      557bb344
    • Marko Mäkelä's avatar
      MDEV-26443 HAVE_C99_INITIALIZERS is not applicable to C++ · 0b2241ae
      Marko Mäkelä authored
      Designated initializers were introduced in ISO/IEC 9899:1999 (C99),
      but the C code base of MariaDB is supposed to be compatible with the
      1990 version of the standard.
      
      The InnoDB code based was switched from C to C++ in
      MySQL 5.6 and MariaDB 10.0. C++ did not introduce syntax for
      designated initializers until ISO/IEC 14882:2020.
      Our C++ code base is still stuck with the 2011 or earlier version of
      that standard.
      
      Therefore, this check as well as the macro STRUCT_FLD are best removed.
      0b2241ae
    • Daniel Black's avatar
      deb: columnstore not 32bit (fix stretch) · a6621867
      Daniel Black authored
      This corrects the autobake on Stretch
      
      Caused by commit 0268b871
      and commit 3d16e0e1.
      
      For very strange reasons (still a mistery) the above commits caused the
      federatedx, archive and blackhole plugins to be missing in the
      install location even though they where built in the build log.
      
      This only occured on Stretch and not recent Ubuntu and Debian
      distros.
      
      The stretch autobake output contained:
      
      dh_install: Cannot find (any matches for) "usr/lib/mysql/plugin/ha_archive.so" (tried in "." and "debian/tmp")
      dh_install: mariadb-server-10.5 missing files: usr/lib/mysql/plugin/ha_archive.so
      dh_install: Cannot find (any matches for) "usr/lib/mysql/plugin/ha_blackhole.so" (tried in "." and "debian/tmp")
      dh_install: mariadb-server-10.5 missing files: usr/lib/mysql/plugin/ha_blackhole.so
      dh_install: Cannot find (any matches for) "usr/lib/mysql/plugin/ha_federatedx.so" (tried in "." and "debian/tmp")
      dh_install: mariadb-server-10.5 missing files: usr/lib/mysql/plugin/ha_federatedx.sodh_install: Cannot find (any matches for) "usr/lib/mysql/plugin/ha_archive.so" (tried in "." and "debian/tmp")
      dh_install: mariadb-server-10.5 missing files: usr/lib/mysql/plugin/ha_archive.so
      dh_install: Cannot find (any matches for) "usr/lib/mysql/plugin/ha_blackhole.so" (tried in "." and "debian/tmp")
      dh_install: mariadb-server-10.5 missing files: usr/lib/mysql/plugin/ha_blackhole.so
      dh_install: Cannot find (any matches for) "usr/lib/mysql/plugin/ha_federatedx.so" (tried in "." and "debian/tmp")
      dh_install: mariadb-server-10.5 missing files: usr/lib/mysql/plugin/ha_federatedx.so
      a6621867
  9. 19 Aug, 2021 10 commits
  10. 18 Aug, 2021 4 commits