2 Apr
2015
2 Apr
'15
10:05 a.m.
When I'm restoring dump of all database to one of my MariaDB 10.0 nodes (2 nodes galera cluster), I saw "Query exceeding 16384 bytes, skipping. Probably a bulk insert query.". So I ran again mysqldump for all database and diff with its original dump. There's a lot of differences. Where should I configure on my.cnf to allow each query from dump running successfully? Thanks.