[MDEV-5650] FLUSH FOR EXPORT: missing error if engine does not support it Created: 2014-02-11 Updated: 2014-02-11 Resolved: 2014-02-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.8 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Federico Razzoli | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
On MySQL 5.6:
On MariaDB 10.0.8:
If FOR EXPORT behaves like in MySQL, an error should be issued... |
| Comments |
| Comment by Elena Stepanova [ 2014-02-11 ] |
|
In MariaDB 10.0, MyISAM supports FLUSH .. FOR EXPORT. /* |
| Comment by Sergei Golubchik [ 2014-02-11 ] |
|
I've amended the manual as well, it does not say that FLUSH …FOR EXPORT is InnoDB only. |