Closed (fixed)
Project:
Demonstration site (Sandbox / Snapshot)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2009 at 17:10 UTC
Updated:
3 Dec 2009 at 17:20 UTC
When creating dumps using a non-PDO database driver (i.e., either mysql or mysqli), the created dumps contain erroneous table definitions:
CREATE TABLE xyz (
...
) ENGINE=MyISAM;
ENGINE=MyISAM;This bug was introduced when special code for PDO was backported from HEAD, which indeed returns incomplete table definitions. However, since the native MySQL drivers are not affected, output is now broken for D6.
Committed the attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| demo-pdo.patch | 1.15 KB | smk-ka |
Comments