[view] clearer dialog WITH (CASCADED | LOCAL) CHECK OPTION
This commit is contained in:
@@ -35,6 +35,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
+ [GUI] Mootools js library (http://mootools.net) and new parameter
|
+ [GUI] Mootools js library (http://mootools.net) and new parameter
|
||||||
$cfg['InitialSlidersStatus']
|
$cfg['InitialSlidersStatus']
|
||||||
* [core] cache some MySQL stats (do not query them with every page request)
|
* [core] cache some MySQL stats (do not query them with every page request)
|
||||||
|
+ [view] clearer dialog WITH (CASCADED | LOCAL) CHECK OPTION
|
||||||
|
|
||||||
2.11.5.0 (not yet released)
|
2.11.5.0 (not yet released)
|
||||||
- bug #1862661 [GUI] Warn about rename deleting database
|
- bug #1862661 [GUI] Warn about rename deleting database
|
||||||
|
@@ -34,9 +34,8 @@ $view_algorithm_options = array(
|
|||||||
);
|
);
|
||||||
|
|
||||||
$view_with_options = array(
|
$view_with_options = array(
|
||||||
'CASCADED',
|
'CASCADED CHECK OPTION',
|
||||||
'LOCAL',
|
'LOCAL CHECK OPTION'
|
||||||
'CHECK OPTION',
|
|
||||||
);
|
);
|
||||||
|
|
||||||
if (isset($_REQUEST['createview'])) {
|
if (isset($_REQUEST['createview'])) {
|
||||||
|
Reference in New Issue
Block a user