
19 Sep
2016
19 Sep
'16
11:37 a.m.
Branch: refs/heads/QA_4_6 Home: https://github.com/phpmyadmin/phpmyadmin Commit: f7f03127f7486281ccd4335f8137bec19ebb7254 https://github.com/phpmyadmin/phpmyadmin/commit/f7f03127f7486281ccd4335f8137... Author: Michal Čihař <michal@cihar.com> Date: 2016-09-19 (Mon, 19 Sep 2016) Changed paths: M libraries/tbl_info.inc.php M tbl_operations.php Log Message: ----------- Store create options in serapate array instead of polluting global namespace This is just a minor cleanup to avoid possible problems when MySQL create table options would collide with our variable names. See also issue #12567 Signed-off-by: Michal Čihař <michal@cihar.com>