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 > opti

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

2013-11-10 Thread Jacob Nevins
Manuel Umlauf writes: > 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. [...] > This doesn't work with MariaDB 5.5.33 because of 'TYPE=MyISAM' which > is deprecated/remo

[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) NO