lp://staging/~stewart/drizzle/bug802248
- Get this branch:
- bzr branch lp://staging/~stewart/drizzle/bug802248
Branch merges
- Stewart Smith (community): Approve
- Drizzle Trunk: Pending requested
-
Diff: 43 lines (+23/-0)3 files modifieddrizzled/sql_yacc.yy (+1/-0)
tests/suite/regression/r/802248.result (+13/-0)
tests/suite/regression/t/802248.test (+9/-0)
Related bugs
Bug #802248: show create table is returning invalid create table statement | Medium | Fix Released |
Related blueprints
Branch information
Recent revisions
- 2623. By Stewart Smith
-
Fix bug lp:802248: show create table is returning invalid create table statement
It was actually a parser problem, ROW_FORMAT was special (hysterical raisins).
We needed to have the row_format_or_text to actually accept text.From the bug:
Execute the following queries:
create table test (a int) engine=innodb row_format=compaCT;
show create table test;Result:
CREATE TABLE `test` (
`a` INT DEFAULT NULL
) ENGINE=InnoDB ROW_FORMAT='compaCT' COLLATE = utf8_general_ci Row format has single quotes around it, making this query invalid.
Besides, shouldn't it return COMPACT instead of using the same mixed
case as the original create statement? - 2622. By Drizzle Continuous Integration
-
Merge lp:~mohyt/drizzle/trunk-bug-1116980 Build: jenkins-
Drizzle- Builder- 165 - 2621. By Drizzle Continuous Integration
-
Merge lp:~stewart/drizzle/kill-HAS_DOES_TRANSACTIONS Build: jenkins-
Drizzle- Builder- 164 - 2620. By Drizzle Continuous Integration
-
Merge lp:~prachee/drizzle/drizzle-dump Build: jenkins-
Drizzle- Builder- 163 - 2619. By Drizzle Continuous Integration
-
Merge lp:~stewart/drizzle/cleanups-1 Build: jenkins-
Drizzle- Builder- 162 - 2618. By Drizzle Continuous Integration
-
Merge lp:~brianaker/drizzle/fedora18-fix/ Build: jenkins-
Drizzle- Builder- 160 - 2617. By Drizzle Continuous Integration
-
Merge lp:~brianaker/drizzle/warning-cleanup Build: jenkins-
Drizzle- Builder- 155 - 2616. By Drizzle Continuous Integration
-
Merge lp:~stewart/drizzle/bug1001199 Build: jenkins-
Drizzle- Builder- 153 - 2615. By Drizzle Continuous Integration
-
Merge lp:~stewart/drizzle/bug1001199 Build: jenkins-
Drizzle- Builder- 152 - 2614. By Drizzle Continuous Integration
-
Merge lp:~brianaker/drizzle/fix-warnings Build: jenkins-
Drizzle- Builder- 151
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/drizzle