before 5.6, DDL has 2 implementations: COPY and INPLACE(INPLACE is just for index add and remove); in 5.6, online DDL is introduced; online DDL also has COPY and INPLACE implementations, so online DDL ...
I have installed mysql 5.7.24 on openshift 3.11 and is working fine. I am trying to create view which internally using default table performance_schema.data_lock_waits. When I am trying to run this ...