keyword via
Via appears to be a keyword, but I can't find documentation, and it isn't in MySQL 5.1, at least
create table a ( id int, via int )
succeeds on mysql 5.1, but fails with a Error 1064. (needless to say replacing the word 'via' with 'avia' succeeds.
Answer Answered by Elena Stepanova in this comment.
The bug https://bugs.launchpad.net/maria/+bug/1010351 was fixed in revision http://bazaar.launchpad.net/~maria-captains/maria/5.2/revision/3158). The fix will be released with the next versions of 5.2, 5.3, 5.5.
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.