sql-parser icon indicating copy to clipboard operation
sql-parser copied to clipboard

Missing data in contexts for MariaDB

Open williamdes opened this issue 4 years ago • 0 comments

While discovering the parser I started to wrongly add implementations, they never where pushed but here are some commit lines that pinpoint missing MariaDB commands

  • Add new "BACKUP {LOCK,UNLOCK}" commands on MariaDB >= 10.4.2
  • Add new "BACKUP STAGE {START,FLUSH,BLOCK_DDL,BLOCK_COMMIT,END}" commands on MariaDB >= 10.4.1
  • Add new command "FLUSH SSL" on MariaDB >= 10.4

williamdes avatar Oct 30 '21 22:10 williamdes