mysql keywords
This commit is contained in:
parent
7aaaa0a3c7
commit
38f9fab6c4
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||||
|
|
Loading…
Reference in a new issue