* fix: add mva as synonym to multi
Historically multi-value attributes were
displayed as 'mva' or 'mva64'. However, everywhere else they were
'multi' and 'multi64'; especially when creating a table in RT mode.
To avoid confusion, let's add 'mva' and 'mva64' as synonyms to 'multi'
and 'multi64'. That breaks nothing.
ref #2281
@@ -81,7 +81,7 @@ ERROR 1064 (42000) at line 1: P03: syntax error, unexpected $undefined, expectin
––– input –––
mysql -h0 -P9306 -e "ALTER TABLE @name local='index201' local='index204';"
––– output –––
-ERROR 1064 (42000) at line 1: P03: syntax error, unexpected identifier, expecting tablename or ENGINE or MODIFY or TYPE near '@name local='index201' local='index204''
+ERROR 1064 (42000) at line 1: P03: syntax error, unexpected identifier near '@name local='index201' local='index204''
––– input –––
mysql -h0 -P9306 -e "DESC products"
––– output –––
Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký