[MDEV-6055] FusionIO: Unexpected syntax error on attempt to create a table with ATOMIC_WRITES=ON option Created: 2014-04-09 Updated: 2014-04-16 Resolved: 2014-04-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | N/A |
| Fix Version/s: | 10.0.15-FusionIO |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | fusion-io | ||
| Description |
|
But the following is recognized:
This is unusual and inconsistent.
|
| Comments |
| Comment by Jan Lindström (Inactive) [ 2014-04-16 ] |
|
Can't help, ON is reserved word on SQL, thus it can't be used here an you must use 'ON' instead. OFF is not a reserved work on SQL thus both OFF and 'OFF' are valid. |