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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: nohn@php.net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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 Dec 26 11:01:30 2024 UTC