Re: [Maria-discuss] Galera crash - [ERROR] Slave SQL: Error 'Can't create table (errno: 150)' on query. Default database: . Query: 'CREATE TABLE'

2016-03-02 Thread Guillaume Lefranc
the crash is not normal, but you have not posted the stack trace. If there is one, it would be more worthy to report a bug at jira.mariadb.org so it can be fixed. On Thu, Feb 25, 2016 at 11:19 AM Lukas Lehner wrote: > thanks for the hint. But is it normal that the hole cluster crashes when > use

Re: [Maria-discuss] Galera crash - [ERROR] Slave SQL: Error 'Can't create table (errno: 150)' on query. Default database: . Query: 'CREATE TABLE'

2016-03-02 Thread Justin Swanhart
The server crashes when there is a problem with replicating DDL because the server is inconsistent. It crashes to initiate an SST or IST in order to become consistent again. There have historically been various bugs around foreign keys, and I generally don't recommend that they be used with the c