Alakarsiann wrote:Correctly setup your MySQL server and it will work just fine =). I think it has something to do recursion depth. You have to set the max depth to 255 instead of the default 0 that MariaDB has. It is correctly set that way in the my.ini file that comes with the server download.
-Alakar
http://arkhaya.com/
I checked, I have 255... here is my.ini file...
[mysqld]
default_storage_engine=innodb
character-set-server=utf8
innodb_file_per_table=ON
innodb_file_format=Barracuda
innodb_flush_log_at_trx_commit=1
max_sp_recursion_depth=255
max_allowed_packet=10M
query_cache_size=0
query_cache_type=OFF