Generated_Column(生成列)とJSONデータを扱う場合に考慮しておく事
MySQL5.7.9とMySQL5.7.10以降で挙動が異なる為、念の為こちらにメモしておきます。
基本的には、MySQL5.7.10で改善されたという事になります。
http://bugs.mysql.com/bug.php?id=79552
>I think the behaviour you observed in 5.7.9 was actually a
bug.
>The bug was fixed in 5.7.10, which is why you see different
results now. There is some discussion about this in bug#78464 and
bug#76834.
関連要望チケット from Morganさん
https://bugs.mysql.com/bug.php?id=78736
root@localhost [NEW57]> select @@version; +-------------------------------------------+ | @@version | …[さらに読む]