This index creation errors out: ``` $q = "CREATE INDEX refsrefs ON {$serendipity['dbPrefix']}refs (refs(191));"; ``` We should either create the index only on mysql or create it in a way that both mysql and sqlite can understand.