Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ticket/11583] Allow FULLTEXT indexes on InnoDB when on MySQL 5.6.4 or h... #1456

Merged
merged 2 commits into from
Jun 4, 2013

Conversation

bantu
Copy link
Collaborator

@bantu bantu commented Jun 1, 2013

$engine === 'InnoDB' &&
phpbb_version_compare($db->sql_server_info(true), '5.6.4', '>=');

if (!$fulltext_supported)
{
return $user->lang['FULLTEXT_MYSQL_NOT_MYISAM'];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe rename the string aswell, FULLTEXT_MYSQL_NOT_SUPPORTED ?

But I guess im fine with it, just can't test it

@dhruvgoel92 dhruvgoel92 merged commit d925c8d into phpbb:develop-olympus Jun 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants