[Freeciv-Dev] Possible bug in scripts/setup_auth_server.sh

2013-11-10 Thread Manuel Umlauf
Hello, I tried to run a freeciv server with authentication and a MySQL database under Arch Linux which uses MariaDB instead. The script setup_auth_server.sh didn't work for that. It uses two commands to create the appropriate tables (line 424 and 438): CREATE TABLE $TABLE_USER (id int(11)

Re: [Freeciv-Dev] Possible bug in scripts/setup_auth_server.sh

2013-11-10 Thread Marko Lindqvist
On 11 November 2013 02:49, Jacob Nevins 0jacobnk.fc...@chiark.greenend.org.uk wrote: I wonder if we can get rid of this implementation-specific MyISAM thing anyway, since it's troublesome? Is it necessary to specify something like that? It's not as if Freeciv needs a particularly optimised