[MDEV-691] LP:425916 - CREATE TABLE with unsupported table option keeps the option Created: 2009-09-07 Updated: 2013-05-20 Resolved: 2013-05-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 5.5.31, 5.2.15, 5.3.13 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Sergei Petrunia | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
CREATE TABLE will produce a warning when table's storage engine doesn't support transactional=0|1 attribute but won't produce warnings for page_checksum or row_format attributes. Moreover, the attributes will be kept (in .frm file?) and displayed by SHOW CREATE TABLE which creates an illusion that the storage engine actually supports them:
Suggested fix:
|
| Comments |
| Comment by Oleksandr Byelkin [ 2009-09-08 ] |
|
Re: CREATE TABLE with unsupported table option keeps the option |
| Comment by Oleksandr Byelkin [ 2009-12-09 ] |
|
Re: CREATE TABLE with unsupported table option keeps the option |
| Comment by Hakan Küçükyılmaz (Inactive) [ 2010-05-26 ] |
|
Re: CREATE TABLE with unsupported table option keeps the option do you have an update about this bug? Thanks, Hakan |
| Comment by Sergei Golubchik [ 2010-05-27 ] |
|
Re: CREATE TABLE with unsupported table option keeps the option |
| Comment by Rasmus Johansson (Inactive) [ 2011-07-22 ] |
|
Launchpad bug id: 425916 |
| Comment by Sergei Golubchik [ 2013-05-20 ] |
|
warning level for TRANSACTIONAL is fixed to be WARN_LEVEL_WARN |