php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36021 php-bugs-web: Problem with DDL script
Submitted: 2006-01-15 10:56 UTC Modified: 2006-09-28 18:14 UTC
From: nohn@php.net Assigned: bjori (profile)
Status: Closed Package: Systems problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2006-01-15 10:56 UTC] nohn@php.net
Description:
------------
InnoDB does not support FULLTEXT index and MySQL 5+ default table type is InnoDB, so the shipped bugs.sql script fails on MySQL 5+.

Patch:
-----------------------------------------------------
RCS file: /repository/php-bugs-web/bugs.sql,v
retrieving revision 1.7
diff -r1.7 bugs.sql
23c23
< );
---
> ) Type=MyISAM;
35c35
< );
---
> ) Type=MyISAM;
48c48
< );
---
> ) Type=MyISAM;
-----------------------------------------------------

I neither have karma on php-bugs-web nor do I know if this patch is wanted.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-01-15 20:49 UTC] jacques@php.net
From what I can remember we use a slightly different table structure on the bugs.php.net site to what is in the php-bugs-web CVS repository.
 [2006-01-16 13:11 UTC] nohn@php.net
OK. Should that not be brought into sync?
 [2006-09-28 14:23 UTC] bjori@php.net
reclassified as system problem.
 [2006-09-28 18:14 UTC] bjori@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 08:01:28 2024 UTC