Merge lp:~stewart/drizzle/bug802248 into lp:drizzle
Proposed by Stewart Smith
| Status: | Merged |
|---|---|
| Merged at revision: | 2627 |
| Proposed branch: | lp:~stewart/drizzle/bug802248 |
| Merge into: | lp:drizzle |
| Diff against target: | 43 lines (+23/-0) 3 files modified drizzled/sql_yacc.yy (+1/-0) tests/suite/regression/r/802248.result (+13/-0) tests/suite/regression/t/802248.test (+9/-0) |
| To merge this branch: | bzr merge lp:~stewart/drizzle/bug802248 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Stewart Smith (community) | Approve | ||
| Drizzle Trunk | Pending | ||
| Review via email: | |||
Description of the change
We were treating ROW_FORMAT a bit specially in parser. We should allow any text value in there too, it's up to the engine to decide.
To post a comment you must log in.

discussed (and approved) with Brian over email