Skip to content

Releases: Joungkyun/lib_mysqludf_aes256

1.0.6 Release

11 Oct 10:03
Compare
Choose a tag to compare

Changes

  • support mariadb 10.3, 10.4, 10.5
    • fixed #9 build failure uner mariadb 10.3 and after
    • fixed #10 No such file or directory about m_string.h

1.0.5 Release

17 Nov 05:18
Compare
Choose a tag to compare
  1. fixed #6 build failure with mysql 5.7
  2. fixed #7 setfault aes256_decrypt with unencrypted string (@antksk)

1.0.4 Release

22 May 07:35
Compare
Choose a tag to compare
  1. MariaDB & MySQL support
    • confirm MariaDB 10.2
    • confirm MariaDB 10.1
    • comfirm MySQL 5.7
  2. fixed HAVE_LOG2 redefining warning on mariadb 10.x
  3. fixed #1 when execute configure, auto search mysql plugin directory with mysql_config
    • change _--with-mysql-plugins-dir_ option to _--with-mysql-config_ option
  4. fixed #3 fixed compile warning on gcc 4.8
  5. fixed #4 can not found my_global.h on configure

1.0.3

23 May 00:19
Compare
Choose a tag to compare
  • support mariadb 10

1.0.2

23 May 00:19
Compare
Choose a tag to compare
  • fixed given argument with column name

1.0.1

23 May 00:21
Compare
Choose a tag to compare
  • support mysql 5.6

1.0.0

23 May 00:21
Compare
Choose a tag to compare
  • base on mysql 5.5.33 my_aes.c
  • compatible AES_ENCRYPT/AES_DECRYPT native function