mysql keywords
This commit is contained in:
@@ -429,7 +429,7 @@ function admin_page_queue(&$a) {
|
|||||||
*/
|
*/
|
||||||
function admin_page_summary(&$a) {
|
function admin_page_summary(&$a) {
|
||||||
// are there MyISAM tables in the DB? If so, trigger a warning message
|
// are there MyISAM tables in the DB? If so, trigger a warning message
|
||||||
$r = q("select `engine` from `information_schema`.`tables` where `engine`='myisam' limit 1");
|
$r = q("SELECT `engine` FROM `information_schema`.`tables` WHERE `engine`='myisam' LIMIT 1");
|
||||||
$showwarning = false;
|
$showwarning = false;
|
||||||
$warningtext = "";
|
$warningtext = "";
|
||||||
if (dbm::is_result($r)) {
|
if (dbm::is_result($r)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user