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

Error validating index with sort order

Open vincentmcgreevy opened this issue 1 year ago • 1 comments

Error validating a MySQL index with a sort order (supported in MySQL 8.0+)

ALTER TABLE myTable ADD INDEX `IDX` (`column1`, `column2` DESC, `column3`, `column4`)

vincentmcgreevy avatar Oct 21 '24 16:10 vincentmcgreevy

Thank you for reporting this bug, I can confirm the error on phpMyAdmin 5.2.2-dev

williamdes avatar Dec 21 '24 13:12 williamdes