[MDEV-7385] Mariadb still create table with MyISAM even default ENGINE=Innodb Created: 2014-12-27 Updated: 2014-12-27 Resolved: 2014-12-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera SST, Replication, Storage Engine - InnoDB |
| Affects Version/s: | 10.0.15 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | anil | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | galera, innodb, replication | ||
| Environment: |
MariaDB-Galera-server x86_64 10.0.15-1.el7.centos @mariadb 135 M |
||
| Description |
|
As the default engine is Innodb but still when in see mysql database all tables under it are using MyISAM , due to that galera replication is not working properly , whenever i delete or insert users ..
even if i try to convert them to innodb it throws an error
|
| Comments |
| Comment by Elena Stepanova [ 2014-12-27 ] |
|
System tables are MyISAM so far, it's intentional and not a bug. |