delphix / mysqllinux

MySQLVirtualization Plugin for Delphix
Apache License 2.0
1 stars 9 forks source link

add checks for mysql version, change alter user syntax if it's 8 or g… #20

Open DCSTOLF opened 1 year ago

DCSTOLF commented 1 year ago

add checks for mysql version, changes alter user syntax in case it's 8 or greater. fixes mysql parameter regex in schema.json.

Background

the current version of the plugin will break with mysql 8 or mariadb.

it also doesn't accept valid mysql parameter names and values.

Problem

Solution

Testing Done

Tested on my lab and at a customer who's trying delphix on mysql.

Notes to Reviewers

Customer is not entitled to select connector, but these are easy fixes that will benefit any customer.

vinaybyrappa commented 1 year ago

Closing this PR to fix secret scanning issue using BFG. Will reopen once done

vinaybyrappa commented 1 year ago

Reopening the PR as BFG tool activity is done