bug #3285929 [privileges] Revert temporary fix

This commit is contained in:
Herman van Rink
2011-05-16 14:51:42 +02:00
parent ee22340d83
commit c021d2f719
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
- bug #3302457 Inline edit and $cfg['PropertiesIconic'] - bug #3302457 Inline edit and $cfg['PropertiesIconic']
- Patch #3302313 Show a translated label - Patch #3302313 Show a translated label
- bug #3300981 [navi] Table filter is case sensitive - bug #3300981 [navi] Table filter is case sensitive
- bug #3285929 [privileges] Revert temporary fix
3.4.0.0 (2011-05-11) 3.4.0.0 (2011-05-11)
+ rfe #2890226 [view] Enable VIEW rename + rfe #2890226 [view] Enable VIEW rename

View File

@@ -1158,7 +1158,7 @@ if (!empty($update_privs)) {
} }
$sql_query2 .= ';'; $sql_query2 .= ';';
} }
if (! PMA_DBI_query($sql_query0)) { if (! PMA_DBI_try_query($sql_query0)) {
// This might fail when the executing user does not have ALL PRIVILEGES himself. // This might fail when the executing user does not have ALL PRIVILEGES himself.
// See https://sourceforge.net/tracker/index.php?func=detail&aid=3285929&group_id=23067&atid=377408 // See https://sourceforge.net/tracker/index.php?func=detail&aid=3285929&group_id=23067&atid=377408
$sql_query0 = ''; $sql_query0 = '';