Author: Keith
Date: Wed Aug 25 01:53:58 2010
New Revision: 237
URL:
http://svn.chaos-realm.net/ChaosRealm/?view=rev&revision=237
Log:
Major Edits -- Here we go! --
I) re-work dblayer inside db/ - force all modules to link against this dbLayer - modules no longer need to link against -lpq in order to compile successfully.
II) First version of MYSQL dbLayer - NOTE this is untested, and probably does not work!
III) Modify configure so it uses the values obtained from pg_config and mysql_config.
IV) change all dbHandle instances -> gnuworldDB.h to match new database layer.
V) Disable mod.openchanfix for now, I need to work around some issues relating to it and the new MYSQL Database Layer (Lack of COPY FROM STDIN;)
VI) Modify the db structures in some of the modules so that it passes the variables over individually - not in one long string (Not all DB Layers support connection strings like that!)
VII) Re-Add all Id Tags to svn files so they get updated.
VIII) More Tidying up of stuff inside /doc