Skip to content

v1.2.0j

Pre-release
Pre-release

Choose a tag to compare

@renecannao renecannao released this 26 Jun 23:44
· 35 commits to v1.2.0 since this release

Version v1.2.0j probably will be the last version of 1.2.0 to implement new features. Ideally, only bug fixes will continue into this release before v1.2.1 .
Version v1.2.0j introduces the follow changes to v1.2.0i:

  • added a new global variable mysql-init_connect with a list of statements that will be executed every time a new connection to backend is initialized . See #590
  • added a new global variable mysql-max_allowed_packet . See #526
  • SET NAMES now support quotes . See #588
  • upgraded jemalloc from 4.1.0 to 4.2.1
  • Access Denied errors are now more explicit . See #591
  • added a new command line option (only command line) -M to disable the monitoring module
  • mysql_users table now supports both plain text password and hashed password , in the same format of mysql.user.password
  • other minor bug fixes